Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3325) | R. David Murray | 2017-09-10 | 1 | -3/+15 |
| | | | | | Patch by Paul.j3. Includes an unrelated but useful addition to the optparse porting section. (cherry picked from commit 0c7983e4adf9604d0ac93757a45d14be06c27696) | ||||
* | [3.6] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated ↵ | Miss Islington (bot) | 2017-09-07 | 1 | -1/+3 |
| | | | | | | newlines. (GH-3272) (GH-3429) Also provide a solution if the user wants to keep multiple blank lines. (cherry picked from commit 397c467c49385023de36411194d381ac993bae1a) | ||||
* | Fix grammar, typos and markup in documentation and code comments | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | | | | | | * Indent versionchanged at method level, not class level * Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt | ||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
| | |||||
* | Issue #28455: Clarify example of overriding the convert_arg_line_to_args method | Berker Peksag | 2016-10-17 | 1 | -3/+4 |
| | | | | Patch by Mariatta Wijaya. | ||||
* | Issue #27993: Fix problems with plural objects in docs and comments | Martin Panter | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -5/+15 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -9/+9 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #20598: Replace trivial split() calls with lists in argparse docs | Martin Panter | 2016-04-26 | 1 | -23/+23 |
| | |||||
* | Fix typos in code comments and documentation | Martin Panter | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | Issue #25314: Remove confused statement about const argument | Martin Panter | 2016-04-09 | 1 | -3/+3 |
| | |||||
* | Issue #25314: store_true and store_false also create appropriate defaults. | Raymond Hettinger | 2011-11-20 | 1 | -4/+6 |
| | |||||
* | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | | Issue #23356: Simplify convert_arg_line_to_args example. | Berker Peksag | 2015-04-26 | 1 | -4/+1 |
|\ \ | |/ | | | | | Patch by py.user. | ||||
| * | Issue #23356: Simplify convert_arg_line_to_args example. | Berker Peksag | 2015-04-26 | 1 | -4/+1 |
| | | | | | | | | Patch by py.user. | ||||
* | | Issue #23651: Fix typo in allow_abbrev docs. | Berker Peksag | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | Noticed by Nathan West. | ||||
* | | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. | Berker Peksag | 2015-02-13 | 1 | -4/+31 |
| | | | | | | | | Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson. | ||||
* | | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
|\ \ | |/ | | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
| * | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
* | | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -1/+0 |
| | | |||||
* | | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
| | | |||||
* | | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+10 |
|\ \ | |/ | | | | | Patch by Anastasia Filatova. | ||||
| * | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+10 |
| | | | | | | | | Patch by Anastasia Filatova. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #13540: add missing markup. | Terry Jan Reedy | 2014-08-24 | 1 | -2/+2 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix markup. | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | Issue #13540: Merge changes from 3.4 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
|\ \ | |/ | |||||
| * | Issue #13540: Merge changes from 3.3 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
| |\ | |||||
| | * | Issue #13540: Merge changes from 3.2 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
| | |\ | |||||
| | | * | Issue #13540: Update references to Action class to match syntax used for ↵ | Jason R. Coombs | 2014-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | other classes in this file. | ||||
| | | * | Issue #13540: Removed redundant documentation about Action instance ↵ | Jason R. Coombs | 2014-07-20 | 1 | -49/+26 |
| | | | | | | | | | | | | | | | | attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. | ||||
| | | * | Issue #13540: Expanded argparse documents to clarify the action API | Jason R. Coombs | 2011-12-14 | 1 | -19/+76 |
| | | | | |||||
* | | | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
|/ / / | |||||
* | | | whatsnew: argparse FileType accepts errors and encodings args. | R David Murray | 2013-12-31 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #19814: Clarify argparse's docs w.r.t prefix matching | Eli Bendersky | 2013-12-02 | 1 | -3/+11 |
|\ \ \ | |/ / | |||||
| * | | Issue #19814: Clarify argparse's docs w.r.t prefix matching | Eli Bendersky | 2013-12-02 | 1 | -3/+11 |
| | | | |||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Use the platform-independent way of calling a script from the shell: "python ↵ | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | prog.py", not "prog.py" Found by Micheal Wells on docs@. | ||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
|\ \ \ | |/ / | |||||
| * | | Closes #11807: document argparse add_subparsers method better. | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
| | | | | | | | | | | | | Patch by Filip Gruszczyński. | ||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix missing class name in markup. Found by Tanky Woo on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | |||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ \ | |/ / |