summaryrefslogtreecommitdiff
path: root/Lib/test/test_threaded_import.py
Commit message (Expand)AuthorAgeFilesLines
* Make the test completely clean up after itself.Antoine Pitrou2012-05-171-2/+4
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-2/+17
* Issue #14605: Insert to the front of sys.meta_path, don't append.Brett Cannon2012-04-271-1/+1
* Issue #14605: Insert to the front of sys.path_hooks instead of appending.Brett Cannon2012-04-241-1/+1
* test_threaded_import must clean up after itselfAntoine Pitrou2011-07-151-4/+7
* Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-1/+1
* Fix (hopefully) occasional failures in test_threaded_import.Antoine Pitrou2010-10-131-5/+4
* Add an import lock test for multithreaded circular imports.Antoine Pitrou2010-08-221-2/+60
* Test that calls to path hooks and meta_path entries are serialized by the imp...Antoine Pitrou2010-08-221-7/+79
* Fix possible failure in pickling tests due to different instantiationsAntoine Pitrou2010-07-161-0/+10
* Issue #9251: test_threaded_import didn't fail when run through regrtestAntoine Pitrou2010-07-141-55/+50
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+2
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-0/+1
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* 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