summaryrefslogtreecommitdiff
path: root/Doc/library/argparse.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar, typos and markup in documentation and code commentsMartin Panter2017-01-141-2/+2
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
* Issue #28455: Clarify example of overriding the convert_arg_line_to_args methodBerker Peksag2016-10-171-3/+4
* Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-071-2/+2
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-5/+15
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-9/+9
* Issue #20598: Replace trivial split() calls with lists in argparse docsMartin Panter2016-04-261-23/+23
* Fix typos in code comments and documentationMartin Panter2016-04-161-1/+1
* Issue #25314: Remove confused statement about const argumentMartin Panter2016-04-091-3/+3
* Issue #25314: store_true and store_false also create appropriate defaults.Raymond Hettinger2011-11-201-4/+6
* Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-4/+31
|\
| * Issue #23356: Simplify convert_arg_line_to_args example.Berker Peksag2015-04-261-5/+32
| |\
| | * Issue #23651: Fix typo in allow_abbrev docs.Berker Peksag2015-03-121-1/+1
| | * Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.Berker Peksag2015-02-141-4/+31
| | * Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
| | |\
| | * \ Revert #22251Berker Peksag2014-09-281-1/+0
| | |\ \
| | * \ \ Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
| | |\ \ \
| | * \ \ \ Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+10
| | |\ \ \ \
| | * \ \ \ \ Merge with 3.4Terry Jan Reedy2014-08-231-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ mergeRaymond Hettinger2014-08-031-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Issue #13540: Merge changes from 3.4Jason R. Coombs2014-08-031-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
* | | | | | | | | | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | | | | | | | | | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-141-1/+1
|/ / / / / / / / /
* | | | | | | | | Issue #23356: Simplify convert_arg_line_to_args example.Berker Peksag2015-04-261-4/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Revert #22251Berker Peksag2014-09-281-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
| |_|_|_|/ |/| | | |
* | | | | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+10
| |_|_|/ |/| | |
* | | | Issue #13540: add missing markup.Terry Jan Reedy2014-08-231-2/+2
| |_|/ |/| |
* | | Fix markup.Raymond Hettinger2014-08-031-2/+2
|/ /
* | Issue #13540: Merge changes from 3.3Jason R. Coombs2014-08-031-9/+14
|\ \ | |/
| * whatsnew: argparse FileType accepts errors and encodings args.R David Murray2013-12-311-0/+3
| * Issue #19814: Clarify argparse's docs w.r.t prefix matchingEli Bendersky2013-12-021-9/+11
| |\
| | * merge with 3.3Georg Brandl2013-10-061-4/+4
| | |\
| | * \ merge with 3.3Georg Brandl2013-10-061-9/+11
| | |\ \
| | | * \ merge with 3.3Georg Brandl2013-10-061-1/+1
| | | |\ \
| | | * \ \ merge with 3.3Georg Brandl2013-10-061-9/+11
| | | |\ \ \
| | | | * \ \ Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-9/+11
| | | | |\ \ \
| | | | | * \ \ #16940: merge with 3.3.Ezio Melotti2013-01-121-9/+11
| | | | | |\ \ \
| | | | | | * \ \ Issue #16933 (merge from 3.3): Improve choices examples in argparse docs.Chris Jerdonek2013-01-111-9/+11
| | | | | | |\ \ \
| | | | | | | * \ \ merge with 3.3Sandro Tosi2013-01-111-9/+11
| | | | | | | |\ \ \
| | | | | | | | * \ \ #16796: merge with 3.3.Ezio Melotti2012-12-281-1/+1
| | | | | | | | |\ \ \
| | | | | | | | * | | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-151-9/+11
* | | | | | | | | | | | Issue #13540: Merge changes from 3.2Jason R. Coombs2014-08-031-19/+53
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Issue #13540: Update references to Action class to match syntax used for othe...Jason R. Coombs2014-08-031-2/+2
| * | | | | | | | | | | Issue #13540: Removed redundant documentation about Action instance attribute...Jason R. Coombs2014-07-201-49/+26
| * | | | | | | | | | | Issue #13540: Expanded argparse documents to clarify the action APIJason R. Coombs2011-12-131-19/+76