summaryrefslogtreecommitdiff
path: root/Lib/test/test_socketserver.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-091-1/+1
* Fix flakiness in test_socketserverAntoine Pitrou2012-04-091-1/+4
* Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-091-0/+34
* Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-1/+0
* Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20Victor Stinner2011-07-141-2/+1
* test_sockserver: close servers when doneVictor Stinner2011-01-031-0/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-5/+5
* Merged revisions 81543 via svnmerge fromVictor Stinner2010-05-261-0/+1
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+5
* Merged revisions 80484 via svnmerge fromAntoine Pitrou2010-04-251-0/+25
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+0
* Merged revisions 75874 via svnmerge fromAntoine Pitrou2009-10-271-1/+2
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* Merged revisions 65824 via svnmerge fromBenjamin Peterson2008-08-181-1/+1
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-6/+6
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-29/+29
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-1/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-77/+35
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-10/+26
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-108/+109
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-7/+8
* Fixed socketserver testsChristian Heimes2008-02-031-9/+9
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-116/+174
* 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