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