1. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  2. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  3. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  4. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  5. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  6. ef948cd Closes #12713: Allowed abbreviation of subcommands in argparse. by Vinay Sajip · 8 years ago
  7. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  8. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  9. 22fd1c2 Merge typo and grammar fixes from 3.5 by Martin Panter · 9 years ago
  10. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  11. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  12. 76b1714 Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers. by Berker Peksag · 9 years ago
  13. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  14. 82c920c Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  15. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  16. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  17. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  18. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  19. afce02e Merge: #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  20. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  21. 0020d8e #11955: merge with 3.4. by Ezio Melotti · 10 years ago
  22. 12b7f48 #11955: show the list of args in case of error in test_argparse. by Ezio Melotti · 10 years ago
  23. 1c5f56a Issue #9554: Use modern unittest features in test_argparse. by Berker Peksag · 10 years ago
  24. dea46ec Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  25. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 10 years ago
  26. 123e6d5 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  27. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  28. cdac551 Issue #18920: argparse's default version action (for -v, --version) should by Eli Bendersky · 11 years ago
  29. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  30. d89774e Merge 3.2 fix updates and tests for issue #15906. by Barry Warsaw · 12 years ago
  31. eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 12 years ago
  32. 0ae066b - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  33. 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  34. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  35. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  36. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  37. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  38. 45ccf03 Merge #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  39. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  40. d4703d1 Merge #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  41. b94082a #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  42. af1adbe Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser. by Florent Xicluna · 12 years ago
  43. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  44. 8d17234 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  45. 242b6ea (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  46. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  47. f97c59a #10424: argument names are now included in the missing argument message by R David Murray · 13 years ago
  48. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  49. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  50. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  51. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 14 years ago
  52. 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
  53. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 14 years ago
  54. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 14 years ago
  55. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  56. 0f6b47a #10680: fix mutually exclusive arguments in argument groups. by Georg Brandl · 14 years ago
  57. b027011 Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 14 years ago
  58. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  59. 1215915 Use proper plural forms in argparse (#4391) by Éric Araujo · 14 years ago
  60. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  61. 722b5fd Make test class name unique so that both test classes run. by R. David Murray · 14 years ago
  62. fca2e8a Fix bug 9340 - argparse parse_known_args didn't work with subparsers by Steven Bethard · 14 years ago
  63. 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
  64. 1ca45a5 Fix bug 9352 where characters were being lost in parsing some short options by Steven Bethard · 14 years ago
  65. 72c5538 Get argparse.__all__ back up to date (issue 9353) by Steven Bethard · 14 years ago
  66. 1f1c247 Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553) by Steven Bethard · 14 years ago
  67. b86680e Explicitly close some files (from issue #10093) by Antoine Pitrou · 14 years ago
  68. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  69. 50fe593 Merged revisions 81492 via svnmerge from by Steven Bethard · 14 years ago
  70. b48af54 Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from by Benjamin Peterson · 14 years ago
  71. 41fe615 (partially) by Florent Xicluna · 14 years ago
  72. cd4ec0e Merged revisions 79388 via svnmerge from by Steven Bethard · 15 years ago
  73. 4fd181c Merged revisions 78604 via svnmerge from by Benjamin Peterson · 15 years ago
  74. 16f2fd0 Merged revisions 78600-78601 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 698a18a Merged revisions 78586-78593 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 6d26569 Merged revisions 78576 via svnmerge from by Steven Bethard · 15 years ago