summaryrefslogtreecommitdiffstats
path: root/Doc/library/argparse.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-126180: Remove getopt and optparse deprecation notices (GH-126227)Alyssa Coghlan2024-12-231-0/+12
* GH-127133: Remove ability to nest argument groups & mutually exclusive groups...Savannah Ostrowski2024-11-241-10/+9
* GH-127134: Add note about forward compatibility for suggest_on_error (#127137)Savannah Ostrowski2024-11-231-0/+8
* gh-86463: Fix a trailing space in argparse.rst (#127162)Serhiy Storchaka2024-11-221-1/+1
* gh-86463: Fix default prog in subparsers if usage is used in the main parser ...Serhiy Storchaka2024-11-221-0/+10
* GH-122679: Add `register()` to argparse docs (#126939)Savannah Ostrowski2024-11-221-3/+33
* gh-126071: Improve formatting of the argparse documentation (GH-126073)Serhiy Storchaka2024-10-301-65/+72
* gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)Serhiy Storchaka2024-10-251-11/+15
* gh-58032: Deprecate the argparse.FileType type converter (GH-124664)Serhiy Storchaka2024-10-231-9/+16
* gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...Savannah Ostrowski2024-10-171-0/+4
* GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...Savannah Ostrowski2024-10-171-1/+27
* gh-89819: Add argument_default and conflict_handler to add_argument_group() d...Savannah Ostrowski2024-10-151-1/+7
* gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)Serhiy Storchaka2024-10-121-0/+5
* gh-59330: Improve error message for dest= for positionals (GH-125215)Serhiy Storchaka2024-10-121-0/+19
* gh-125296: Fix strange fragment identifier for `name or flags` in argparse do...Savannah Ostrowski2024-10-111-1/+1
* Note argparse exit code in documentation (GH-119568)Justin Kunimune2024-10-101-1/+2
* GH-124478: Cleanup argparse documentation (#124877)Savannah Ostrowski2024-10-081-435/+141
* gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)Serhiy Storchaka2024-10-011-9/+32
* gh-61181: Fix support of choices with string value in argparse (GH-124578)Serhiy Storchaka2024-09-291-1/+1
* GH-58058: Add quick reference for `ArgumentParser` to argparse docs (gh-124227)Savannah Ostrowski2024-09-251-0/+19
* GH-87358: Add clarification about nargs and default argparse behaviour (#124094)Savannah Ostrowski2024-09-241-0/+3
* gh-65169: Clarify prog default in argparse (GH-31602)Stanley2024-09-241-4/+5
* GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932)Savannah Ostrowski2024-09-231-5/+5
* gh-83648: Use versionadded in 'deprecated' description (GH-121877)Zachary Ware2024-07-161-1/+1
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)0xflotus2024-02-191-1/+1
* gh-83648: Support deprecation of options, arguments and subcommands in argpar...Serhiy Storchaka2024-02-051-1/+46
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-221-2/+2
* gh-103921: Rename "type" header in argparse docs (#104654)Jelle Zijlstra2023-05-191-15/+15
* 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-191-2/+2
* Fix style in argparse.rst (#101733)Marcin Wieczorek2023-03-081-3/+3
* gh-99735: Use required=True in argparse subparsers example (#100927)Patricio Paez2023-02-191-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-091-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-121-1/+1
* update argparse's doc of append action. (#92344)Hai Shi2022-05-061-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-181-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