summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+2
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-1/+1
* Fix test for socket.getfqdn() to also include the name returned byBrett Cannon2005-03-111-1/+1
* Add 'linux2' as one of the platforms that does not use the echo service as oneBrett Cannon2004-11-201-1/+2
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-1/+1
* Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"Skip Montanaro2004-08-161-1/+1
* Whitespace normalization.Tim Peters2004-08-091-1/+1
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+43
* FreeBSD's services file contains an additional echo service entry, withAndrew MacIntyre2004-07-121-1/+7
* testGetServBy(): Use services that should be available both on *nix andBarry Warsaw2004-07-061-1/+1
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-10/+22
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-0/+14
* SF bug 924242: socket._fileobject._getclosed() returns wrong valueTim Peters2004-03-281-0/+8
* Fix indentation error in testGetServByName and rewrite loop to avoid clumsySkip Montanaro2004-02-101-5/+2
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-2/+57
* Whitespace normalization.Tim Peters2003-05-121-3/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-10/+11
* Skip testing inet_ntop() an inet_pton() if they aren't defined.Guido van Rossum2003-04-251-0/+8
* Patch by Jp Calderone:Guido van Rossum2003-04-251-0/+59
* Also skip testHostnameRes() if gethostbyaddr() raises an exception.Guido van Rossum2002-12-261-1/+5
* Skip testHostnameRes() if gethostbyname() raises an exception.Guido van Rossum2002-12-261-1/+5
* Since it tests both ntohl and ntohs, the test should not be calledGuido van Rossum2002-09-161-1/+1
* Maybe this fixes test_socket on 64-bit Linux.Guido van Rossum2002-09-141-9/+13
* Skip UDP testing for MacPython (for now), it hangs. This may be due toJack Jansen2002-09-061-1/+3