summaryrefslogtreecommitdiffstats
path: root/Doc/library/argparse.rst
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.3Georg Brandl2013-10-061-4/+4
|\
| * Use the platform-independent way of calling a script from the shell: "python ...Georg Brandl2013-10-061-4/+4
* | merge with 3.3Georg Brandl2013-10-061-1/+28
|\ \ | |/
| * Closes #11807: document argparse add_subparsers method better.Georg Brandl2013-10-061-1/+28
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix missing class name in markup. Found by Tanky Woo on docs@.Georg Brandl2013-10-061-1/+1
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Fix prefix_chars not being applied in help text example (reported by John Koo...Georg Brandl2013-10-061-2/+2
* | Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-202/+203
|\ \ | |/
| * Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-202/+203
* | #16940: merge with 3.3.Ezio Melotti2013-01-121-2/+2
|\ \ | |/
| * #16940: merge with 3.2.Ezio Melotti2013-01-121-2/+2
| |\
| | * #16940: fix indentation in example.Ezio Melotti2013-01-121-2/+2
* | | Issue #16933 (merge from 3.3): Improve choices examples in argparse docs.Chris Jerdonek2013-01-121-23/+24
|\ \ \ | |/ /
| * | Issue #16933 (merge from 3.2): Improve choices examples in argparse docs.Chris Jerdonek2013-01-121-23/+24
| |\ \ | | |/
| | * Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs.Chris Jerdonek2013-01-121-23/+24
* | | merge with 3.3Sandro Tosi2013-01-111-1/+1
|\ \ \ | |/ /
| * | merge with 3.2Sandro Tosi2013-01-111-1/+1
| |\ \ | | |/
| | * grammatical fix; thanks to Alex Rudnick from docs@Sandro Tosi2013-01-111-1/+1
* | | #16796: merge with 3.3.Ezio Melotti2012-12-281-1/+1
|\ \ \ | |/ /
| * | #16796: merge with 3.2.Ezio Melotti2012-12-281-1/+1
| |\ \ | | |/
| | * #16796: fix typo. Patch by Michael Schurter.Ezio Melotti2012-12-271-1/+1
* | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-151-9/+11
|/ /
* | Revert duplicate changes in argparse docs.Andrew Svetlov2012-11-281-15/+0
|\ \ | |/
| * Revert duplicate changes in argparse docs.Andrew Svetlov2012-11-281-15/+0
* | Merge issue #11076: document the way to convert argparse.Namespace to a dict.Andrew Svetlov2012-11-281-0/+15
|\ \ | |/
| * Issue #11076: document the way to convert argparse.Namespace to a dict.Andrew Svetlov2012-11-281-0/+15
* | Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry.Barry Warsaw2012-09-251-0/+14
|\ \ | |/
| * - Issue #15935: Clarification of argparse docs, re: add_argument() type andBarry Warsaw2012-09-251-0/+14
* | #15831: merge with 3.2Ezio Melotti2012-09-141-3/+6
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-3/+6
* | merge with 3.2Sandro Tosi2012-08-121-1/+1
|\ \ | |/
| * add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@Sandro Tosi2012-08-121-1/+1
* | merge from 3.2 - Issue13685Senthil Kumaran2012-06-261-0/+3
|\ \ | |/
| * Issue #13685 - Update argparse help message for % sign usage.Senthil Kumaran2012-06-261-0/+3
* | #14034: merge argparse tutorial from 3.2.Ezio Melotti2012-05-061-0/+6
|\ \ | |/
| * #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-061-0/+6
* | Merge #10423: clarify options vs args in argparse discussion of optparseR David Murray2012-03-301-2/+3
|\ \ | |/
| * #10423: clarify options vs args in argparse discussion of optparseR David Murray2012-03-301-2/+3
* | Issue #14410: merge with 3.2Sandro Tosi2012-03-261-2/+2
|\ \ | |/
| * Issue #14410: fix typo in argparse doc; patch by Tshepang LekhonkhobeSandro Tosi2012-03-261-2/+2
* | Merge 3.2Éric Araujo2012-02-201-15/+16
|\ \ | |/
| * Add missing “::” markup.Éric Araujo2012-02-201-15/+16
* | Issue #13605: merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ | |/
| * Issue #13605: use print() in argparse nargs exampleSandro Tosi2012-02-191-1/+1
* | Issue #13605: merge with 3.2Sandro Tosi2012-01-191-5/+5
|\ \ | |/
| * Issue #13605: more meaningful example + fixesSandro Tosi2012-01-191-5/+5
* | Issue #13605: merge with 3.2Sandro Tosi2012-01-191-0/+11
|\ \ | |/
| * Issue #13605: add documentation for nargs=argparse.REMAINDERSandro Tosi2012-01-191-0/+11
* | merge with 3.2Sandro Tosi2012-01-041-0/+13
|\ \ | |/