summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/test_locks.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-115/+0
* Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-281-1/+1
* Prevent test_inspect from keeping alive a ton of frames and local variables b...Antoine Pitrou2012-06-171-1/+1
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-0/+115