- 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
- ceb0e1d the correct role is :meth: not :method: by Benjamin Peterson · 11 years ago
- c4a907d Issue #13540: Merge commits by Jason R. Coombs · 11 years ago
- 2b49203 Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 11 years ago
- 69cd346 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
- 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
- 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 12 years ago
- 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
- e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
- 2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
- aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
- dc157fc #16940: fix indentation in example. by Ezio Melotti · 13 years ago
- 92e2fc8 Issue #16933: Improve choices examples in argparse documentation. by Chris Jerdonek · 13 years ago
- 2534f9a grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 13 years ago
- 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 13 years ago
- 0dea936 - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
- ed3f590 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
- 682100e add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 13 years ago
- e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
- 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
- bb42f5e Add missing “::” markup and wrap overlong lines by Éric Araujo · 13 years ago
- cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 14 years ago
- 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 14 years ago
- 8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
- 711f547 Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
- 2c34fb5 Issue #13540: Expanded argparse documents to clarify the action API by Jason R. Coombs · 14 years ago
- 421467f Note the store_true and store_false also create the appropriate defaults. by Raymond Hettinger · 14 years ago
- bba1dd5 Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
- 7ce05e0 Fix some markup and one typo by Éric Araujo · 14 years ago
- 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
- 67719bd Synchronize argparse docs with 3.x versions by Éric Araujo · 14 years ago
- c1ee4ef Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 14 years ago
- f0d44bc Add a link target for argparse.Namespace (#8982) by Éric Araujo · 14 years ago
- c69313a Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago
- 569083a The \ is not supported in Sphinx 0.6. by Ezio Melotti · 14 years ago
- d281f14 #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 310619c #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 0a43ecc #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 01b600c Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
- 2eab88e #11885: capitalize Python. by Ezio Melotti · 14 years ago
- 1212582 Fix a few hyphens in argparse.rst. by Ezio Melotti · 14 years ago
- 5e0062d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 14 years ago
- 3f69a05 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
- 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 15 years ago
- 585bbb9 Merged revisions 87890 via svnmerge from by Georg Brandl · 15 years ago
- b8d0e36 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 15 years ago
- 35e7a8f Merged revisions 85274 via svnmerge from by Georg Brandl · 15 years ago
- 1cbf78e Merged revisions 83675 via svnmerge from by R. David Murray · 15 years ago
- 8891e23 Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from by Georg Brandl · 15 years ago
- 58df679 Add missing target. by Georg Brandl · 15 years ago
- 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 15 years ago
- 019551f Fix typo in argparse doc. by Ezio Melotti · 15 years ago
- 404bd7f #8528: fix typo. by Georg Brandl · 15 years ago
- 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
- ac80c15 rephrase by Benjamin Peterson · 15 years ago
- c516d19 fix Sphinx warnings by Benjamin Peterson · 15 years ago
- 90c5802 edit for style by Benjamin Peterson · 15 years ago
- d2decd9 Add some x-refs. by Georg Brandl · 15 years ago
- a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
- e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago