COMMITS
/ Doc/library/argparse.rst April 3, 2026
J
gh-126676: Expand argparse docs for type=bool with warning and alternatives (#146435)
Joshua Swanson committed
March 6, 2026
A
gh-69223: Document that add_argument() returns an Action object (#145538)
Andrew Barnes committed
March 3, 2026
J
Fix incorrect statement about argparse.ArgumentParser.add_argument() (#145479)
Justin Kunimune committed
February 23, 2026
S
Update argparse `suggest_on_error` code snippet in docs (#144985)
Savannah Ostrowski committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 7, 2026
February 6, 2026
K
gh-84116: Docs: Document help and aliases for argparse.add_parser() (#140574)
Krishna-web-hub committed
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 6, 2026
X
Doc: Fix missing closing parenthesis in argparse example (#143488)
Xiao Yuan committed
December 16, 2025
H
Python 3.15.0a3
Hugo van Kemenade committed
December 12, 2025
S
GH-142389: Add backtick markup support in description and epilog (#142390)
Savannah Ostrowski committed
December 11, 2025
S
Use subcommand over sub-command in argparse docs (#142488)
Savannah Ostrowski committed
November 29, 2025
M
GH-141963: Clarify argparse documentation (GH-141964)
Moshe Kaplan committed
November 22, 2025
S
gh-138525: Support single-dash long options and prefix_chars in BooleanOptionalAction (GH-138692)
Serhiy Storchaka committed
November 20, 2025
S
gh-138697: Fix inferring dest from a single-dash long option in argparse (#138699)
Serhiy Storchaka committed
November 5, 2025
S
GH-108009: Add clarification of parser and argument defaults in argparse docs (#124154)
Savannah Ostrowski committed
November 2, 2025
K
gh-140693: Improve `argparse` documentation about controlling color (#140737)
Krishna Chaitanya committed
October 22, 2025
September 17, 2025
M
GH-139067: Add example for `argparse`'s `append` action (#131389)
Moshe Kaplan committed
H
gh-132558: Improve `argparse` docs on combining `type` and `choices` (#133827)
Hans Then committed
P
gh-137988: Fix const description in argparse.add_argument() docs (#138315)
PrinceNaroliya committed
July 20, 2025
P
GH-130645: Default to color help in argparse (#136809)
Pablo Galindo Salgado committed
July 19, 2025
July 5, 2025
W
gh-136032: Fix `argparse.BooleanOptionalAction` doc (#136133)
W. H. Wang committed
June 23, 2025
Y
Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
Yongzi Li committed
May 30, 2025
S
GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (#126921)
Savannah Bailey committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 2, 2025
H
gh-133300: argparse: make `suggest_on_error` a keyword-only parameter (#133302)
Hugo van Kemenade committed
H
gh-130645: Add color to `argparse` help (GH-132323)
Hugo van Kemenade committed
December 23, 2024
A
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
Alyssa Coghlan committed
November 24, 2024
S
GH-127133: Remove ability to nest argument groups & mutually exclusive groups (#127186)
Savannah Ostrowski committed
November 23, 2024
S
GH-127134: Add note about forward compatibility for suggest_on_error (#127137)
Savannah Ostrowski committed
November 22, 2024
S
gh-86463: Fix a trailing space in argparse.rst (#127162)
Serhiy Storchaka committed
S
gh-86463: Fix default prog in subparsers if usage is used in the main parser (GH-125891)
Serhiy Storchaka committed
S
GH-122679: Add `register()` to argparse docs (#126939)
Savannah Ostrowski committed
October 30, 2024
S
gh-126071: Improve formatting of the argparse documentation (GH-126073)
Serhiy Storchaka committed
October 25, 2024
S
gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)
Serhiy Storchaka committed
October 23, 2024
S
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
Serhiy Storchaka committed
October 17, 2024
S
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-125563)
Savannah Ostrowski committed
S
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-124456)
Savannah Ostrowski committed
October 15, 2024
S
gh-89819: Add argument_default and conflict_handler to add_argument_group() docs (GH-125379)
Savannah Ostrowski committed
October 12, 2024
S
gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)
Serhiy Storchaka committed
S
gh-59330: Improve error message for dest= for positionals (GH-125215)
Serhiy Storchaka committed
October 11, 2024
S
gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (#125297)
Savannah Ostrowski committed
October 10, 2024
J
Note argparse exit code in documentation (GH-119568)
Justin Kunimune committed
October 8, 2024
S
GH-124478: Cleanup argparse documentation (#124877)
Savannah Ostrowski committed
October 1, 2024
S
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka committed
September 29, 2024
S
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka committed
September 25, 2024
S
GH-58058: Add quick reference for `ArgumentParser` to argparse docs (gh-124227)
Savannah Ostrowski committed
September 24, 2024
S
GH-87358: Add clarification about nargs and default argparse behaviour (#124094)
Savannah Ostrowski committed