1. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  2. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
  3. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  4. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  5. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  6. a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
  7. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  8. 63ee149 #16796: merge with 3.2. by Ezio Melotti · 12 years ago
  9. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  10. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  11. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  12. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  13. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  14. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
  15. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  16. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  17. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  18. effb43b merge with 3.2 by Sandro Tosi · 12 years ago
  19. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  20. 93e3d3a merge from 3.2 - Issue13685 by Senthil Kumaran · 12 years ago
  21. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 12 years ago
  22. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  23. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  24. 3288e94 Merge #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  25. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  26. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 12 years ago
  27. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  28. a7e594b Merge 3.2 by Éric Araujo · 12 years ago
  29. c3ef037 Add missing “::” markup. by Éric Araujo · 12 years ago
  30. 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 12 years ago
  31. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 12 years ago
  32. 6a7b855 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  33. da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  34. 83d32c9 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  35. 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  36. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
  37. ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
  38. 412d0f2 merge with 3.2 by Sandro Tosi · 13 years ago
  39. 5c91242 merge with 3.2 by Sandro Tosi · 13 years ago
  40. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  41. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  42. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  43. acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
  44. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  45. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  46. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  47. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  48. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  49. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  50. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  51. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  52. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  53. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  54. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  55. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
  56. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  57. 707d1e6 Merge with 3.2. by Ezio Melotti · 13 years ago
  58. 5569e9b Fix some more markup glitches in argparse doc. by Ezio Melotti · 13 years ago
  59. 7817e3b #11904-#11905: Merge typo fixes with 3.2. by Ezio Melotti · 13 years ago
  60. dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  61. 2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  62. ccb0547 #11902: Merge with 3.2. by Ezio Melotti · 13 years ago
  63. 00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  64. 5bba6c2 Merge with 3.2. by Ezio Melotti · 13 years ago
  65. 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 13 years ago
  66. c6f079d #11885: Merge with 3.2. by Ezio Melotti · 13 years ago
  67. cca4ef8 #11885: capitalize Python. by Ezio Melotti · 13 years ago
  68. 2476ee3 Merge with 3.2. by Ezio Melotti · 13 years ago
  69. 2409d77 Fix a few more hyphens in argparse.rst by Ezio Melotti · 13 years ago
  70. 884843d Fix duplicate "is". by Georg Brandl · 13 years ago
  71. 1d827ff Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 13 years ago
  72. ab8d93c Backport 8a9f8f34d9d5. by Georg Brandl · 13 years ago
  73. 69518bc Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 13 years ago
  74. b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 13 years ago
  75. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 13 years ago
  76. 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 13 years ago
  77. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 13 years ago
  78. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 13 years ago
  79. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 13 years ago
  80. 4462306 issue 11372: use range instead of xrange by Fred Drake · 13 years ago
  81. a199368 More source links. by Raymond Hettinger · 14 years ago
  82. 04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. by Georg Brandl · 14 years ago
  83. c900708 Wrap some long examples and signatures. by Georg Brandl · 14 years ago
  84. 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 14 years ago
  85. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  86. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  87. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  88. e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 14 years ago
  89. 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 14 years ago
  90. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  91. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  92. 571a953 Fix indentation in example. by Georg Brandl · 14 years ago
  93. f82340d Merged revisions 81318 via svnmerge from by Ezio Melotti · 14 years ago
  94. 5971096 Merged revisions 81490 via svnmerge from by Steven Bethard · 14 years ago
  95. 386bc6d Merged revisions 80150,80460-80461 via svnmerge from by Georg Brandl · 14 years ago
  96. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  97. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  98. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  99. b2deb11 convert to print function by Benjamin Peterson · 14 years ago
  100. 98047eb Merged revisions 78613-78614 via svnmerge from by Benjamin Peterson · 14 years ago