COMMITS
/ Lib/argparse.py 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
B
- Issue #15906: Fix a regression in argparse caused by the preceding change,
Barry Warsaw committed
B
- Issue #15906: Fix a regression in argparse caused by the preceding change,
Barry Warsaw committed
September 8, 2012
R
merge #15847: allow args to be a tuple in parse_args
R David Murray committed
R
#15847: allow args to be a tuple in parse_args
R David Murray committed
September 1, 2012
R
Merge #12776,#11839: call argparse type function only once.
R David Murray committed
R
#12776,#11839: call argparse type function only once.
R David Murray committed
July 22, 2012
R
Merge #13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray committed
R
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray committed
R
Merge #12353: argparse now correctly handles null argument values.
R David Murray committed
R
#12353: argparse now correctly handles null argument values.
R David Murray committed
July 21, 2012
R
Merge #14391: clarify docstring discussion of Action's 'type' argument's value.
R David Murray committed
R
#14391: clarify docstring discussion of Action's 'type' argument's value.
R David Murray committed
July 7, 2012
F
Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
Florent Xicluna committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
September 28, 2011
E
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti committed
June 9, 2011
R
#10424: argument names are now included in the missing argument message
R David Murray committed
April 4, 2011
S
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Steven Bethard committed
April 3, 2011
S
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Steven Bethard committed
March 27, 2011
S
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
Steven Bethard committed
S
Issue #9026: Fix order of argparse sub-commands in help messages.
Steven Bethard committed
March 26, 2011
S
Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.)
Steven Bethard committed
S
Issue #9348: Raise an early error if argparse nargs and metavar don't match.
Steven Bethard committed
S
Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
Steven Bethard committed
January 30, 2011
G
#10680: fix mutually exclusive arguments in argument groups.
Georg Brandl committed
January 24, 2011
December 18, 2010
S
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
Steven Bethard committed