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
*
bpo-37880: for argparse add_argument with action='store_const', const now def...
Jack DeVries
2021-07-31
1
-11/+16
*
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23...
David Sanders
2021-07-12
1
-0/+2
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
Andre Delfino
2021-04-26
1
-1/+1
*
Fix documentation typos of argparse exit_on_error (GH-22706)
Taneli Hukkinen
2021-04-26
1
-1/+1
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
1
-27/+27
*
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)
Raymond Hettinger
2020-12-22
1
-0/+5
*
bpo-42572: Improve argparse docs for the type parameter. (GH-23849)
Raymond Hettinger
2020-12-20
1
-50/+57
*
bpo-38843: Document behavior of default when the attribute is already set (GH...
Raymond Hettinger
2020-12-07
1
-1/+9
*
bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
Raymond Hettinger
2020-11-30
1
-14/+3
*
Fix error in argparse documentation example (GH-17399)
SarahPythonista
2020-08-28
1
-2/+2
*
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...
Vincent Férotin
2020-06-20
1
-0/+14
*
bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)
Albert
2020-05-24
1
-13/+0
*
bpo-38678: Improve argparse example in tutorial (GH-17207)
Raymond Hettinger
2019-11-18
1
-1/+3
*
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Brandt Bucher
2019-11-11
1
-1/+1
*
bpo-38531: document extend action's added version (GH-16865)
Batuhan Taşkaya
2019-10-20
1
-0/+2
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Adam J. Stewart
2019-10-07
1
-1/+4
*
bpo-8538: Add support for boolean actions to argparse (GH-11478)
Rémi Lapeyre
2019-09-13
1
-3/+16
*
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
Hai Shi
2019-09-12
1
-1/+8
*
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...
Hai Shi
2019-09-12
1
-1/+29
*
bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-1...
Raymond Hettinger
2019-08-29
1
-3/+2
*
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
Zac Hatfield-Dodds
2019-07-14
1
-0/+4
*
bpo-23378: Add an extend action to argparse (GH-13305)
Batuhan Taşkaya
2019-05-21
1
-0/+9
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-0/+6
*
Fix doc for `add_subparsers` arguments (GH-8884)
Anthony Sottile
2018-08-24
1
-1/+1
*
bpo-33109: argparse subparsers are once again not required by default (GH-6919)
Ned Deily
2018-05-24
1
-1/+1
*
Fix error messages in argparse examples (GH-6435)
suic86
2018-04-11
1
-2/+2
*
Fix typos '.::' should typically just be '::'. (GH-6165)
Julien Palard
2018-03-28
1
-1/+1
*
bpo-26510: make argparse subparsers required by default (#3027)
Anthony Sottile
2017-09-20
1
-2/+5
*
bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3...
Elena Oat
2017-09-07
1
-1/+3
*
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
2017-09-07
1
-3/+41
*
Clarify nature of parse_args 'args' argument. (#3292)
R. David Murray
2017-09-04
1
-3/+15
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
1
-2/+2
*
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
*
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
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+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 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 docum...
Senthil Kumaran
2015-06-15
1
-1/+1
*
|
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
|
\
\
|
|
/
|
*
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
*
|
Issue #23651: Fix typo in allow_abbrev docs.
Berker Peksag
2015-03-12
1
-1/+1
*
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Berker Peksag
2015-02-13
1
-4/+31
[next]