index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_getopt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5
/
+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2
/
+2
*
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner
2010-07-24
1
-0
/
+6
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-1
/
+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-5
/
+5
*
Merged revisions 72167 via svnmerge from
Walter Dörwald
2009-05-01
1
-9
/
+7
*
Merged revisions 67463,67572,67576,67628 via svnmerge from
Georg Brandl
2008-12-07
1
-0
/
+5
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1
/
+1
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
1
-2
/
+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-174
/
+173
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-7
/
+7
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1
/
+1
*
avoid fragility: make sure POSIXLY_CORRECT is completely controlled
Fred Drake
2004-08-03
1
-1
/
+10
*
nice tests dont leave little suprises in the environ
Anthony Baxter
2004-08-03
1
-0
/
+1
*
Use test_support.run_doctest()
Raymond Hettinger
2003-05-17
1
-3
/
+3
*
Add doctest for example in the library reference.
Raymond Hettinger
2003-04-29
1
-0
/
+40
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1
/
+1
*
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis
2002-06-06
1
-0
/
+20
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-32
/
+32
*
Add test case for SF bug
Tim Peters
2000-12-27
1
-0
/
+9
*
Don't reference a module named test.test_support. Always use plain
Guido van Rossum
2000-08-21
1
-1
/
+1
*
David Goodger's new getopt test module (thanks, David!).
Tim Peters
2000-08-20
1
-0
/
+101