summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-2/+2
| * Fix a bug introduced in r62627. see issue2760 and issue2632.Gregory P. Smith2008-05-051-0/+27
| * - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-28/+37
| * Revert r62152 (Issue #2550). Being able to observe the results of all the bu...Trent Nelson2008-04-041-76/+0
| * Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() ...Trent Nelson2008-04-041-0/+76
| * Remove debug prints; the buildbot now passes the testsAmaury Forgeot d'Arc2008-04-021-14/+0
| * Still investigating on the hanging test_socket.Amaury Forgeot d'Arc2008-03-291-2/+4
| * The buildbot "x86 W2k8 trunk" seems to hang in test_socket.Amaury Forgeot d'Arc2008-03-291-0/+12
| * Print more information the next time test_socket throws the wrong exception.Jeffrey Yasskin2008-03-281-3/+7
| * Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-191-1/+0
| * It's verbose, not debugChristian Heimes2008-01-081-1/+1
| * Fixed indention problem that caused the second TIPC test to run on systems wi...Christian Heimes2008-01-071-1/+1
| * Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+82
| * socket.ioctl is only available on WindowsChristian Heimes2008-01-041-0/+10
| * Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-281-1/+1
| * Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-6/+6
| * Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-0/+7
| * Redone the tests, using the infrastructure already presentFacundo Batista2007-03-251-53/+65
| * Surrounded with try/finally to socket's default timeout settingFacundo Batista2007-03-231-9/+11
| * Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-231-2/+83
| * Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-211-1/+27
| * Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept orGuido van Rossum2007-01-141-0/+14
| * Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-021-0/+32
| * Release all forwarded functions in .close. Fixes #1513223.Martin v. Löwis2006-07-011-2/+17
| * Prevent spurious leaks when running regrtest.py -R. There may be moreNeal Norwitz2006-06-181-0/+3
| * Fix the socket tests so they can be run concurrently. Backport candidateNeal Norwitz2006-06-121-2/+4
| * Get test to pass on S/390. Shout if you think this change is incorrect.Neal Norwitz2006-06-111-1/+6
| * Fixes in struct and socket from merge reviews.Martin Blais2006-06-041-6/+6
| * Support for buffer protocol for socket and struct.Martin Blais2006-05-261-1/+32
| * SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-191-0/+28
| * Deal with openbsd's different style of default /etc/hosts by forcing the fqdnAnthony Baxter2006-04-031-1/+1
| * Fix typo.Martin v. Löwis2006-03-261-1/+1
| * Provide more debug output, to diagnose OpenBSD test failures.Martin v. Löwis2006-03-261-1/+1
| * Correct API design mistake from rev. 43126: make socket attributes readonly p...Georg Brandl2006-03-211-5/+5
| * RFE #567972: Socket objects' family, type and proto properties areGeorg Brandl2006-03-171-0/+8
* | #5421: add tests.Ezio Melotti2011-05-071-0/+30
* | Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,...Georg Brandl2010-11-261-1/+5
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-26/+26
* | Merged revisions 86151 via svnmerge fromBrian Curtin2010-11-041-0/+5
* | Merged revisions 85586-85587,85596-85598 via svnmerge fromGregory P. Smith2010-10-171-2/+4
* | Merged revisions 85420 via svnmerge fromAntoine Pitrou2010-10-131-58/+109
* | Merged revisions 85032 via svnmerge fromAntoine Pitrou2010-09-271-0/+37
* | Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-5/+42
* | Merged revisions 84089 via svnmerge fromGiampaolo Rodolà2010-08-161-1/+1
* | Merged revisions 84024 via svnmerge fromGiampaolo Rodolà2010-08-141-0/+51
* | Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-1/+1
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-27/+27
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-0/+8
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-6/+30
* | Merged revisions 68611-68613 via svnmerge fromMark Dickinson2009-01-151-0/+4