COMMITS
/ Lib/getopt.py November 26, 2024
B
November 13, 2024
S
gh-126390: Support for preserving order of options and nonoption arguments in gnu_getopt() (GH-126393)
Serhiy Storchaka committed
November 11, 2024
S
gh-126374: Add support of options with optional arguments in the getopt module (GH-126375)
Serhiy Storchaka committed
November 3, 2024
T
gh-126357: Remove gettext import guards (GH-126358)
Tomas R. committed
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
May 8, 2022
S
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
March 21, 2011
A
Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9)
Antoine Pitrou committed
March 20, 2011
É
Mark getopt error messages as localizable (fixes #11371).
Éric Araujo committed
August 30, 2010
F
remove pointless coding cookies
Florent Xicluna committed
July 24, 2010
V
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner committed
December 7, 2008
G
Merged revisions 67463,67572,67576,67628 via svnmerge from
Georg Brandl committed
July 16, 2007
G
Change a bunch of file encodings from Latin-1 to UTF-8.
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
February 6, 2003
A
A few naughty external scripts do 'raise getopt.error, "blah"', and
Andrew M. Kuchling committed
August 4, 2002
M
Add encoding declaration.
Martin v. Löwis committed
July 26, 2002
J
Use os.environ.get() in stead of os.getenv() (which is platform-dependent).
Jack Jansen committed
July 16, 2002
T
Whitespace normalization.
Tim Peters committed
June 7, 2002
S
gnu_getopt should be exported in __all__
Skip Montanaro committed
June 6, 2002
M
Use isinstance for the type check, use booleans.
Martin v. Löwis committed
M
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis committed
April 4, 2002
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
December 12, 2001
F
Wrapped a long line.
Fred Drake committed
January 20, 2001
S
more __all__ updates
Skip Montanaro committed
January 8, 2001
F
GetoptError is always initialized with exactly two parameters, so simplify
Fred Drake committed
December 29, 2000
T
getopt used to sort the long option names, in an attempt to simplify
Tim Peters committed
December 27, 2000
T
Fix for SF bug
Tim Peters committed
February 25, 2000
G
Gerrit forgot to remove the "import string".
Guido van Rossum committed
F
Gerrit Holl's patch to move attribution from the docstring to a
Fred Drake committed
February 4, 2000
G
Actually, the previous batch's comment should have been different;
Guido van Rossum committed
December 21, 1999
G
Contribution from Gerrit Holl:
Guido van Rossum committed
November 17, 1998
G
Accept a non-list sequence for the long options (request by Jack Jansen).
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
September 11, 1996
G
Layout and cleanup by Fred
Guido van Rossum committed
September 9, 1996
G
Rewritten by Lars Wizenius to add long options
Guido van Rossum committed
January 9, 1992
G
Bugfix: it choked on an empty argument!
Guido van Rossum committed
January 1, 1992
G
New == syntax
Guido van Rossum committed
October 13, 1990
G
Initial revision
Guido van Rossum committed