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-125355: Rewrite parse_intermixed_args() in argparse #125356

Merged

Commits on Oct 12, 2024

  1. pythongh-125355: Rewrite parse_intermixed_args() in argparse

    * The parser is no longer temporary modified and can be used
      concurrently.
    * Default values are no long handled twice.
    * Report about missed arguments now contains names of all required optional
      and positional arguments.
    * Unknown options can be intermixed with positionals in
      parse_known_intermixed_args().
    serhiy-storchaka committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    342eb90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a693da5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    e305e86 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Add a NEWS entry.

    serhiy-storchaka committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dbc8a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c538416 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/argparse-parse-inte…

    …rmixed-args' into argparse-parse-intermixed-args
    serhiy-storchaka committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    26840a8 View commit details
    Browse the repository at this point in the history