summaryrefslogtreecommitdiff
path: root/Lib/test/test_threaded_import.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-5/+5
|\
| * Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-5/+5
* | Merge 3.4Victor Stinner2014-10-051-2/+8
|\ \ | |/ |/|
| * Issue #22333: test_threaded_import now displays elapsed time in verbose mode.Victor Stinner2014-10-011-0/+4
| * Issue #22333: Extend timeout in test_threaded_importVictor Stinner2014-10-011-1/+1
| * Issue #22333: Add debug traces to test_threaded_importVictor Stinner2014-09-041-2/+4
* | Issue #22390: Remove files created by testsVictor Stinner2014-10-051-1/+3
|/
* Issue #19704: Port test.test_threaded_import to PEP 451Brett Cannon2013-12-131-6/+6
* Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+1
* Call importlib.invalidate_caches() after creating module files in test_thread...Antoine Pitrou2012-12-181-0/+3
* Try to make test_threaded_import faster and safer (issue #15599).Antoine Pitrou2012-12-181-2/+2
* Add sanity assertions in some import lock code (issue #15599).Antoine Pitrou2012-12-181-0/+1
* Issue #15599: Increase the switch interval. Several systems cannot handleStefan Krah2012-10-011-3/+1
* Issue #15599: FreeBSD on KVM cannot handle a very low switch interval.Stefan Krah2012-09-121-1/+3
* Issue #15781: Fix two small race conditions in import's module locking.Antoine Pitrou2012-08-281-1/+11
* 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