1. 31200ff Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  2. 1b6e538 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 11 years ago
  3. 8015458 Fix a markup error in the argparse documentation. by Berker Peksag · 11 years ago
  4. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  5. ceb0e1d the correct role is :meth: not :method: by Benjamin Peterson · 11 years ago
  6. c4a907d Issue #13540: Merge commits by Jason R. Coombs · 11 years ago
  7. 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
  8. 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
  9. 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
  10. 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
  11. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
  12. e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
  13. 2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
  14. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  15. dc157fc #16940: fix indentation in example. by Ezio Melotti · 13 years ago
  16. 92e2fc8 Issue #16933: Improve choices examples in argparse documentation. by Chris Jerdonek · 13 years ago
  17. 2534f9a grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 13 years ago
  18. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 13 years ago
  19. 0dea936 - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
  20. ed3f590 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  21. 682100e add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 13 years ago
  22. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  23. 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  24. 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  25. bb42f5e Add missing “::” markup and wrap overlong lines by Éric Araujo · 13 years ago
  26. cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 14 years ago
  27. 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 14 years ago
  28. 8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
  29. 711f547 Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
  30. 2c34fb5 Issue #13540: Expanded argparse documents to clarify the action API by Jason R. Coombs · 14 years ago
  31. 421467f Note the store_true and store_false also create the appropriate defaults. by Raymond Hettinger · 14 years ago
  32. bba1dd5 Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  33. 7ce05e0 Fix some markup and one typo by Éric Araujo · 14 years ago
  34. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  35. 67719bd Synchronize argparse docs with 3.x versions by Éric Araujo · 14 years ago
  36. c1ee4ef Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 14 years ago
  37. f0d44bc Add a link target for argparse.Namespace (#8982) by Éric Araujo · 14 years ago
  38. c69313a Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago
  39. 569083a The \ is not supported in Sphinx 0.6. by Ezio Melotti · 14 years ago
  40. d281f14 #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  41. 310619c #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  42. 0a43ecc #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  43. 01b600c Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
  44. 2eab88e #11885: capitalize Python. by Ezio Melotti · 14 years ago
  45. 1212582 Fix a few hyphens in argparse.rst. by Ezio Melotti · 14 years ago
  46. 5e0062d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 14 years ago
  47. 3f69a05 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
  48. 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
  49. 585bbb9 Merged revisions 87890 via svnmerge from by Georg Brandl · 15 years ago
  50. 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
  51. 35e7a8f Merged revisions 85274 via svnmerge from by Georg Brandl · 15 years ago
  52. 1cbf78e Merged revisions 83675 via svnmerge from by R. David Murray · 15 years ago
  53. 8891e23 Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from by Georg Brandl · 15 years ago
  54. 58df679 Add missing target. by Georg Brandl · 15 years ago
  55. 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 15 years ago
  56. 019551f Fix typo in argparse doc. by Ezio Melotti · 15 years ago
  57. 404bd7f #8528: fix typo. by Georg Brandl · 15 years ago
  58. 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
  59. ac80c15 rephrase by Benjamin Peterson · 15 years ago
  60. c516d19 fix Sphinx warnings by Benjamin Peterson · 15 years ago
  61. 90c5802 edit for style by Benjamin Peterson · 15 years ago
  62. d2decd9 Add some x-refs. by Georg Brandl · 15 years ago
  63. a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
  64. e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago