| Commit message (Expand) | Author | Age | Files | Lines |
* | change a few uses of the threading APIs | Benjamin Peterson | 2008-08-18 | 1 | -1/+1 |
|
|
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -29/+29 |
|
|
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -29/+29 |
|
|
* | - Issue #2550: The approach used by client/server code for obtaining ports | Trent Nelson | 2008-04-08 | 1 | -1/+1 |
|
|
* | Try to prevent the alarm going off early in tearDown | Neal Norwitz | 2008-03-23 | 1 | -1/+1 |
|
|
* | Revert r61650; the intent of this commit was to try and address alarm failure... | Trent Nelson | 2008-03-20 | 1 | -4/+1 |
|
|
* | Bump the SIGALM delay from 3 seconds to 20 seconds, mainly in an effort to se... | Trent Nelson | 2008-03-19 | 1 | -1/+4 |
|
|
* | Progress on issue #1193577 by adding a polling .shutdown() method to | Jeffrey Yasskin | 2008-03-07 | 1 | -47/+29 |
|
|
* | Fix test_socketserver on Windows after r61099 added several signal.alarm() | Jeffrey Yasskin | 2008-03-05 | 1 | -3/+7 |
|
|
* | Prevent SocketServer.ForkingMixIn from waiting on child processes that it | Jeffrey Yasskin | 2008-02-28 | 1 | -10/+26 |
|
|
* | Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make | Jeffrey Yasskin | 2008-02-28 | 1 | -109/+108 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Let test_socketserver pass on win32, which does not have AF_UNIX sockets. | Amaury Forgeot d'Arc | 2008-02-03 | 1 | -7/+8 |
|
|
* | Wait for a delay before reaping children -- this should fix the | Georg Brandl | 2008-02-03 | 1 | -1/+2 |
|
|
* | Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen. | Georg Brandl | 2008-02-02 | 1 | -146/+177 |
|
|
* | Reap children before the test starts so hopefully SocketServer | Neal Norwitz | 2007-08-26 | 1 | -0/+1 |
|
|
* | Fix a race condition in this test -- instead of assuming that it will take | Guido van Rossum | 2007-04-04 | 1 | -1/+5 |
|
|
* | Convert an assert to a raise so it works even in the presence of -O. | Collin Winter | 2007-03-10 | 1 | -2/+4 |
|
|
* | Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to... | Collin Winter | 2007-03-10 | 1 | -0/+1 |
|
|
* | Fix the test for SocketServer so it should pass on cygwin and not fail | Neal Norwitz | 2006-08-15 | 1 | -0/+9 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 1 | -1/+3 |
|
|
* | Fix the socket tests so they can be run concurrently. Backport candidate | Neal Norwitz | 2006-06-12 | 1 | -1/+25 |
|
|
* | Fixes for AF_UNIX support on OS/2: | Andrew MacIntyre | 2004-04-11 | 1 | -4/+19 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | EMX fork() emulation not good enough to cope with test_socketserver | Andrew MacIntyre | 2003-01-02 | 1 | -2/+2 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -2/+2 |
|
|
* | Use sendall() in the stream test instead of send(). | Guido van Rossum | 2001-10-29 | 1 | -1/+1 |
|
|
* | Make test_socketserver require the network resource. | Tim Peters | 2001-09-18 | 1 | -0/+2 |
|
|
* | Rework akin to test_threaded_import, so that this can run under regrtest. | Tim Peters | 2001-09-17 | 1 | -7/+8 |
|
|
* | Should raise TestSkipped, not ImportError, when deciding to skip the | Guido van Rossum | 2001-07-13 | 1 | -2/+2 |
|
|
* | Ported to Windows: | Guido van Rossum | 2001-07-10 | 1 | -5/+6 |
|
|
* | A test suite for SocketServer.py that exposes the various bugs just | Guido van Rossum | 2001-07-10 | 1 | -0/+161 |
|
|