Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328) | 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) | ||||
* | [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated ↵ | Miss Islington (bot) | 2017-09-07 | 1 | -1/+3 |
| | | | | | | newlines. (GH-3272) (GH-3428) Also provide a solution if the user wants to keep multiple blank lines. (cherry picked from commit 397c467c49385023de36411194d381ac993bae1a) | ||||
* | Fix spelling and markup in documentation and code comment | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | | | | | * 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 True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
| | |||||
* | Issue #27993: Fix problems with the plural “objects” in docs and comments | Martin Panter | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -5/+15 |
| | | | | Patch by Julien Palard. | ||||
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | 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 comment 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 #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Issue #23356: Simplify convert_arg_line_to_args example. | Berker Peksag | 2015-04-26 | 1 | -4/+1 |
| | | | | Patch by py.user. | ||||
* | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
* | Fix a markup error in the argparse documentation. | Berker Peksag | 2015-01-06 | 1 | -2/+2 |
| | | | | Reported by Jason Sachs on docs@. | ||||
* | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+10 |
| | | | | Patch by Anastasia Filatova. | ||||
* | the correct role is :meth: not :method: | Benjamin Peterson | 2014-09-04 | 1 | -8/+6 |
| | |||||
* | Issue #13540: Merge commits | 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 |
| | | |||||
* | | Issue #19814: Clarify argparse's docs w.r.t prefix matching | Eli Bendersky | 2013-12-02 | 1 | -3/+11 |
| | | |||||
* | | 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@. | ||||
* | | Closes #11807: document argparse add_subparsers method better. | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
| | | | | | | | | Patch by Filip Gruszczyński. | ||||
* | | Fix missing class name in markup. Found by Tanky Woo on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | |||||
* | | Fix prefix_chars not being applied in help text example (reported by John ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | | | | | | | Kooker on docs@) | ||||
* | | Update argparse docs to follow order of ArgumentParser() arguments. | Andrew Svetlov | 2013-04-07 | 1 | -202/+203 |
| | | |||||
* | | #16940: fix indentation in example. | Ezio Melotti | 2013-01-12 | 1 | -2/+2 |
| | | |||||
* | | Issue #16933: Improve choices examples in argparse documentation. | Chris Jerdonek | 2013-01-12 | 1 | -23/+24 |
| | | |||||
* | | grammatical fix; thanks to Alex Rudnick from docs@ | Sandro Tosi | 2013-01-11 | 1 | -1/+1 |
| | | |||||
* | | #16796: fix typo. Patch by Michael Schurter. | Ezio Melotti | 2012-12-27 | 1 | -1/+1 |
| | | |||||
* | | - Issue #15935: Clarification of argparse docs, re: add_argument() type and | Barry Warsaw | 2012-09-25 | 1 | -0/+14 |
| | | | | | | | | default arguments. Patch contributed by Chris Jerdonek. | ||||
* | | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 1 | -3/+6 |
| | | | | | | | | Jerdonek. | ||||
* | | add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
| | | |||||
* | | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2012-05-06 | 1 | -0/+6 |
| | | |||||
* | | #10423: clarify options vs args in argparse discussion of optparse | R David Murray | 2012-03-30 | 1 | -2/+3 |
| | | | | | | | | Patch by Sandro Tosi. | ||||
* | | Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe | Sandro Tosi | 2012-03-26 | 1 | -2/+2 |
| | | |||||
* | | Add missing “::” markup and wrap overlong lines | Éric Araujo | 2012-02-20 | 1 | -18/+23 |
| | | |||||
* | | Issue #13605: more meaningful example + fixes | Sandro Tosi | 2012-01-19 | 1 | -5/+5 |
| | | |||||
* | | Issue #13605: add documentation for nargs=argparse.REMAINDER | Sandro Tosi | 2012-01-19 | 1 | -0/+11 |
| | | |||||
* | | Issue #10772: add count and help argparse action; patch by Marc Sibson | Sandro Tosi | 2012-01-04 | 1 | -0/+13 |
| | | |||||
* | | Issue #9349: add argparse.SUPPRESS to help doc | Sandro Tosi | 2012-01-03 | 1 | -0/+11 |
|/ | |||||
* | Note the store_true and store_false also create the appropriate defaults. | Raymond Hettinger | 2011-11-20 | 1 | -4/+6 |
| | |||||
* | Issue #13191: typo in argparse docs | Eli Bendersky | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Fix some markup and one typo | Éric Araujo | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -1/+5 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Synchronize argparse docs with 3.x versions | Éric Araujo | 2011-08-19 | 1 | -52/+52 |
| | |||||
* | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
| | | | | Patch by Sandro Tosi. | ||||
* | Add a link target for argparse.Namespace (#8982) | Éric Araujo | 2011-07-29 | 1 | -7/+10 |
| |