index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
argparse.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
|
|
/
|
*
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
|
*
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. Patc...
Senthil Kumaran
2011-08-02
1
-1/+1
|
\
\
|
|
/
|
*
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...
Senthil Kumaran
2011-08-02
1
-1/+1
*
|
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
*
|
#11885: Merge with 3.2.
Ezio Melotti
2011-04-21
1
-2/+2
|
\
\
|
|
/
|
*
#11885: capitalize Python.
Ezio Melotti
2011-04-21
1
-2/+2
*
|
Merge with 3.2.
Ezio Melotti
2011-04-16
1
-3/+3
|
\
\
|
|
/
|
*
Fix a few more hyphens in argparse.rst
Ezio Melotti
2011-04-16
1
-3/+3
|
*
Consistency fix: "command line" is the noun, "command-line" the adjective.
Georg Brandl
2011-04-16
1
-18/+18
|
*
Backport 8a9f8f34d9d5.
Georg Brandl
2011-04-16
1
-1/+1
*
|
Fix duplicate "is".
Georg Brandl
2011-04-16
1
-1/+1
*
|
Consistency fix: "command line" is the noun, "command-line" the adjective.
Georg Brandl
2011-04-16
1
-18/+18
*
|
Issue #9343: Document that argparse parent parsers must be configured before ...
Steven Bethard
2011-03-26
1
-0/+5
|
\
\
|
|
/
|
*
Issue #9343: Document that argparse parent parsers must be configured before ...
Steven Bethard
2011-03-26
1
-0/+5
*
|
Issue #8982: Improve the documentation for the argparse Namespace object. (Me...
Steven Bethard
2011-03-26
1
-5/+16
|
\
\
|
|
/
|
*
Issue #8982: Improve the documentation for the argparse Namespace object.
Steven Bethard
2011-03-26
1
-5/+16
|
*
Merged revisions 88717 via svnmerge from
Fred Drake
2011-03-03
1
-2/+2
*
|
Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
Steven Bethard
2011-03-26
1
-10/+26
*
|
issue 11372: use range instead of xrange
Fred Drake
2011-03-03
1
-2/+2
|
/
*
More source links.
Raymond Hettinger
2011-01-27
1
-1/+5
*
#10871: "file" does not exist anymore in Python 3. Also adapt the reprs of o...
Georg Brandl
2011-01-09
1
-14/+14
*
Wrap some long examples and signatures.
Georg Brandl
2011-01-09
1
-7/+14
*
#10728: the default for printing help is sys.stdout, not stderr.
R. David Murray
2010-12-18
1
-2/+2
*
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...
Steven Bethard
2010-12-18
1
-1/+11
*
Add example for the entry for argparse
Raymond Hettinger
2010-12-07
1
-0/+1
*
Remove unnecessary `object` base class in docs (#10366).
Éric Araujo
2010-11-22
1
-1/+1
*
Some markup and style fixes in argparse docs.
Georg Brandl
2010-10-17
1
-21/+29
*
#9112: document error() and exit() methods of ArgumentParser.
Georg Brandl
2010-10-17
1
-1/+14
*
Fix errors found by "make suspicious".
Georg Brandl
2010-10-06
1
-7/+7
*
#9444: use first of prefix_chars for help opt instead of raising error
R. David Murray
2010-08-03
1
-3/+18
*
Fix indentation in example.
Georg Brandl
2010-07-26
1
-2/+2
*
Merged revisions 81318 via svnmerge from
Ezio Melotti
2010-05-27
1
-1/+1
[next]