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