1. c091a57 Issue #19704: Port test.test_threaded_import to PEP 451 by Brett Cannon · 11 years ago
  2. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  3. 07edb82 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  4. e0b1c23 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  5. 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  6. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  7. 0b90d66 Issue #15599: FreeBSD on KVM cannot handle a very low switch interval. by Stefan Krah · 12 years ago
  8. 4f0338c Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  9. 314a16b Make the test completely clean up after itself. by Antoine Pitrou · 12 years ago
  10. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  11. 3c6ea1c Issue #14605: Insert to the front of sys.meta_path, don't append. by Brett Cannon · 12 years ago
  12. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 12 years ago
  13. 075050f test_threaded_import must clean up after itself by Antoine Pitrou · 13 years ago
  14. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  15. a62cbf7 Fix (hopefully) occasional failures in test_threaded_import. by Antoine Pitrou · 14 years ago
  16. 0723d2c Add an import lock test for multithreaded circular imports. (part of #9657) by Antoine Pitrou · 14 years ago
  17. 7224d07 Test that calls to path hooks and meta_path entries are serialized by the import lock. by Antoine Pitrou · 14 years ago
  18. 448acd0 Fix possible failure in pickling tests due to different instantiations by Antoine Pitrou · 14 years ago
  19. 1f9dea0 Issue #9251: test_threaded_import didn't fail when run through regrtest by Antoine Pitrou · 14 years ago
  20. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  21. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  22. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  23. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  26. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  28. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 20 years ago
  29. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  30. 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 23 years ago
  31. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  32. 8779787 Workaround by Tim Peters to skip this test if run from test.autotest, by Jack Jansen · 23 years ago
  33. d974221 Implementing an idea from Guido on the checkins list: by Tim Peters · 23 years ago
  34. aa22223 New test adapted from the ancient Demo/threads/bug.py. by Tim Peters · 23 years ago