summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_optparse.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-12/+2
* Remove a dependency of this test on $COLUMNS.Guido van Rossum2007-01-141-2/+10
* Resync optparse with Optik 1.5.3: minor tweaks for/to tests.Greg Ward2006-07-231-4/+5
* TestHelp.make_parser(): This was making a permanent change toTim Peters2006-06-191-1/+12
* Bug #1498146: fix optparse to handle Unicode strings in option help,Greg Ward2006-06-111-1/+34
* ("Forward-port" of r46506)Armin Rigo2006-05-281-5/+3
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-55/+145
* Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var)Neal Norwitz2006-04-091-0/+7
* Whitespace normalization.Tim Peters2004-10-271-4/+4
* Update optparse module and test suite to Optik 1.5a2.Greg Ward2004-10-271-192/+214
* Whitespace normalization.Tim Peters2004-09-011-3/+3
* Use multi-line importAndrew M. Kuchling2004-08-311-4/+4
* Whitespace normalization.Tim Peters2004-07-311-5/+5
* Be more careful about reverting mutuations to system-wide (sys) variables.Tim Peters2004-07-311-20/+31
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-311-146/+394
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-011-0/+16
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-11/+4
* Test suite for optparse. This is a slightly-edited copy ofGreg Ward2003-04-211-0/+1210