Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-104683: Argument Clinic: Extract parse_function_names() helper #107964

Merged

Commits on Aug 15, 2023

  1. pythongh-104683: Argument Clinic: Extract parse_names() helper

    Reduce duplicate code in state_modulename_name()
    erlend-aasland committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2f53112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76b637a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0243b09 View commit details
    Browse the repository at this point in the history
  4. Pull in main

    erlend-aasland committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f2aefff View commit details
    Browse the repository at this point in the history
  5. Pull in main

    erlend-aasland committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    06d4f62 View commit details
    Browse the repository at this point in the history
  6. Pull in main

    erlend-aasland committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4620731 View commit details
    Browse the repository at this point in the history
  7. Adjust test

    erlend-aasland committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3f63df9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Style

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    erlend-aasland and AlexWaygood authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2e68f63 View commit details
    Browse the repository at this point in the history
  2. Pull in main

    erlend-aasland committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    df8a2cc View commit details
    Browse the repository at this point in the history
  3. Use a named tuple

    erlend-aasland committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a915dc9 View commit details
    Browse the repository at this point in the history
  4. Update Tools/clinic/clinic.py

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    erlend-aasland and AlexWaygood authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3735c95 View commit details
    Browse the repository at this point in the history
  5. Improved function name

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    erlend-aasland and AlexWaygood authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2ee0340 View commit details
    Browse the repository at this point in the history