1. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  2. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 15 years ago
  3. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 15 years ago
  4. 5cb104d Revert incorrect change. by R. David Murray · 15 years ago
  5. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 15 years ago
  6. 3c87e22 add missing import by Benjamin Peterson · 15 years ago
  7. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 15 years ago
  8. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 15 years ago
  9. 84bc19a Restore rev 47014: by Neal Norwitz · 18 years ago
  10. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 18 years ago
  11. 0f51cf6 Revert 47014 until it is more robust by Neal Norwitz · 18 years ago
  12. 10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess by Neal Norwitz · 18 years ago
  13. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  14. b5da606 Oops, missed an import of test_support. by Barry Warsaw · 22 years ago
  15. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  16. fc3fc33 Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. by Moshe Zadka · 24 years ago
  17. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  18. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  19. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  20. 4951782 Raise ImportError when os.fork does not exist. by Guido van Rossum · 24 years ago
  21. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 24 years ago
  22. 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 24 years ago
  23. f7221c3 Test case for fork1() behavior. by Guido van Rossum · 24 years ago