1. 84125fe bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) by Raymond Hettinger · 6 years ago
  2. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 6 years ago
  3. aa32a7e bpo-23378: Add an extend action to argparse (GH-13305) by Batuhan Taşkaya · 6 years ago
  4. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 7 years ago
  5. cc18258 Fix doc for `add_subparsers` arguments (GH-8884) by Anthony Sottile · 7 years ago
  6. 8ebf5ce bpo-33109: argparse subparsers are once again not required by default (GH-6919) by Ned Deily · 7 years ago
  7. 04e8293 Fix error messages in argparse examples (GH-6435) by suic86 · 7 years ago
  8. 7855313 Fix typos '.::' should typically just be '::'. (GH-6165) by Julien Palard · 7 years ago
  9. aaf6fc0 bpo-26510: make argparse subparsers required by default (#3027) by Anthony Sottile · 8 years ago
  10. 397c467 bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3272) by Elena Oat · 8 years ago
  11. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 8 years ago
  12. 0c7983e Clarify nature of parse_args 'args' argument. (#3292) by R. David Murray · 8 years ago
  13. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 9 years ago
  14. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  15. 5493e47 Issue #28455: Clarify example of overriding the convert_arg_line_to_args method by Berker Peksag · 9 years ago
  16. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 9 years ago
  17. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  18. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  19. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  20. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
  21. 119e502 Fix typos in code comments and documentation by Martin Panter · 9 years ago
  22. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
  23. f9cddcc Issue #25314: store_true and store_false also create appropriate defaults. by Raymond Hettinger · 14 years ago
  24. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 10 years ago
  25. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  26. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  27. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 10 years ago
  28. a7edf1e Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  29. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  30. e7e497b Issue #23651: Fix typo in allow_abbrev docs. by Berker Peksag · 10 years ago
  31. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  32. 7b6b3d7 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 11 years ago
  33. 5a494f6 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 11 years ago
  34. 131caba Revert #22251 by Berker Peksag · 11 years ago
  35. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  36. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  37. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  38. 4f6355f Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  39. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  40. fa6e73b Merge with 3.4 by Terry Jan Reedy · 11 years ago
  41. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 11 years ago
  42. 2b24884 merge by Raymond Hettinger · 11 years ago
  43. c0de59b Fix markup. by Raymond Hettinger · 11 years ago
  44. 1ab3dc9 Issue #13540: Merge changes from 3.4 by Jason R. Coombs · 11 years ago
  45. b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 11 years ago
  46. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 11 years ago
  47. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 11 years ago
  48. eb0ef41 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 11 years ago
  49. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  50. fced3ec whatsnew: argparse FileType accepts errors and encodings args. by R David Murray · 12 years ago
  51. b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
  52. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
  53. fd11551 merge with 3.3 by Georg Brandl · 12 years ago
  54. 29fc4bf Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 12 years ago
  55. 94c1467 merge with 3.3 by Georg Brandl · 12 years ago
  56. fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
  57. 7caabe0 merge with 3.3 by Georg Brandl · 12 years ago
  58. ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
  59. d1830c4 merge with 3.3 by Georg Brandl · 12 years ago
  60. d2914ce Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
  61. 5cd72b7 Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  62. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  63. e6f3d53 #16940: merge with 3.3. by Ezio Melotti · 13 years ago
  64. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 13 years ago
  65. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 13 years ago
  66. eb9e885 Issue #16933 (merge from 3.3): Improve choices examples in argparse docs. by Chris Jerdonek · 13 years ago
  67. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 13 years ago
  68. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 13 years ago
  69. ba8279f merge with 3.3 by Sandro Tosi · 13 years ago
  70. a525fc1 merge with 3.2 by Sandro Tosi · 13 years ago
  71. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 13 years ago
  72. 774715c #16796: merge with 3.3. by Ezio Melotti · 13 years ago
  73. 63ee149 #16796: merge with 3.2. by Ezio Melotti · 13 years ago
  74. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 13 years ago
  75. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 13 years ago
  76. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 13 years ago
  77. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 13 years ago
  78. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 13 years ago
  79. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 13 years ago
  80. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 13 years ago
  81. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
  82. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 13 years ago
  83. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  84. effb43b merge with 3.2 by Sandro Tosi · 13 years ago
  85. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 13 years ago
  86. 93e3d3a merge from 3.2 - Issue13685 by Senthil Kumaran · 13 years ago
  87. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 13 years ago
  88. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
  89. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  90. 3288e94 Merge #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  91. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  92. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 13 years ago
  93. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  94. a7e594b Merge 3.2 by Éric Araujo · 13 years ago
  95. c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
  96. 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  97. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
  98. 6a7b855 Issue #13605: merge with 3.2 by Sandro Tosi · 14 years ago
  99. da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 14 years ago
  100. 83d32c9 Issue #13605: merge with 3.2 by Sandro Tosi · 14 years ago