summaryrefslogtreecommitdiff
path: root/Lib/test/test_thread.py
Commit message (Expand)AuthorAgeFilesLines
* 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