summaryrefslogtreecommitdiff
path: root/Lib/test/test_threadedtempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-3/+2
* Whitespace normalization.Tim Peters2007-03-121-5/+5
* Patch #1670993: Refactor test_threadedtempfile.py to use unittest.Collin Winter2007-03-121-41/+34
* Prevent spurious leaks when running regrtest.py -R. There may be moreNeal Norwitz2006-06-181-1/+3
* SF bug 613233: test_threadedtempfile hangsTim Peters2002-09-251-6/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-141-0/+1
* Fix stupidity.Tim Peters2001-01-131-1/+1
* Guido found a brand new race in tempfile on Linux, due to Linux changingTim Peters2001-01-131-0/+85