COMMITS
/ Python/getopt.c 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