1. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  2. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  3. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  4. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  5. 88d9498 fix small typo by Benjamin Peterson · 16 years ago
  6. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  7. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  10. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 22 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  15. 9df3eab Add "import thread" at the top of the module; this prevents us from by Guido van Rossum · 23 years ago
  16. 73cbc5e Fix stupidity. by Tim Peters · 24 years ago
  17. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago