1. f7eaa0c Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when by Berker Peksag · 10 years ago
  2. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  3. 3497c0b Issue #21503: Use test_both() consistently in test_importlib. by Eric Snow · 10 years ago
  4. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  5. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  6. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  7. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/test_locks.py]
  8. b109515 Use assertIsNone. Thanks Terry Reedy. by Eric V. Smith · 12 years ago
  9. d5a1a21 Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. by Antoine Pitrou · 12 years ago
  10. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago