| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126180: Remove getopt and optparse deprecation notices (GH-126227) | Alyssa Coghlan | 2024-12-23 | 1 | -0/+12 |
|
|
* | GH-127133: Remove ability to nest argument groups & mutually exclusive groups... | Savannah Ostrowski | 2024-11-24 | 1 | -10/+9 |
|
|
* | GH-127134: Add note about forward compatibility for suggest_on_error (#127137) | Savannah Ostrowski | 2024-11-23 | 1 | -0/+8 |
|
|
* | gh-86463: Fix a trailing space in argparse.rst (#127162) | Serhiy Storchaka | 2024-11-22 | 1 | -1/+1 |
|
|
* | gh-86463: Fix default prog in subparsers if usage is used in the main parser ... | Serhiy Storchaka | 2024-11-22 | 1 | -0/+10 |
|
|
* | GH-122679: Add `register()` to argparse docs (#126939) | Savannah Ostrowski | 2024-11-22 | 1 | -3/+33 |
|
|
* | gh-126071: Improve formatting of the argparse documentation (GH-126073) | Serhiy Storchaka | 2024-10-30 | 1 | -65/+72 |
|
|
* | gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870) | Serhiy Storchaka | 2024-10-25 | 1 | -11/+15 |
|
|
* | gh-58032: Deprecate the argparse.FileType type converter (GH-124664) | Serhiy Storchaka | 2024-10-23 | 1 | -9/+16 |
|
|
* | gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-... | Savannah Ostrowski | 2024-10-17 | 1 | -0/+4 |
|
|
* | GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-... | Savannah Ostrowski | 2024-10-17 | 1 | -1/+27 |
|
|
* | gh-89819: Add argument_default and conflict_handler to add_argument_group() d... | Savannah Ostrowski | 2024-10-15 | 1 | -1/+7 |
|
|
* | gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302) | Serhiy Storchaka | 2024-10-12 | 1 | -0/+5 |
|
|
* | gh-59330: Improve error message for dest= for positionals (GH-125215) | Serhiy Storchaka | 2024-10-12 | 1 | -0/+19 |
|
|
* | gh-125296: Fix strange fragment identifier for `name or flags` in argparse do... | Savannah Ostrowski | 2024-10-11 | 1 | -1/+1 |
|
|
* | Note argparse exit code in documentation (GH-119568) | Justin Kunimune | 2024-10-10 | 1 | -1/+2 |
|
|
* | GH-124478: Cleanup argparse documentation (#124877) | Savannah Ostrowski | 2024-10-08 | 1 | -435/+141 |
|
|
* | gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799) | Serhiy Storchaka | 2024-10-01 | 1 | -9/+32 |
|
|
* | gh-61181: Fix support of choices with string value in argparse (GH-124578) | Serhiy Storchaka | 2024-09-29 | 1 | -1/+1 |
|
|
* | GH-58058: Add quick reference for `ArgumentParser` to argparse docs (gh-124227) | Savannah Ostrowski | 2024-09-25 | 1 | -0/+19 |
|
|
* | GH-87358: Add clarification about nargs and default argparse behaviour (#124094) | Savannah Ostrowski | 2024-09-24 | 1 | -0/+3 |
|
|
* | gh-65169: Clarify prog default in argparse (GH-31602) | Stanley | 2024-09-24 | 1 | -4/+5 |
|
|
* | GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932) | Savannah Ostrowski | 2024-09-23 | 1 | -5/+5 |
|
|
* | gh-83648: Use versionadded in 'deprecated' description (GH-121877) | Zachary Ware | 2024-07-16 | 1 | -1/+1 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | 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 |
|
|