summaryrefslogtreecommitdiff
path: root/Lib/test/test_getopt.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* Merged revisions 83116 via svnmerge fromVictor Stinner2010-07-241-0/+6
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-9/+7
* #4458: recognize "-" as an argument, not a malformed option in gnu_getopt().Georg Brandl2008-12-051-0/+5
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-271-2/+2
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-21/+21
* Make test_getopt use unittest.Collin Winter2007-04-041-174/+173
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-031-1/+10
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-031-0/+1
* Use test_support.run_doctest()Raymond Hettinger2003-05-171-3/+3
* Add doctest for example in the library reference.Raymond Hettinger2003-04-291-0/+40
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch 473512: add GNU style scanning as gnu_getopt.Martin v. Löwis2002-06-061-0/+20
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-32/+32
* Add test case for SF bugTim Peters2000-12-271-0/+9
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-211-1/+1
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-201-0/+101