summaryrefslogtreecommitdiff
path: root/Lib/test/test_thread.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31234: Join threads explicitly in tests (#7406)Victor Stinner2018-06-041-49/+57
* [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...Ammar Askar2017-08-091-0/+2
* bpo-30357 each test in test_thread waits until all spawned threads finish (#1...grzgrzgrz32017-05-151-0/+4
* Issue #26456: Force all child threads to terminate in TestForkInThreadMartin Panter2016-03-081-1/+6
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-27/+23
* sleep hereBenjamin Peterson2012-04-231-1/+1
* remove uneeded lineBenjamin Peterson2012-04-021-1/+0
* prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+24
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* #8178 Cleanup the threads after test_thread.TestForkInThread.Florent Xicluna2010-03-201-6/+7
* Fix test to be skipped on windows.Gregory P. Smith2010-03-011-4/+2
* Issue #7242: On Solaris 9 and earlier calling os.fork() from within aGregory P. Smith2010-03-011-1/+41
* Issue #7270: Add some dedicated unit tests for multi-thread synchronizationAntoine Pitrou2009-11-061-1/+6
* Issue #7222: Make thread "reaping" more reliable so that referenceAntoine Pitrou2009-10-301-0/+27
* Issue #7194: test_thread could try to release an unacquired mutex (and fail).Antoine Pitrou2009-10-231-1/+4
* Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. WeJeffrey Yasskin2008-03-181-6/+10
* Move test_thread over to unittest. Commits GHOP 237.Brett Cannon2008-03-131-147/+151
* Increase the small thread stack size to get the testAndrew MacIntyre2006-06-131-2/+2
* Whitespace normalization.Tim Peters2006-06-131-1/+1
* fix exception usageAndrew MacIntyre2006-06-131-1/+1
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+43
* Revert revisions:Tim Peters2006-06-041-35/+0
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+35
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF bug #516372: test_thread: unhandled exc. in threadTim Peters2002-02-161-3/+7
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-70/+70
* Use random instead of whrandom.Guido van Rossum1998-05-201-8/+8
* Nit: round delays to 0.1 second.Guido van Rossum1997-07-181-2/+2
* Use the new regrtest harnessBarry Warsaw1997-01-131-4/+1
* (test_thread.py): modifications to quiet it up when not running as a script.Barry Warsaw1996-12-161-6/+16
* added barrier test (by Tim Peters)Guido van Rossum1994-05-231-2/+67
* Module to test threadsGuido van Rossum1994-04-141-0/+41