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