1. 03937a8 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 13 years ago
  2. 03fcfbe - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 13 years ago
  3. a99c7de #15847: allow args to be a tuple in parse_args by R David Murray · 13 years ago
  4. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
  5. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 13 years ago
  6. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 13 years ago
  7. cfe6deb #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  8. 9d38b0d Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  9. e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  10. bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  11. 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
  12. 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
  13. 7f41b88 #10680: fix mutually exclusive arguments in argument groups. by Steven Bethard · 14 years ago
  14. f8583ac Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 14 years ago
  15. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  16. 2e4d4c4 Merged revisions 86111 via svnmerge from by Steven Bethard · 15 years ago
  17. 68c3678 Merged revisions 86092 via svnmerge from by Steven Bethard · 15 years ago
  18. 784dd51 Merged revisions 86090 via svnmerge from by Steven Bethard · 15 years ago
  19. 931906a Merged revisions 86086 via svnmerge from by Steven Bethard · 15 years ago
  20. abacccc Merged revisions 86080 via svnmerge from by Steven Bethard · 15 years ago
  21. f7c2445 Merged revisions 85497 via svnmerge from by Antoine Pitrou · 15 years ago
  22. 1cbf78e Merged revisions 83675 via svnmerge from by R. David Murray · 15 years ago
  23. 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
  24. 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
  25. 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
  26. 2ec1f27 Replace license with simple attribution. by Steven Bethard · 15 years ago
  27. 6b31fd0 eliminate py3k warnings in argparse by Benjamin Peterson · 15 years ago
  28. 842b95b plug ref leaks by Benjamin Peterson · 15 years ago
  29. 0e717ad remove cross-version compatibility code by Benjamin Peterson · 15 years ago
  30. bd56722 remove code to avoid BaseException.message bug by Benjamin Peterson · 15 years ago
  31. fa31eaa convert deprecated fail* methods to assert* variants by Benjamin Peterson · 15 years ago
  32. e4d90c2 use test_main() in __main__ section by Benjamin Peterson · 15 years ago
  33. 4aa8a13 prevent warning filter adjustment from altering other tests by Benjamin Peterson · 15 years ago
  34. 036fae3 enable running of argparse tests and fix two that failed in the new environment by Benjamin Peterson · 15 years ago
  35. 5e32fe5 remove another coding cookie by Benjamin Peterson · 15 years ago
  36. a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
  37. e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago