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
/
test
/
test_optparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...
Collin Winter
2007-04-25
1
-12/+2
*
Remove a dependency of this test on $COLUMNS.
Guido van Rossum
2007-01-14
1
-2/+10
*
Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
Greg Ward
2006-07-23
1
-4/+5
*
TestHelp.make_parser(): This was making a permanent change to
Tim Peters
2006-06-19
1
-1/+12
*
Bug #1498146: fix optparse to handle Unicode strings in option help,
Greg Ward
2006-06-11
1
-1/+34
*
("Forward-port" of r46506)
Armin Rigo
2006-05-28
1
-5/+3
*
Update optparse to Optik 1.5.1.
Greg Ward
2006-04-23
1
-55/+145
*
Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var)
Neal Norwitz
2006-04-09
1
-0/+7
*
Whitespace normalization.
Tim Peters
2004-10-27
1
-4/+4
*
Update optparse module and test suite to Optik 1.5a2.
Greg Ward
2004-10-27
1
-192/+214
*
Whitespace normalization.
Tim Peters
2004-09-01
1
-3/+3
*
Use multi-line import
Andrew M. Kuchling
2004-08-31
1
-4/+4
*
Whitespace normalization.
Tim Peters
2004-07-31
1
-5/+5
*
Be more careful about reverting mutuations to system-wide (sys) variables.
Tim Peters
2004-07-31
1
-20/+31
*
Upgrade optparse module and tests to Optik 1.5a1:
Greg Ward
2004-07-31
1
-146/+394
*
Fix support for the "prog" keyword to the OptionParser constructor, as well
Fred Drake
2004-04-01
1
-0/+16
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-11/+4
*
Test suite for optparse. This is a slightly-edited copy of
Greg Ward
2003-04-21
1
-0/+1210