summaryrefslogtreecommitdiff
path: root/Lib/test/test_threaded_import.py
Commit message (Expand)AuthorAgeFilesLines
* Repair KeyError when running test_threaded_import under -R,Tim Peters2006-06-191-4/+3
* SF bug #1473760 TempFile can hang on Windows.Tim Peters2006-04-211-1/+20
* Don't exit test_main() with the lock 'done' held -- there's no cleanerMichael W. Hudson2004-08-031-0/+1
* 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-2/+6
* Add a new function imp.lock_held(), and use it to skip test_threaded_importTim Peters2001-08-301-4/+6
* Workaround by Tim Peters to skip this test if run from test.autotest,Jack Jansen2001-08-291-1/+5
* Implementing an idea from Guido on the checkins list:Tim Peters2001-05-221-23/+17
* New test adapted from the ancient Demo/threads/bug.py.Tim Peters2001-05-221-0/+52