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
*
[2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328)
R. David Murray
2017-09-10
1
-3/+15
*
[2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...
Miss Islington (bot)
2017-09-07
1
-1/+3
*
Fix spelling and markup in documentation and code comment
Martin Panter
2017-01-14
1
-2/+2
*
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
*
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
*
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
*
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
*
Fix a markup error in the argparse documentation.
Berker Peksag
2015-01-06
1
-2/+2
*
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
1
-0/+10
*
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 othe...
Jason R. Coombs
2014-08-03
1
-2/+2
|
*
Issue #13540: Removed redundant documentation about Action instance attribute...
Jason R. Coombs
2014-07-20
1
-49/+26
|
*
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
*
|
Closes #11807: document argparse add_subparsers method better.
Georg Brandl
2013-10-06
1
-1/+28
*
|
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 Koo...
Georg Brandl
2013-10-06
1
-2/+2
*
|
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
*
|
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-3/+6
*
|
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
*
|
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
*
Synchronize argparse docs with 3.x versions
Éric Araujo
2011-08-19
1
-52/+52
*
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...
Senthil Kumaran
2011-08-02
1
-1/+1
*
Add a link target for argparse.Namespace (#8982)
Éric Araujo
2011-07-29
1
-7/+10
[next]