- f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
- 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
- fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
- ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
- d2914ce Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 11 years ago
- 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
- 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
- 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
- 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
- 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
- a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
- 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
- 63ee149 #16796: merge with 3.2. by Ezio Melotti · 12 years ago
- 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
- eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
- 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
- 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
- e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
- d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
- 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
- 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
- e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
- effb43b merge with 3.2 by Sandro Tosi · 12 years ago
- ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
- 93e3d3a merge from 3.2 - Issue13685 by Senthil Kumaran · 12 years ago
- f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 12 years ago
- df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
- 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- 3288e94 Merge #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
- 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
- 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 13 years ago
- 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
- a7e594b Merge 3.2 by Éric Araujo · 13 years ago
- c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
- 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
- 6a7b855 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
- 83d32c9 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
- 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
- ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
- 412d0f2 merge with 3.2 by Sandro Tosi · 13 years ago
- 5c91242 merge with 3.2 by Sandro Tosi · 13 years ago
- 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
- a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
- 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
- acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
- f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
- b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
- 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
- 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
- 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
- fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
- 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
- e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
- d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
- 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
- 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
- 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
- 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
- 707d1e6 Merge with 3.2. by Ezio Melotti · 14 years ago
- 5569e9b Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago
- 7817e3b #11904-#11905: Merge typo fixes with 3.2. by Ezio Melotti · 14 years ago
- dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- ccb0547 #11902: Merge with 3.2. by Ezio Melotti · 14 years ago
- 00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 5bba6c2 Merge with 3.2. by Ezio Melotti · 14 years ago
- 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
- c6f079d #11885: Merge with 3.2. by Ezio Melotti · 14 years ago
- cca4ef8 #11885: capitalize Python. by Ezio Melotti · 14 years ago
- 2476ee3 Merge with 3.2. by Ezio Melotti · 14 years ago
- 2409d77 Fix a few more hyphens in argparse.rst by Ezio Melotti · 14 years ago
- 884843d Fix duplicate "is". by Georg Brandl · 14 years ago
- 1d827ff Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 14 years ago
- ab8d93c Backport 8a9f8f34d9d5. by Georg Brandl · 14 years ago
- 69518bc Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 14 years ago
- b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 14 years ago
- d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 14 years ago
- 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
- d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
- 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 14 years ago
- c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 14 years ago
- 4462306 issue 11372: use range instead of xrange by Fred Drake · 14 years ago
- a199368 More source links. by Raymond Hettinger · 14 years ago
- 04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. by Georg Brandl · 14 years ago
- c900708 Wrap some long examples and signatures. by Georg Brandl · 14 years ago
- 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 14 years ago
- fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
- 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
- 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
- e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 14 years ago
- 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 14 years ago
- 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
- 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
- 571a953 Fix indentation in example. by Georg Brandl · 14 years ago
- f82340d Merged revisions 81318 via svnmerge from by Ezio Melotti · 14 years ago
- 5971096 Merged revisions 81490 via svnmerge from by Steven Bethard · 14 years ago
- 386bc6d Merged revisions 80150,80460-80461 via svnmerge from by Georg Brandl · 15 years ago