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
/
optparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-3/+3
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-6/+3
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-10/+10
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
1
-1/+1
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-9/+1
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-1/+1
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-6/+5
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-6/+0
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-1/+1
*
Don't use StringType -- always test for basestring.
Guido van Rossum
2007-05-04
1
-3/+3
*
Checkin the regenerated Python-ast.c and fix test_optparse.
Georg Brandl
2007-02-11
1
-2/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-4/+4
*
More has_key() fixes.
Guido van Rossum
2006-08-19
1
-1/+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-8/+8
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-5/+13
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1/+4
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-51/+153
*
Reduce the usage of the types module.
Raymond Hettinger
2005-02-07
1
-6/+5
*
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
Brett Cannon
2004-12-07
1
-1/+4
*
Update optparse module and test suite to Optik 1.5a2.
Greg Ward
2004-10-27
1
-18/+23
*
Use proper value for False
Neal Norwitz
2004-10-17
1
-1/+1
*
Upgrade optparse module and tests to Optik 1.5a1:
Greg Ward
2004-07-31
1
-195/+353
*
Fix support for the "prog" keyword to the OptionParser constructor, as well
Fred Drake
2004-04-01
1
-3/+8
*
[Patch #900071] Be case-insensitive when removing 'usage:' string
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
don't wrap lines too late by default
Fred Drake
2004-01-26
1
-2/+2
*
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
Greg Ward
2003-05-08
1
-3/+20
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1/+0
*
Update to Optik 1.4.1; here are the relevant bits of the change log:
Greg Ward
2003-04-21
1
-49/+48
*
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
Greg Ward
2003-01-04
1
-1/+1
*
Checking in Greg Ward's Optik, as optparse.py. This is the most
Guido van Rossum
2002-11-14
1
-0/+1384