Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #15831: merge with 3.2 | Ezio Melotti | 2012-09-14 | 1 | -3/+6 |
|\ | |||||
| * | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 1 | -3/+6 |
| | | | | | | | | Jerdonek. | ||||
* | | merge with 3.2 | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.2 - Issue13685 | Senthil Kumaran | 2012-06-26 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #13685 - Update argparse help message for % sign usage. | Senthil Kumaran | 2012-06-26 | 1 | -0/+3 |
| | | |||||
* | | #14034: merge argparse tutorial from 3.2. | Ezio Melotti | 2012-05-06 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2012-05-06 | 1 | -0/+6 |
| | | |||||
* | | Merge #10423: clarify options vs args in argparse discussion of optparse | R David Murray | 2012-03-30 | 1 | -2/+3 |
|\ \ | |/ | | | | | Patch by Sandro Tosi. | ||||
| * | #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: merge with 3.2 | Sandro Tosi | 2012-03-26 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe | Sandro Tosi | 2012-03-26 | 1 | -2/+2 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2012-02-20 | 1 | -15/+16 |
|\ \ | |/ | |||||
| * | Add missing “::” markup. | Éric Araujo | 2012-02-20 | 1 | -15/+16 |
| | | | | | | | | Also wrap two looong lines. | ||||
* | | Issue #13605: merge with 3.2 | Sandro Tosi | 2012-02-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #13605: use print() in argparse nargs example | Sandro Tosi | 2012-02-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #13605: merge with 3.2 | Sandro Tosi | 2012-01-19 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Issue #13605: more meaningful example + fixes | Sandro Tosi | 2012-01-19 | 1 | -5/+5 |
| | | |||||
* | | Issue #13605: merge with 3.2 | Sandro Tosi | 2012-01-19 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Issue #13605: add documentation for nargs=argparse.REMAINDER | Sandro Tosi | 2012-01-19 | 1 | -0/+11 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2012-01-04 | 1 | -0/+13 |
|\ \ | |/ | |||||
| * | Issue #10772: add count and help argparse action; patch by Marc Sibson | Sandro Tosi | 2012-01-04 | 1 | -0/+13 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2012-01-03 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Issue #9349: add argparse.SUPPRESS to help doc | Sandro Tosi | 2012-01-03 | 1 | -0/+11 |
| | | |||||
* | | Issue #13191: typo in argparse docs | Eli Bendersky | 2011-11-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #13191: typo in argparse docs | Eli Bendersky | 2011-11-11 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixes #13270: obsolete reference to old-style/new-style classes. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge doc changes from 3.2. | Éric Araujo | 2011-09-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | rstlint complains about packaging docs but I’m working on those in another patch. | ||||
| * | Fix some misuses of Sphinx roles and one typo | Éric Araujo | 2011-09-01 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2011-08-19 | 1 | -31/+31 |
|\ \ | |/ | |||||
| * | Don’t quote characters twice. | Éric Araujo | 2011-08-18 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | ``code`` markup is enough to mark command-line fragments or to talk about a character. ``'c'`` is still used for actual Python string objects. I did a similar change in optparse.rst in r86521. I’ve also ported two minor changes from the 3.3 version of the file (removing an unnecessary module name in a class directive, adding a comma). | ||||
| * | Don’t use “arg” for “argument” | Éric Araujo | 2011-08-18 | 1 | -15/+15 |
| | | |||||
| * | Add a few missing source links from 2.7 and harmonize lib docs headers | Éric Araujo | 2011-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2011-08-10 | 1 | -19/+19 |
|\ \ | |/ | |||||
| * | Use real word in English text (i.e. not code) | Éric Araujo | 2011-08-10 | 1 | -19/+19 |
| | | |||||
* | | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Sandro Tosi. | ||||
| * | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
| | | | | | | | | Patch by Sandro Tosi. | ||||
* | | Merge from 3.2 (#9254, #8982, #9788) | Éric Araujo | 2011-07-29 | 1 | -7/+10 |
|\ \ | |/ | |||||
| * | Add a link target for argparse.Namespace (#8982) | Éric Araujo | 2011-07-29 | 1 | -7/+10 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -96/+111 |
|\ \ | |/ | |||||
| * | Fix some more markup glitches in argparse doc. | Ezio Melotti | 2011-04-21 | 1 | -101/+113 |
| | | |||||
* | | #11904-#11905: Merge typo fixes with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
| | | |||||
| * | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -4/+4 |
| | | |||||
* | | #11902: Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | Add the :mod: role where it was missing. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 |
| | |