1. da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  2. 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  3. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
  4. ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
  5. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  6. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  7. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  8. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  9. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  10. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  11. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  12. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  13. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  14. 5569e9b Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago
  15. dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  16. 2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  17. 00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
  18. 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
  19. cca4ef8 #11885: capitalize Python. by Ezio Melotti · 14 years ago
  20. 2409d77 Fix a few more hyphens in argparse.rst by Ezio Melotti · 14 years ago
  21. 1d827ff Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 14 years ago
  22. ab8d93c Backport 8a9f8f34d9d5. by Georg Brandl · 14 years ago
  23. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 14 years ago
  24. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
  25. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 14 years ago
  26. a199368 More source links. by Raymond Hettinger · 14 years ago
  27. 04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. by Georg Brandl · 14 years ago
  28. c900708 Wrap some long examples and signatures. by Georg Brandl · 14 years ago
  29. 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 14 years ago
  30. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  31. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  32. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  33. e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 14 years ago
  34. 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 14 years ago
  35. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  36. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  37. 571a953 Fix indentation in example. by Georg Brandl · 14 years ago
  38. f82340d Merged revisions 81318 via svnmerge from by Ezio Melotti · 14 years ago
  39. 5971096 Merged revisions 81490 via svnmerge from by Steven Bethard · 14 years ago
  40. 386bc6d Merged revisions 80150,80460-80461 via svnmerge from by Georg Brandl · 15 years ago
  41. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 15 years ago
  42. f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
  43. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 15 years ago
  44. b2deb11 convert to print function by Benjamin Peterson · 15 years ago
  45. 98047eb Merged revisions 78613-78614 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 698a18a Merged revisions 78586-78593 via svnmerge from by Benjamin Peterson · 15 years ago
  47. 6d26569 Merged revisions 78576 via svnmerge from by Steven Bethard · 15 years ago