summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socketserver.py
Commit message (Expand)AuthorAgeFilesLines
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Apply this change from 2.6. Hopefully it doesn't cause a conflict.Neal Norwitz2007-08-281-0/+1
* SF patch# 1764815 by Paul Colomiets.Guido van Rossum2007-08-031-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+9
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-12/+11
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+9
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+28
* 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