index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
argparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray
2014-10-18
1
-1/+8
*
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
1
-0/+4
*
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
1
-3/+5
*
A follow up for issue #15906: change the test for calling the type conversion
Barry Warsaw
2012-09-12
1
-1/+1
*
- Issue #15906: Fix a regression in argparse caused by the preceding change,
Barry Warsaw
2012-09-12
1
-0/+1
*
#15847: allow args to be a tuple in parse_args
R David Murray
2012-09-08
1
-1/+4
*
#12776,#11839: call argparse type function only once.
R David Murray
2012-09-01
1
-7/+14
*
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
1
-2/+5
*
#12353: argparse now correctly handles null argument values.
R David Murray
2012-07-22
1
-1/+1
*
#14391: clarify docstring discussion of Action's 'type' argument's value.
R David Murray
2012-07-21
1
-4/+4
*
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Steven Bethard
2011-04-03
1
-2/+2
*
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged fro...
Steven Bethard
2011-03-27
1
-1/+2
*
Issue #9348: Raise an early error if argparse nargs and metavar don't match. ...
Steven Bethard
2011-03-26
1
-0/+7
*
#10680: fix mutually exclusive arguments in argument groups.
Steven Bethard
2011-01-30
1
-0/+1
*
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...
Steven Bethard
2011-01-24
1
-6/+7
*
Merged revisions 86985 via svnmerge from
Éric Araujo
2010-12-03
1
-2/+2
*
Merged revisions 86111 via svnmerge from
Steven Bethard
2010-11-02
1
-2/+12
*
Merged revisions 86092 via svnmerge from
Steven Bethard
2010-11-01
1
-2/+8
*
Merged revisions 86090 via svnmerge from
Steven Bethard
2010-11-01
1
-7/+7
*
Merged revisions 86086 via svnmerge from
Steven Bethard
2010-11-01
1
-3/+10
*
Merged revisions 83675 via svnmerge from
R. David Murray
2010-08-03
1
-2/+5
*
Fix default value for version help. Approved by Benjamin on python-dev: http:...
Steven Bethard
2010-05-24
1
-1/+1
*
replace copy right notice with simple attribution
Benjamin Peterson
2010-03-24
1
-13/+1
*
eliminate py3k warnings in argparse
Benjamin Peterson
2010-03-07
1
-0/+2
*
remove cross-version compatibility code
Benjamin Peterson
2010-03-02
1
-28/+7
*
remove code to avoid BaseException.message bug
Benjamin Peterson
2010-03-02
1
-9/+0
*
set svn:eol-style
Benjamin Peterson
2010-03-02
1
-2351/+2351
*
remove coding cookie as mandated by PEP 8
Benjamin Peterson
2010-03-02
1
-3/+1
*
Initial commit of the argparse library, based on argparse 1.1.
Steven Bethard
2010-03-02
1
-0/+2353