summaryrefslogtreecommitdiffstats
path: root/Doc/library/argparse.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.2.Ezio Melotti2011-04-211-96/+111
|\
| * Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-211-101/+113
* | #11904-#11905: Merge typo fixes with 3.2.Ezio Melotti2011-04-211-5/+5
|\ \ | |/
| * #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
| * #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-4/+4
* | #11902: Merge with 3.2.Ezio Melotti2011-04-211-1/+1
|\ \ | |/
| * #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | Merge with 3.2.Ezio Melotti2011-04-211-11/+11
|\ \ | |/
| * Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
* | #11885: Merge with 3.2.Ezio Melotti2011-04-211-2/+2
|\ \ | |/
| * #11885: capitalize Python.Ezio Melotti2011-04-211-2/+2
* | Merge with 3.2.Ezio Melotti2011-04-161-3/+3
|\ \ | |/
| * Fix a few more hyphens in argparse.rstEzio Melotti2011-04-161-3/+3
| * Consistency fix: "command line" is the noun, "command-line" the adjective.Georg Brandl2011-04-161-18/+18
| * Backport 8a9f8f34d9d5.Georg Brandl2011-04-161-1/+1
* | Fix duplicate "is".Georg Brandl2011-04-161-1/+1
* | Consistency fix: "command line" is the noun, "command-line" the adjective.Georg Brandl2011-04-161-18/+18
* | Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+5
|\ \ | |/
| * Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+5
* | Issue #8982: Improve the documentation for the argparse Namespace object. (Me...Steven Bethard2011-03-261-5/+16
|\ \ | |/
| * Issue #8982: Improve the documentation for the argparse Namespace object.Steven Bethard2011-03-261-5/+16
| * Merged revisions 88717 via svnmerge fromFred Drake2011-03-031-2/+2
* | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type namesSteven Bethard2011-03-261-10/+26
* | issue 11372: use range instead of xrangeFred Drake2011-03-031-2/+2
|/
* More source links.Raymond Hettinger2011-01-271-1/+5
* #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of o...Georg Brandl2011-01-091-14/+14
* Wrap some long examples and signatures.Georg Brandl2011-01-091-7/+14
* #10728: the default for printing help is sys.stdout, not stderr.R. David Murray2010-12-181-2/+2
* Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...Steven Bethard2010-12-181-1/+11
* Add example for the entry for argparseRaymond Hettinger2010-12-071-0/+1
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-1/+1
* Some markup and style fixes in argparse docs.Georg Brandl2010-10-171-21/+29
* #9112: document error() and exit() methods of ArgumentParser.Georg Brandl2010-10-171-1/+14
* Fix errors found by "make suspicious".Georg Brandl2010-10-061-7/+7
* #9444: use first of prefix_chars for help opt instead of raising errorR. David Murray2010-08-031-3/+18
* Fix indentation in example.Georg Brandl2010-07-261-2/+2
* Merged revisions 81318 via svnmerge fromEzio Melotti2010-05-271-1/+1
* Merged revisions 81490 via svnmerge fromSteven Bethard2010-05-241-2/+5
* Merged revisions 80150,80460-80461 via svnmerge fromGeorg Brandl2010-04-251-1/+1
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-1/+1
* Update versionadded/changed.Ezio Melotti2010-03-211-1/+1
* Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* convert to print functionBenjamin Peterson2010-03-031-4/+4
* Merged revisions 78613-78614 via svnmerge fromBenjamin Peterson2010-03-031-249/+221
* Merged revisions 78586-78593 via svnmerge fromBenjamin Peterson2010-03-021-1758/+1755
* Merged revisions 78576 via svnmerge fromSteven Bethard2010-03-021-0/+1758