1. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
  2. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  3. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  4. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  5. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  6. acdb6fb Try to prevent the alarm going off early in tearDown by Neal Norwitz · 17 years ago
  7. 00b53ea Revert r61650; the intent of this commit was to try and address alarm failures on some of the build slaves. As Neal points out, it's called after test_main(), so it's not going to factor into the test when run via regrtest.py (and removes the original functionality that Jeffrey wanted that would kill the test if it took longer than 3 seconds to run when executing it directly during development). by Trent Nelson · 17 years ago
  8. a0ce6b6 Bump the SIGALM delay from 3 seconds to 20 seconds, mainly in an effort to see if it fixes the alarm failures in this test experienced by some of the buildbots. by Trent Nelson · 17 years ago
  9. e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
  10. f28896d Fix test_socketserver on Windows after r61099 added several signal.alarm() by Jeffrey Yasskin · 17 years ago
  11. 392c159 Prevent SocketServer.ForkingMixIn from waiting on child processes that it by Jeffrey Yasskin · 17 years ago
  12. 180997b Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make by Jeffrey Yasskin · 17 years ago
  13. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  14. 72a6576 Let test_socketserver pass on win32, which does not have AF_UNIX sockets. by Amaury Forgeot d'Arc · 18 years ago
  15. 461ed87 Wait for a delay before reaping children -- this should fix the by Georg Brandl · 18 years ago
  16. 61fdd71 Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen. by Georg Brandl · 18 years ago
  17. 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 18 years ago
  18. b1bb01e Fix a race condition in this test -- instead of assuming that it will take by Guido van Rossum · 18 years ago
  19. 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  20. 22c42ba Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. by Collin Winter · 18 years ago
  21. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 19 years ago
  22. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  23. 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
  24. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
  25. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  26. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 23 years ago
  27. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  28. 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 24 years ago
  29. a86f0c1 Make test_socketserver require the network resource. by Tim Peters · 24 years ago
  30. a9f6f22 Rework akin to test_threaded_import, so that this can run under regrtest. by Tim Peters · 24 years ago
  31. 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 24 years ago
  32. 05be1a0 Ported to Windows: by Guido van Rossum · 24 years ago
  33. 39f1b36 A test suite for SocketServer.py that exposes the various bugs just by Guido van Rossum · 24 years ago