COMMITS
/ Python/getopt.c September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
June 1, 2022
É
gh-90300: split --help output into separate options (#30331)
Éric committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
May 6, 2020
V
bpo-40527: Fix command line argument parsing (GH-19955)
Victor Stinner committed
August 20, 2019
H
Delete stale comment in Python/getopt.c. (GH-14719)
Hansraj Das committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
May 17, 2019
V
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner committed
March 15, 2019
V
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner committed
March 5, 2019
V
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
December 15, 2017
B
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
November 23, 2012
E
#16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka.
Ezio Melotti committed
November 18, 2012
February 21, 2012
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
October 21, 2010
A
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 15, 2008
April 13, 2008
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
November 3, 2000
T
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
Thomas Wouters committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
September 13, 1999
G
Tim Peters discovered a bug in the Python-supplied getopt():
Guido van Rossum committed
December 17, 1998
G
Patch by Chris Herborth:
Guido van Rossum committed
September 30, 1997
G
Fix a bug in this code that made it do the wrong thing when an option
Guido van Rossum committed
April 11, 1997
G
(Jack:) Don't define TRUE and FALSE if already defined.
Guido van Rossum committed
January 20, 1995
G
don't use function prototypes
Guido van Rossum committed
April 28, 1994
G
New version handles -o<string> same as -o <string>
Guido van Rossum committed
April 14, 1994
G
A getopt.c for your amusement
Guido van Rossum committed