summaryrefslogtreecommitdiff
path: root/Lib/test/test_optparse.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-5/+5
* Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-4/+2
* Fix indentation in recently added test.R. David Murray2010-06-261-1/+1
* #4640: add a test to optparse that proves issue is invalid.R. David Murray2010-06-261-0/+5
* remove shebang line from non-executable testBenjamin Peterson2010-03-111-2/+0
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* Remove unused imports in test modules.Georg Brandl2010-02-071-4/+3
* Fix wrong usage of "except X, Y:".Georg Brandl2010-02-071-1/+1
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-6/+0
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-0/+6
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-6/+0
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-32/+32
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-2/+2
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-261-16/+4
* 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