COMMITS
/ Doc/library/argparse.rst 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
S
gh-65169: Clarify prog default in argparse (GH-31602)
Stanley committed
September 23, 2024
S
GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932)
Savannah Ostrowski committed
July 16, 2024
Z
gh-83648: Use versionadded in 'deprecated' description (GH-121877)
Zachary Ware committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 19, 2024
0
gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)
0xflotus committed
February 5, 2024
S
gh-83648: Support deprecation of options, arguments and subcommands in argparse (GH-114086)
Serhiy Storchaka committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
May 19, 2023
J
gh-103921: Rename "type" header in argparse docs (#104654)
Jelle Zijlstra committed
April 24, 2023
H
gh-101100: Fix Sphinx warnings in `argparse` module (#103289)
Hugo van Kemenade committed
April 19, 2023
N
gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)
Nikita Sobolev committed
March 8, 2023
M
Fix style in argparse.rst (#101733)
Marcin Wieczorek committed
February 19, 2023
P
gh-99735: Use required=True in argparse subparsers example (#100927)
Patricio Paez committed
February 5, 2023
A
Add missing preposition in argparse docs (#101548)
alnoki committed
December 26, 2022
G
gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)
Guy Yagev committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
November 22, 2022
R
gh-99650 : Updated argparse docs (GH-99653)
ram vikram singh committed
October 28, 2022
S
`argparse` docs: normalize constant references (#98765)
Skip Montanaro committed
September 18, 2022
June 23, 2022
I
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki committed
May 18, 2022
May 13, 2022
S
bpo-9182: Add a section on specifying positional arguments (#31810)
slateny committed
May 12, 2022
T
Fix typo in argparse docs. (GH-92691)
thueringa committed
May 6, 2022
H
update argparse's doc of append action. (#92344)
Hai Shi committed
April 30, 2022
A
Improving readability of argparse.rst (GH-91751)
Antonio Andrade committed
April 20, 2022
R
Minor improvements to grammar and markup. (GH-91762)
Raymond Hettinger committed