summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threaded_import.py
Commit message (Expand)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+3
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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