summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getopt.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-174/+173
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-7/+7
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* 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