summaryrefslogtreecommitdiff
path: root/Lib/test/test_threadedtempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-4/+7
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-1/+1
* Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-24/+8
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-3/+2
* fix small typoBenjamin Peterson2008-09-051-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-131-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-43/+36
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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