- 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
- cfe6deb #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
- 9d38b0d Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 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
- 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 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
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 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
- abacccc Merged revisions 86080 via svnmerge from by Steven Bethard · 15 years ago
- f7c2445 Merged revisions 85497 via svnmerge from by Antoine Pitrou · 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
- 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
- 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
- 2ec1f27 Replace license with simple attribution. by Steven Bethard · 15 years ago
- 6b31fd0 eliminate py3k warnings in argparse by Benjamin Peterson · 15 years ago
- 842b95b plug ref leaks 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
- fa31eaa convert deprecated fail* methods to assert* variants by Benjamin Peterson · 15 years ago
- e4d90c2 use test_main() in __main__ section by Benjamin Peterson · 15 years ago
- 4aa8a13 prevent warning filter adjustment from altering other tests by Benjamin Peterson · 15 years ago
- 036fae3 enable running of argparse tests and fix two that failed in the new environment by Benjamin Peterson · 15 years ago
- 5e32fe5 remove another coding cookie by Benjamin Peterson · 15 years ago
- a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
- e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago