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_threadedtempfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
1
-24
/
+8
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2
/
+2
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-3
/
+2
*
fix small typo
Benjamin Peterson
2008-09-05
1
-1
/
+1
*
fix more threading API related bugs
Benjamin Peterson
2008-06-13
1
-1
/
+1
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-1
/
+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1
/
+1
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-2
/
+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-43
/
+36
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5
/
+5
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1
/
+3
*
SF bug 613233: test_threadedtempfile hangs
Tim Peters
2002-09-25
1
-6
/
+4
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1
/
+1
*
Add "import thread" at the top of the module; this prevents us from
Guido van Rossum
2001-04-14
1
-0
/
+1
*
Fix stupidity.
Tim Peters
2001-01-13
1
-1
/
+1
*
Guido found a brand new race in tempfile on Linux, due to Linux changing
Tim Peters
2001-01-13
1
-0
/
+85