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
/
argparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-58573: Fix conflicts between abbreviated long options in the parent parser...
Serhiy Storchaka
2024-09-29
1
-34/+28
*
gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...
Serhiy Storchaka
2024-09-29
1
-1/+2
*
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka
2024-09-29
1
-5/+9
*
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Serhiy Storchaka
2024-09-29
1
-5/+1
*
gh-124345: Support abbreviated single-dash long options with = in argparse (G...
Serhiy Storchaka
2024-09-29
1
-2/+4
*
gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)
Serhiy Storchaka
2024-09-29
1
-1/+1
*
gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)
Serhiy Storchaka
2024-09-29
1
-1/+1
*
bpo-44864: Do not translate user-provided strings in ArgumentParser.add_subpa...
Jérémie Detrey
2024-09-24
1
-2/+2
*
gh-113008: Correct argparse usage output for required, mutually exclusive gr...
Payton
2024-09-24
1
-2/+2
*
gh-59317: Improve parsing optional positional arguments in argparse (GH-124303)
Serhiy Storchaka
2024-09-24
1
-6/+7
*
gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required ...
Serhiy Storchaka
2024-09-24
1
-3/+2
*
gh-53780: Ignore the first "--" (double dash) between an option and command i...
Serhiy Storchaka
2024-09-24
1
-4/+8
*
gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124307)
Serhiy Storchaka
2024-09-24
1
-3/+2
*
GH-87041: Fix incorrect indentation in argparse help (GH-124230)
Savannah Ostrowski
2024-09-23
1
-4/+3
*
GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)
Savannah Ostrowski
2024-09-23
1
-1/+1
*
gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233)
Serhiy Storchaka
2024-09-20
1
-7/+5
*
GH-123945: Update regex for parsing negative numbers that contain underscores...
Savannah Ostrowski
2024-09-17
1
-1/+1
*
gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...
Ali Hamdan
2024-08-07
1
-3/+12
*
gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH...
Serhiy Storchaka
2024-06-28
1
-9/+13
*
gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises i...
blhsing
2024-06-26
1
-2/+4
*
gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#...
Nikita Sobolev
2024-05-09
1
-28/+0
*
gh-62090: Simplify argparse usage formatting (GH-105039)
Ali Hamdan
2024-05-07
1
-72/+28
*
gh-116159: argparse: performance improvement parsing large number of options ...
Amethyst Reese
2024-03-01
1
-4/+5
*
bpo-44865: Fix yet one missing translations in argparse (GH-27668)
Jérémie Detrey
2024-02-26
1
-1/+2
*
gh-77956: Add the words 'default' and 'version' help text localizable (GH-12...
Emmanuel Arias
2024-02-26
1
-2/+4
*
gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...
Daniel Mach
2024-02-21
1
-0/+2
*
argparse: remove incoherent and redundant docstring for private method (GH-10...
Frank Dana
2024-02-21
1
-8/+0
*
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...
Serhiy Storchaka
2024-02-19
1
-23/+28
*
gh-83648: Support deprecation of options, arguments and subcommands in argpar...
Serhiy Storchaka
2024-02-05
1
-24/+68
*
gh-109475: Fix support of explicit option value "--" in argparse (GH-114814)
Serhiy Storchaka
2024-02-05
1
-1/+1
*
gh-101599: argparse: simplify the option help string (GH-103372)
Jokimax
2024-02-02
1
-7/+3
*
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood
2023-10-04
1
-2/+3
*
gh-103558: Add coverage tests for argparse (#103570)
Tian Gao
2023-06-05
1
-6/+6
*
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...
Nikita Sobolev
2023-05-19
1
-3/+24
*
gh-104273: Remove redundant len() calls in argparse function (#104274)
Burak Saler
2023-05-07
1
-3/+4
*
gh-101640: Make argparse _print_message catch any write error (#101802)
Oleg Iarygin
2023-05-06
1
-3/+5
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Yeojin Kim
2023-03-05
1
-3/+10
*
gh-80448: argparse: Fix IndexError on store_true action (#15656)
Hai Shi
2022-11-12
1
-1/+5
*
argparse: Remove unused name variable when handling ArgumentTypeError (#96549)
Jonathon Reinhart
2022-09-05
1
-1/+0
*
gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)
Harry
2022-08-25
1
-1/+3
*
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki
2022-06-23
1
-1/+3
*
Allow translating argument error messages (#17169)
DjMorgul
2022-05-05
1
-1/+1
*
gh-88753: Make BooleanOptionalAction's addition of default to help more simil...
Toshio Kuratomi
2022-05-03
1
-5/+15
*
bpo-39716: Raise on conflicting subparser names. (GH-18605)
Antony Lee
2022-05-01
1
-0/+7
*
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
Abhigyan Bose
2022-04-28
1
-0/+1
*
Revert "gh-85567: Register a cleanup function to close files for FileType obj...
Victor Stinner
2022-04-21
1
-7/+3
*
gh-85567: Register a cleanup function to close files for FileType objects in ...
achhina
2022-04-18
1
-3/+7
*
bpo-14156: Make argparse.FileType work correctly for binary file modes when a...
MojoVampire
2022-03-06
1
-4/+4
*
bpo-46510: update Python2-style exception handling in argparse (GH-30881)
Kumar Aditya
2022-01-25
1
-6/+4
*
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Felix Fontein
2022-01-20
1
-1/+1
[next]