Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6b51ddfa2262ba1883d2c2eceb7fa3afd6a24b5d
/
Lib
/
argparse.py
af26c15
#9351: set_defaults on subparser is no longer ignored if set on parent.
by R David Murray
· 11 years ago
fb8899a
Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types.
by Raymond Hettinger
· 11 years ago
9f8621f
Issue #13107: argparse and optparse no longer raises an exception when output
by Serhiy Storchaka
· 11 years ago
03937a8
A follow up for issue #15906: change the test for calling the type conversion
by Barry Warsaw
· 13 years ago
03fcfbe
- Issue #15906: Fix a regression in argparse caused by the preceding change,
by Barry Warsaw
· 13 years ago
a99c7de
#15847: allow args to be a tuple in parse_args
by R David Murray
· 13 years ago
2010187
#12776,#11839: call argparse type function only once.
by R David Murray
· 13 years ago
68f555c
#13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 13 years ago
056c31f
#12353: argparse now correctly handles null argument values.
by R David Murray
· 13 years ago
1a2c1fb
#14391: clarify docstring discussion of Action's 'type' argument's value.
by R David Murray
· 13 years ago
e3c11b4
Issue #9347: Fix formatting for tuples in argparse type= error messages.
by Steven Bethard
· 14 years ago
bc3b104
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
by Steven Bethard
· 14 years ago
5395862
Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.)
by Steven Bethard
· 14 years ago
7f41b88
#10680: fix mutually exclusive arguments in argument groups.
by Steven Bethard
· 14 years ago
f8583ac
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker.
by Steven Bethard
· 14 years ago
fb3de6b
Merged revisions 86985 via svnmerge from
by Éric Araujo
· 14 years ago
2e4d4c4
Merged revisions 86111 via svnmerge from
by Steven Bethard
· 15 years ago
68c3678
Merged revisions 86092 via svnmerge from
by Steven Bethard
· 15 years ago
784dd51
Merged revisions 86090 via svnmerge from
by Steven Bethard
· 15 years ago
931906a
Merged revisions 86086 via svnmerge from
by Steven Bethard
· 15 years ago
1cbf78e
Merged revisions 83675 via svnmerge from
by R. David Murray
· 15 years ago
dce6e1b
Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html
by Steven Bethard
· 15 years ago
fb224e3
replace copy right notice with simple attribution
by Benjamin Peterson
· 15 years ago
6b31fd0
eliminate py3k warnings in argparse
by Benjamin Peterson
· 15 years ago
0e717ad
remove cross-version compatibility code
by Benjamin Peterson
· 15 years ago
bd56722
remove code to avoid BaseException.message bug
by Benjamin Peterson
· 15 years ago
a39e966
set svn:eol-style
by Benjamin Peterson
· 15 years ago
c1df546
remove coding cookie as mandated by PEP 8
by Benjamin Peterson
· 15 years ago
e9330e7
Initial commit of the argparse library, based on argparse 1.1.
by Steven Bethard
· 15 years ago