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
/
Lib
/
test
/
test_argparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-127133: Remove ability to nest argument groups & mutually exclusive groups...
Savannah Ostrowski
2024-11-24
1
-68/+15
*
gh-86463: Fix default prog in subparsers if usage is used in the main parser ...
Serhiy Storchaka
2024-11-22
1
-4/+47
*
gh-126413: Add translation tests for getopt and optparse (GH-126698)
Tomas R.
2024-11-11
1
-50/+4
*
gh-117941: Reject option names starting with "--no-" in argparse.BooleanOptio...
Serhiy Storchaka
2024-11-11
1
-0/+7
*
gh-126068: Fix exceptions in the argparse module (GH-126069)
Serhiy Storchaka
2024-10-30
1
-21/+45
*
gh-124295: Skip translation tests when pygettext is missing (GH-126051)
Tomas R.
2024-10-27
1
-0/+2
*
gh-124295: Add translation tests for argparse (GH-124803)
Tomas R.
2024-10-27
1
-0/+58
*
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
Serhiy Storchaka
2024-10-23
1
-21/+36
*
gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)
Serhiy Storchaka
2024-10-22
1
-17/+39
*
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...
Savannah Ostrowski
2024-10-17
1
-0/+25
*
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...
Savannah Ostrowski
2024-10-17
1
-13/+90
*
gh-86357: argparse: use str() consistently and explicitly to print choices (G...
rindeal
2024-10-14
1
-1/+30
*
gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)
Serhiy Storchaka
2024-10-12
1
-2/+5
*
gh-125254: Fix error report about ambiguous option in argparse (GH-125273)
Serhiy Storchaka
2024-10-12
1
-2/+12
*
gh-59330: Improve error message for dest= for positionals (GH-125215)
Serhiy Storchaka
2024-10-12
1
-1/+2
*
gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)
Serhiy Storchaka
2024-10-12
1
-0/+31
*
gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...
Serhiy Storchaka
2024-10-11
1
-0/+29
*
GH-124693: Support parsing negative scientific and complex numbers argparse (...
Savannah Ostrowski
2024-10-09
1
-7/+20
*
gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891)
Serhiy Storchaka
2024-10-02
1
-35/+42
*
gh-58282: Fix support of tuple metavar for positional arguments in argparse (...
Serhiy Storchaka
2024-10-02
1
-1/+97
*
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka
2024-10-01
1
-11/+107
*
gh-58573: Fix conflicts between abbreviated long options in the parent parser...
Serhiy Storchaka
2024-09-29
1
-0/+22
*
gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...
Serhiy Storchaka
2024-09-29
1
-0/+12
*
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka
2024-09-29
1
-5/+5
*
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Serhiy Storchaka
2024-09-29
1
-8/+8
*
gh-124345: Support abbreviated single-dash long options with = in argparse (G...
Serhiy Storchaka
2024-09-29
1
-1/+10
*
gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)
Serhiy Storchaka
2024-09-29
1
-7/+13
*
gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)
Serhiy Storchaka
2024-09-29
1
-0/+17
*
gh-113008: Correct argparse usage output for required, mutually exclusive gr...
Payton
2024-09-24
1
-0/+23
*
gh-59317: Improve parsing optional positional arguments in argparse (GH-124303)
Serhiy Storchaka
2024-09-24
1
-36/+93
*
gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required ...
Serhiy Storchaka
2024-09-24
1
-5/+26
*
gh-53780: Ignore the first "--" (double dash) between an option and command i...
Serhiy Storchaka
2024-09-24
1
-0/+14
*
gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124307)
Serhiy Storchaka
2024-09-24
1
-6/+115
*
GH-87041: Fix incorrect indentation in argparse help (GH-124230)
Savannah Ostrowski
2024-09-23
1
-0/+40
*
GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)
Savannah Ostrowski
2024-09-23
1
-0/+2
*
gh-95468: Add more tests for "--" (double dash) in test_argparse (GH-124274)
Serhiy Storchaka
2024-09-20
1
-2/+41
*
gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233)
Serhiy Storchaka
2024-09-20
1
-1/+59
*
gh-124245: Fix UserWarning in test_argparse (GH-124246)
Serhiy Storchaka
2024-09-19
1
-2/+1
*
GH-123945: Update regex for parsing negative numbers that contain underscores...
Savannah Ostrowski
2024-09-17
1
-0/+20
*
gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...
Ali Hamdan
2024-08-07
1
-4/+22
*
gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH...
Serhiy Storchaka
2024-06-28
1
-5/+43
*
gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises i...
blhsing
2024-06-26
1
-0/+3
*
gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#...
Nikita Sobolev
2024-05-09
1
-43/+0
*
gh-62090: Simplify argparse usage formatting (GH-105039)
Ali Hamdan
2024-05-07
1
-0/+134
*
gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...
Daniel Mach
2024-02-21
1
-0/+21
*
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...
Serhiy Storchaka
2024-02-19
1
-0/+28
*
gh-83648: Support deprecation of options, arguments and subcommands in argpar...
Serhiy Storchaka
2024-02-05
1
-2/+137
*
gh-109475: Fix support of explicit option value "--" in argparse (GH-114814)
Serhiy Storchaka
2024-02-05
1
-0/+16
*
gh-101599: argparse: simplify the option help string (GH-103372)
Jokimax
2024-02-02
1
-3/+3
*
gh-103558: Add coverage tests for argparse (#103570)
Tian Gao
2023-06-05
1
-1/+85
[next]