Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23799: Added test.test_support.start_threads() for running and | Serhiy Storchaka | 2015-04-01 | 1 | -20/+7 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -3/+2 |
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -5/+5 |
* | Patch #1670993: Refactor test_threadedtempfile.py to use unittest. | Collin Winter | 2007-03-12 | 1 | -41/+34 |
* | Prevent spurious leaks when running regrtest.py -R. There may be more | Neal Norwitz | 2006-06-18 | 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 |