COMMITS
/ Lib/argparse.py 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
February 13, 2015
B
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Berker Peksag committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
October 20, 2014
G
Closes #22675: fix typo.
Georg Brandl committed
October 17, 2014
R
#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray committed
May 26, 2014
R
Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types.
Raymond Hettinger committed
January 9, 2014
S
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka committed
S
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka committed
September 6, 2013
E
Issue #18920: argparse's default version action (for -v, --version) should
Eli Bendersky committed
March 11, 2013
T
Issue #17047: remove doubled words added in 3.4,
Terry Jan Reedy committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 15, 2012
P
#11175: argparse.FileType now accepts encoding and errors arguments.
Petri Lehtinen committed
October 1, 2012
P
utilize yield from
Philip Jenvey committed
September 12, 2012
B
Merge 3.2 fix updates and tests for issue #15906.
Barry Warsaw committed
B
Update merge from 2.7: s/basetring/str
Barry Warsaw committed
B
A follow up for issue #15906: change the test for calling the type conversion
Barry Warsaw committed