- a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
- 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
- e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
- d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
- e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
- acdb6fb Try to prevent the alarm going off early in tearDown by Neal Norwitz · 17 years ago
- 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
- 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
- e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
- f28896d Fix test_socketserver on Windows after r61099 added several signal.alarm() by Jeffrey Yasskin · 17 years ago
- 392c159 Prevent SocketServer.ForkingMixIn from waiting on child processes that it by Jeffrey Yasskin · 17 years ago
- 180997b Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make by Jeffrey Yasskin · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 72a6576 Let test_socketserver pass on win32, which does not have AF_UNIX sockets. by Amaury Forgeot d'Arc · 18 years ago
- 461ed87 Wait for a delay before reaping children -- this should fix the by Georg Brandl · 18 years ago
- 61fdd71 Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen. by Georg Brandl · 18 years ago
- 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 18 years ago
- b1bb01e Fix a race condition in this test -- instead of assuming that it will take by Guido van Rossum · 18 years ago
- 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
- 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
- b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 19 years ago
- b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
- 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
- daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 23 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 24 years ago
- a86f0c1 Make test_socketserver require the network resource. by Tim Peters · 24 years ago
- a9f6f22 Rework akin to test_threaded_import, so that this can run under regrtest. by Tim Peters · 24 years ago
- 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 24 years ago
- 05be1a0 Ported to Windows: by Guido van Rossum · 24 years ago
- 39f1b36 A test suite for SocketServer.py that exposes the various bugs just by Guido van Rossum · 24 years ago