COMMITS
/ Lib/optparse.py September 7, 2018
V
bpo-34605: Avoid master/slave terms (GH-9101)
Victor Stinner committed
April 19, 2016
M
Merge doc and comment fixes from 3.5
Martin Panter committed
M
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
November 14, 2015
M
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter committed
January 20, 2014
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
January 9, 2014
S
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka committed
August 17, 2013
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
October 23, 2011
F
Cleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna committed
May 5, 2011
R
Merge #8158: add missing 'description' description to optparse docstring.
R David Murray committed
R
#8158: add missing 'description' description to optparse docstring.
R David Murray committed
March 20, 2011
É
Use proper gettext plural forms in optparse (closes #4391).
Éric Araujo committed
April 27, 2009
G
Merged revisions 71540,71563 via svnmerge from
Georg Brandl committed
April 5, 2009
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
November 30, 2008
October 11, 2008
B
merge from trunk
Benjamin Peterson committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
June 7, 2007
G
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 4, 2007
G
Don't use StringType -- always test for basestring.
Guido van Rossum committed
February 11, 2007
G
Checkin the regenerated Python-ast.c and fix test_optparse.
Georg Brandl committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 19, 2006
G
More has_key() fixes.
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 7, 2005
R
Reduce the usage of the types module.
Raymond Hettinger committed
December 7, 2004
B
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
Brett Cannon committed
October 27, 2004
G
Update optparse module and test suite to Optik 1.5a2.
Greg Ward committed
October 17, 2004
N
Use proper value for False
Neal Norwitz committed
July 31, 2004
G
Upgrade optparse module and tests to Optik 1.5a1:
Greg Ward committed
April 1, 2004
F
Fix support for the "prog" keyword to the OptionParser constructor, as well
Fred Drake committed
March 21, 2004
A
[Patch #900071] Be case-insensitive when removing 'usage:' string
Andrew M. Kuchling committed
January 26, 2004
F
don't wrap lines too late by default
Fred Drake committed
May 8, 2003
G
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
Greg Ward committed
April 24, 2003
T
Whitespace normalization.
Tim Peters committed