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
*
gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)
0xflotus
2024-02-19
1
-1/+1
*
gh-83648: Support deprecation of options, arguments and subcommands in argpar...
Serhiy Storchaka
2024-02-05
1
-1/+46
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-2/+2
*
gh-103921: Rename "type" header in argparse docs (#104654)
Jelle Zijlstra
2023-05-19
1
-15/+15
*
gh-101100: Fix Sphinx warnings in `argparse` module (#103289)
Hugo van Kemenade
2023-04-24
1
-6/+20
*
gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)
Nikita Sobolev
2023-04-19
1
-2/+2
*
Fix style in argparse.rst (#101733)
Marcin Wieczorek
2023-03-08
1
-3/+3
*
gh-99735: Use required=True in argparse subparsers example (#100927)
Patricio Paez
2023-02-19
1
-1/+1
*
Add missing preposition in argparse docs (#101548)
alnoki
2023-02-05
1
-1/+1
*
gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)
Guy Yagev
2022-12-26
1
-6/+6
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+1
*
gh-99650 : Updated argparse docs (GH-99653)
ram vikram singh
2022-11-22
1
-1/+1
*
`argparse` docs: normalize constant references (#98765)
Skip Montanaro
2022-10-28
1
-5/+6
*
gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...
Scott Main
2022-09-18
1
-1/+20
*
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki
2022-06-23
1
-1/+10
*
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)
180909
2022-05-18
1
-1/+1
*
bpo-9182: Add a section on specifying positional arguments (#31810)
slateny
2022-05-13
1
-2/+5
*
Fix typo in argparse docs. (GH-92691)
thueringa
2022-05-12
1
-1/+1
*
update argparse's doc of append action. (#92344)
Hai Shi
2022-05-06
1
-2/+4
*
Improving readability of argparse.rst (GH-91751)
Antonio Andrade
2022-04-30
1
-8/+8
*
Minor improvements to grammar and markup. (GH-91762)
Raymond Hettinger
2022-04-20
1
-12/+12
*
Clean-up the argparse docs quick links table (GH-91726)
Raymond Hettinger
2022-04-20
1
-55/+33
*
bpo-21150: Add quick link/summary table to the top of argparse documentation ...
Susan Su
2022-04-18
1
-0/+98
*
argparse docs: prog default is the basename of argv[0] (GH-30298)
Jade Lovelace
2022-01-02
1
-1/+2
*
bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...
Irit Katriel
2021-12-16
1
-0/+12
*
[doc] fix minor typo for argparse (GH-28451)
Louis Sautier
2021-09-28
1
-1/+1
*
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
[next]