1. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 3 years, 10 months ago
  2. b084d1b bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) by Rémi Lapeyre · 4 years, 4 months ago
  3. 9681953 bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621) by Raymond Hettinger · 4 years, 5 months ago
  4. 8edfc47 bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) by Kyle Meyer · 4 years, 8 months ago
  5. b4e5eea Defer import of shutil which only needed for help and usage (GH-17334) by Raymond Hettinger · 5 years ago
  6. be5c79e bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Federico Bond · 5 years ago
  7. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 5 years ago
  8. 6a517c6 bpo-8538: Add support for boolean actions to argparse (GH-11478) by Rémi Lapeyre · 5 years ago
  9. 42671ae bpo-37785: Fix xgettext warning in argparse (GH-15161) by Jakub Kulík · 5 years ago
  10. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 5 years ago
  11. 496058f Steven Bethard designated a new maintainer for argparse (GH-15605) by Raymond Hettinger · 5 years ago
  12. da27d9b bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) by Flavian Hautbois · 5 years ago
  13. 4b3e975 bpo-16970: Adding error message for invalid args (GH-14844) by tmblweed · 5 years ago
  14. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 5 years ago
  15. b9600b0 Remove redundant if check from optional argument function in argparse. (GH-8766) by Shashank Parekh · 5 years ago
  16. 03d5831 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by zygocephalus · 5 years ago
  17. aa32a7e bpo-23378: Add an extend action to argparse (GH-13305) by Batuhan Taşkaya · 5 years ago
  18. 65bef36 Remove superseded line from argparse.HelpFormatter() (GH-8839) by Grant Jenks · 6 years ago
  19. 74102c9 bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459) by Berker Peksag · 6 years ago
  20. 66f02aa bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by wim glenn · 6 years ago
  21. 8ebf5ce bpo-33109: argparse subparsers are once again not required by default (GH-6919) by Ned Deily · 6 years ago
  22. 05565ed OrderedDict import is no longer needed (#4890) by Raymond Hettinger · 7 years ago
  23. 8110837 bpo-30152: Reduce the number of imports for argparse. (#1269) by Serhiy Storchaka · 7 years ago
  24. aaf6fc0 bpo-26510: make argparse subparsers required by default (#3027) by Anthony Sottile · 7 years ago
  25. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  26. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  27. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  28. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  29. ef948cd Closes #12713: Allowed abbreviation of subcommands in argparse. by Vinay Sajip · 8 years ago
  30. 841b930 Issue #17940: Remove redundant code from _Section.format_help() by Berker Peksag · 9 years ago
  31. 76b1714 Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers. by Berker Peksag · 9 years ago
  32. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  33. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  34. 2514f52 Closes #22675: fix typo. by Georg Brandl · 10 years ago
  35. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  36. dea46ec Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  37. 123e6d5 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  38. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  39. cdac551 Issue #18920: argparse's default version action (for -v, --version) should by Eli Bendersky · 11 years ago
  40. 8e7586b Issue #17047: remove doubled words added in 3.4, by Terry Jan Reedy · 12 years ago
  41. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 12 years ago
  42. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  43. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  44. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  45. d89774e Merge 3.2 fix updates and tests for issue #15906. by Barry Warsaw · 12 years ago
  46. 2dceb35 Update merge from 2.7: s/basetring/str by Barry Warsaw · 12 years ago
  47. eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 12 years ago
  48. 0ae066b - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  49. 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  50. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  51. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  52. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  53. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  54. 45ccf03 Merge #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  55. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  56. d4703d1 Merge #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  57. b94082a #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  58. af418b2 Merge #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  59. 15cd9a0 #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  60. af1adbe Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser. by Florent Xicluna · 12 years ago
  61. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  62. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  63. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  64. f97c59a #10424: argument names are now included in the missing argument message by R David Murray · 13 years ago
  65. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  66. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  67. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  68. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 14 years ago
  69. 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
  70. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 14 years ago
  71. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 14 years ago
  72. 0f6b47a #10680: fix mutually exclusive arguments in argument groups. by Georg Brandl · 14 years ago
  73. b027011 Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 14 years ago
  74. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  75. 1215915 Use proper plural forms in argparse (#4391) by Éric Araujo · 14 years ago
  76. bb48a8b Allow translators to reorder placeholders in localizable messages from by Éric Araujo · 14 years ago
  77. a9c7a8f Fix incorrect use of gettext in argparse (#10497). by Éric Araujo · 14 years ago
  78. fca2e8a Fix bug 9340 - argparse parse_known_args didn't work with subparsers by Steven Bethard · 14 years ago
  79. 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
  80. 1ca45a5 Fix bug 9352 where characters were being lost in parsing some short options by Steven Bethard · 14 years ago
  81. 72c5538 Get argparse.__all__ back up to date (issue 9353) by Steven Bethard · 14 years ago
  82. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  83. 50fe593 Merged revisions 81492 via svnmerge from by Steven Bethard · 14 years ago
  84. 2b37fc4 Merged revisions 79385 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 16f2fd0 Merged revisions 78600-78601 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 698a18a Merged revisions 78586-78593 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 6d26569 Merged revisions 78576 via svnmerge from by Steven Bethard · 15 years ago