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