Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5ee9892406c4299826f553b6b73c046229c6040c
/
Lib
/
argparse.py
45ccf03
Merge #13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 12 years ago
00528e8
#13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 12 years ago
d4703d1
Merge #12353: argparse now correctly handles null argument values.
by R David Murray
· 12 years ago
b94082a
#12353: argparse now correctly handles null argument values.
by R David Murray
· 12 years ago
af418b2
Merge #14391: clarify docstring discussion of Action's 'type' argument's value.
by R David Murray
· 12 years ago
15cd9a0
#14391: clarify docstring discussion of Action's 'type' argument's value.
by R David Murray
· 12 years ago
af1adbe
Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
by Florent Xicluna
· 12 years ago
aabbda5
Merge 3.2
by Florent Xicluna
· 13 years ago
5d1155c
Closes #13258: Use callable() built-in in the standard library.
by Florent Xicluna
· 13 years ago
d8b509b
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
by Ezio Melotti
· 13 years ago
f97c59a
#10424: argument names are now included in the missing argument message
by R David Murray
· 13 years ago
7c8ea37
Issue #9347: Fix formatting for tuples in argparse type= error messages.
by Steven Bethard
· 14 years ago
7cb20a8
Issue #9347: Fix formatting for tuples in argparse type= error messages.
by Steven Bethard
· 14 years ago
4ad8f66
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
by Steven Bethard
· 14 years ago
8a6a198
Issue #9026: Fix order of argparse sub-commands in help messages.
by Steven Bethard
· 14 years ago
edbe4c5
Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.)
by Steven Bethard
· 14 years ago
8d9a462
Issue #9348: Raise an early error if argparse nargs and metavar don't match.
by Steven Bethard
· 14 years ago
0331e90
Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
by Steven Bethard
· 14 years ago
0f6b47a
#10680: fix mutually exclusive arguments in argument groups.
by Georg Brandl
· 14 years ago
b027011
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker.
by Steven Bethard
· 14 years ago
fd311a7
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
by Steven Bethard
· 14 years ago
1215915
Use proper plural forms in argparse (#4391)
by Éric Araujo
· 14 years ago
bb48a8b
Allow translators to reorder placeholders in localizable messages from
by Éric Araujo
· 14 years ago
a9c7a8f
Fix incorrect use of gettext in argparse (#10497).
by Éric Araujo
· 14 years ago
fca2e8a
Fix bug 9340 - argparse parse_known_args didn't work with subparsers
by Steven Bethard
· 14 years ago
49998ee
Fix for issue 9355 where with multiple mutually exclusive arguments, some brackets were being lost in the usage messages
by Steven Bethard
· 14 years ago
1ca45a5
Fix bug 9352 where characters were being lost in parsing some short options
by Steven Bethard
· 14 years ago
72c5538
Get argparse.__all__ back up to date (issue 9353)
by Steven Bethard
· 14 years ago
88c49fe
#9444: use first of prefix_chars for help opt instead of raising error
by R. David Murray
· 14 years ago
50fe593
Merged revisions 81492 via svnmerge from
by Steven Bethard
· 14 years ago
2b37fc4
Merged revisions 79385 via svnmerge from
by Benjamin Peterson
· 15 years ago
16f2fd0
Merged revisions 78600-78601 via svnmerge from
by Benjamin Peterson
· 15 years ago
698a18a
Merged revisions 78586-78593 via svnmerge from
by Benjamin Peterson
· 15 years ago
6d26569
Merged revisions 78576 via svnmerge from
by Steven Bethard
· 15 years ago