1. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  2. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 18 years ago
  3. 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 18 years ago
  4. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 20 years ago
  5. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  6. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 22 years ago
  7. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  8. 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 23 years ago
  9. a86f0c1 Make test_socketserver require the network resource. by Tim Peters · 23 years ago
  10. a9f6f22 Rework akin to test_threaded_import, so that this can run under regrtest. by Tim Peters · 23 years ago
  11. 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 23 years ago
  12. 05be1a0 Ported to Windows: by Guido van Rossum · 23 years ago
  13. 39f1b36 A test suite for SocketServer.py that exposes the various bugs just by Guido van Rossum · 23 years ago