summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
...
| * #5421: merge with 3.1.Ezio Melotti2011-05-071-0/+44
| |\
| | * #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
* | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-281-14/+1
* | | Issue #11749: try to fix transient test_socket failureAntoine Pitrou2011-04-031-0/+4
|\ \ \ | |/ /
| * | Issue #11749: try to fix transient test_socket failureAntoine Pitrou2011-04-031-0/+4
| * | Merged revisions 88622 via svnmerge fromAntoine Pitrou2011-02-251-0/+17
* | | Issue #11127: Raise a TypeError when trying to pickle a socket object.Antoine Pitrou2011-03-201-0/+7
* | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.Antoine Pitrou2011-02-281-0/+20
* | | Issue #7322: Trying to read from a socket's file-like object after a timeoutAntoine Pitrou2011-02-251-0/+17
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-7/+7
|/ /
* | Issue #7995: When calling accept() on a socket with a timeout, the returnedAntoine Pitrou2011-01-051-0/+17
* | Issue #10819: SocketIO.name property returns -1 when its closed, instead ofVictor Stinner2011-01-041-0/+6
* | test_socket: use context managers to close directly the socketVictor Stinner2011-01-031-34/+38
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-0/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-31/+31
* | socket.gethostbyname(socket.gethostname()) can fail when host name resolution...Georg Brandl2010-11-201-1/+5
* | Add socket cleanup for ResourceWarning and update test to use skip decoratorBrian Curtin2010-11-051-2/+2
* | Fix three ResourceWarnings.Brian Curtin2010-11-041-0/+5
* | Clean up ResourceWarnings due to unclosed sockets.Brian Curtin2010-11-021-0/+20
* | Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-291-0/+17
* | Also guard other SOCK_NONBLOCK testAntoine Pitrou2010-10-231-9/+13
* | Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern...Antoine Pitrou2010-10-231-0/+18
* | fix for netbsd.Gregory P. Smith2010-10-171-2/+4
* | Enable debug output at the start of the regression suite instead.Antoine Pitrou2010-10-151-5/+0
* | Temporary debug printout for buildbotsAntoine Pitrou2010-10-151-0/+5
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-0/+76
* | Issue #10041: The signature of optional arguments in socket.makefile()Antoine Pitrou2010-10-131-70/+121
* | Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal isAntoine Pitrou2010-09-271-0/+37
* | Issue #9854: SocketIO objects now observe the RawIOBase interface inAntoine Pitrou2010-09-181-6/+67
* | Make testDefaults in test.test_socket.BasicSocketPairTest more reliable.Antoine Pitrou2010-09-141-13/+11
* | Issue #1552: socket.socketpair() now returns regular socket.socketAntoine Pitrou2010-09-141-0/+18
* | Skip socket tests that require the network, if the network resource is not en...Daniel Stutzbach2010-09-091-0/+2
* | Fix issue 9794: adds context manager protocol to socket.socket so that socket...Giampaolo Rodolà2010-09-081-0/+44
* | Issue #9792: In case of connection failure, socket.create_connection()Antoine Pitrou2010-09-071-5/+36
* | Issue #9777: test_idna requires the "network" resourceAntoine Pitrou2010-09-041-0/+1
* | fromfd exists on Windows nowDaniel Stutzbach2010-09-031-2/+0
* | Issue #1027206: getnameinfo is now restricted to numeric addresses as input.Martin v. Löwis2010-08-251-0/+4
* | Explicitly pass socket type and family for getaddrinfo,Martin v. Löwis2010-08-231-2/+4
* | Mention that gethostbyaddr now also supports IDNA.Martin v. Löwis2010-08-221-0/+1