1. a62cbf7 Fix (hopefully) occasional failures in test_threaded_import. by Antoine Pitrou · 14 years ago
  2. 0723d2c Add an import lock test for multithreaded circular imports. (part of #9657) by Antoine Pitrou · 14 years ago
  3. 7224d07 Test that calls to path hooks and meta_path entries are serialized by the import lock. by Antoine Pitrou · 14 years ago
  4. 448acd0 Fix possible failure in pickling tests due to different instantiations by Antoine Pitrou · 14 years ago
  5. 1f9dea0 Issue #9251: test_threaded_import didn't fail when run through regrtest by Antoine Pitrou · 14 years ago
  6. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  7. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  8. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  14. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 20 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  16. 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 23 years ago
  17. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  18. 8779787 Workaround by Tim Peters to skip this test if run from test.autotest, by Jack Jansen · 23 years ago
  19. d974221 Implementing an idea from Guido on the checkins list: by Tim Peters · 23 years ago
  20. aa22223 New test adapted from the ancient Demo/threads/bug.py. by Tim Peters · 23 years ago