index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_socketserver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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