summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socketserver.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a race condition in this test -- instead of assuming that it will takeGuido van Rossum2007-04-041-1/+5
* Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+1
* Fix the test for SocketServer so it should pass on cygwin and not failNeal Norwitz2006-08-151-0/+9
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-1/+3
* Fix the socket tests so they can be run concurrently. Backport candidateNeal Norwitz2006-06-121-1/+25
* Fixes for AF_UNIX support on OS/2:Andrew MacIntyre2004-04-111-4/+19
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* EMX fork() emulation not good enough to cope with test_socketserverAndrew MacIntyre2003-01-021-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+2
* Use sendall() in the stream test instead of send().Guido van Rossum2001-10-291-1/+1
* Make test_socketserver require the network resource.Tim Peters2001-09-181-0/+2
* Rework akin to test_threaded_import, so that this can run under regrtest.Tim Peters2001-09-171-7/+8
* Should raise TestSkipped, not ImportError, when deciding to skip theGuido van Rossum2001-07-131-2/+2
* Ported to Windows:Guido van Rossum2001-07-101-5/+6
* A test suite for SocketServer.py that exposes the various bugs justGuido van Rossum2001-07-101-0/+161