summaryrefslogtreecommitdiff
path: root/Doc/library/argparse.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx warnings in `argparse` module (#103289)Hugo van Kemenade2023-04-241-6/+20
* gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)Nikita Sobolev2023-04-181-2/+2
* Fix style in argparse.rst (#101733)Marcin Wieczorek2023-03-071-3/+3
* gh-99735: Use required=True in argparse subparsers example (#100927)Patricio Paez2023-02-181-1/+1
* Add missing preposition in argparse docs (#101548)alnoki2023-02-051-1/+1
* gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)Guy Yagev2022-12-261-6/+6
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-081-0/+1
* gh-99650 : Updated argparse docs (GH-99653)ram vikram singh2022-11-221-1/+1
* `argparse` docs: normalize constant references (#98765)Skip Montanaro2022-10-281-5/+6
* gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...Scott Main2022-09-181-1/+20
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-231-1/+10
* gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)1809092022-05-181-1/+1
* bpo-9182: Add a section on specifying positional arguments (#31810)slateny2022-05-131-2/+5
* Fix typo in argparse docs. (GH-92691)thueringa2022-05-111-1/+1
* update argparse's doc of append action. (#92344)Hai Shi2022-05-051-2/+4
* Improving readability of argparse.rst (GH-91751)Antonio Andrade2022-04-301-8/+8
* Minor improvements to grammar and markup. (GH-91762)Raymond Hettinger2022-04-201-12/+12
* Clean-up the argparse docs quick links table (GH-91726)Raymond Hettinger2022-04-201-55/+33
* bpo-21150: Add quick link/summary table to the top of argparse documentation ...Susan Su2022-04-171-0/+98
* argparse docs: prog default is the basename of argv[0] (GH-30298)Jade Lovelace2022-01-021-1/+2
* bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...Irit Katriel2021-12-161-0/+12
* [doc] fix minor typo for argparse (GH-28451)Louis Sautier2021-09-281-1/+1
* bpo-37880: for argparse add_argument with action='store_const', const now def...Jack DeVries2021-07-311-11/+16
* bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23...David Sanders2021-07-121-0/+2
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-261-1/+1
* Fix documentation typos of argparse exit_on_error (GH-22706)Taneli Hukkinen2021-04-251-1/+1
* bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)Raymond Hettinger2020-12-231-27/+27
* bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)Raymond Hettinger2020-12-221-0/+5
* bpo-42572: Improve argparse docs for the type parameter. (GH-23849)Raymond Hettinger2020-12-201-50/+57
* bpo-38843: Document behavior of default when the attribute is already set (GH...Raymond Hettinger2020-12-061-1/+9
* bpo-42501: Revise the usage note for Enums with the choices (GH-23563)Raymond Hettinger2020-11-301-14/+3
* Fix error in argparse documentation example (GH-17399)SarahPythonista2020-08-281-2/+2
* bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...Vincent Férotin2020-06-201-0/+14
* bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)Albert2020-05-241-13/+0
* bpo-38678: Improve argparse example in tutorial (GH-17207)Raymond Hettinger2019-11-171-1/+3
* bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)Brandt Bucher2019-11-111-1/+1
* bpo-38531: document extend action's added version (GH-16865)Batuhan Taşkaya2019-10-201-0/+2
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Adam J. Stewart2019-10-061-1/+4
* bpo-8538: Add support for boolean actions to argparse (GH-11478)Rémi Lapeyre2019-09-131-3/+16
* bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)Hai Shi2019-09-121-1/+8
* bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...Hai Shi2019-09-121-1/+29
* bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-1...Raymond Hettinger2019-08-291-3/+2
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-131-0/+4
* bpo-23378: Add an extend action to argparse (GH-13305)Batuhan Taşkaya2019-05-211-0/+9
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-0/+6
* Fix doc for `add_subparsers` arguments (GH-8884)Anthony Sottile2018-08-231-1/+1
* bpo-33109: argparse subparsers are once again not required by default (GH-6919)Ned Deily2018-05-231-1/+1
* Fix error messages in argparse examples (GH-6435)suic862018-04-111-2/+2
* Fix typos '.::' should typically just be '::'. (GH-6165)Julien Palard2018-03-281-1/+1
* bpo-26510: make argparse subparsers required by default (#3027)Anthony Sottile2017-09-201-2/+5