COMMITS
/ Lib/argparse.py June 23, 2022
I
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki committed
May 5, 2022
D
Allow translating argument error messages (#17169)
DjMorgul committed
May 3, 2022
T
May 1, 2022
A
bpo-39716: Raise on conflicting subparser names. (GH-18605)
Antony Lee committed
April 28, 2022
A
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
Abhigyan Bose committed
April 21, 2022
April 18, 2022
March 6, 2022
January 25, 2022
K
bpo-46510: update Python2-style exception handling in argparse (GH-30881)
Kumar Aditya committed
January 20, 2022
F
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Felix Fontein committed
January 2, 2022
J
argparse docs: prog default is the basename of argv[0] (GH-30298)
Jade Lovelace committed
December 16, 2021
I
December 15, 2021
I
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099)
Irit Katriel committed
November 12, 2021
R
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525)
Raymond Hettinger committed
October 13, 2021
A
bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050)
andrei kulakov committed
September 18, 2021
A
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
Adam Schwalm committed
August 16, 2021
M
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Maximilian Hils committed
July 31, 2021
July 23, 2021
A
bpo-29298: Fix crash with required subparsers without dest (GH-3680)
Anthony Sottile committed
December 23, 2020
R
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger committed
June 5, 2020
R
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623)
Rémi Lapeyre committed
May 18, 2020
R
bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621)
Raymond Hettinger committed
February 18, 2020
K
bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337)
Kyle Meyer committed
November 22, 2019
R
Defer import of shutil which only needed for help and usage (GH-17334)
Raymond Hettinger committed
November 20, 2019
F
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
Federico Bond committed
November 11, 2019
B
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Brandt Bucher committed
September 13, 2019
R
bpo-8538: Add support for boolean actions to argparse (GH-11478)
Rémi Lapeyre committed
J
bpo-37785: Fix xgettext warning in argparse (GH-15161)
Jakub Kulík committed
September 12, 2019
August 30, 2019
R
Steven Bethard designated a new maintainer for argparse (GH-15605)
Raymond Hettinger committed
August 25, 2019
F
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976)
Flavian Hautbois committed
August 2, 2019
T
bpo-16970: Adding error message for invalid args (GH-14844)
tmblweed committed
July 14, 2019
Z
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
Zac Hatfield-Dodds committed
June 21, 2019
S
Remove redundant if check from optional argument function in argparse. (GH-8766)
Shashank Parekh committed
June 7, 2019
Z
bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805)
zygocephalus committed
May 21, 2019
B
bpo-23378: Add an extend action to argparse (GH-13305)
Batuhan Taşkaya committed
August 22, 2018
G
Remove superseded line from argparse.HelpFormatter() (GH-8839)
Grant Jenks committed
July 25, 2018
B
bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)
Berker Peksag committed
June 8, 2018
W
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
wim glenn committed
May 24, 2018
N
bpo-33109: argparse subparsers are once again not required by default (GH-6919)
Ned Deily committed
January 12, 2018
R
OrderedDict import is no longer needed (#4890)
Raymond Hettinger committed
September 25, 2017
S
bpo-30152: Reduce the number of imports for argparse. (#1269)
Serhiy Storchaka committed
September 20, 2017
A
bpo-26510: make argparse subparsers required by default (#3027)
Anthony Sottile committed
September 7, 2017
R
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray committed
January 22, 2017
X
Issue #29290: Merge 3.5.
Xiang Zhang committed
X
Issue #29290: argparse help messages won't wrap at non-breaking spaces.
Xiang Zhang committed
August 23, 2016
V
Issue #12713: reverted fix pending further discussion.
Vinay Sajip committed
August 18, 2016
V
Closes #12713: Allowed abbreviation of subcommands in argparse.
Vinay Sajip committed
March 5, 2016
B
Issue #17940: Remove redundant code from _Section.format_help()
Berker Peksag committed
July 29, 2015
B
Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers.
Berker Peksag committed