summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-311-0/+1
* Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+7
* Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+65
* #11112: Fix typo in a base class in test_socket.Ezio Melotti2011-11-181-1/+1
* Fix ResourceWarnings in the TIPC socket tests.Antoine Pitrou2011-10-021-2/+7
* Fix a race condition in test_socket.ThreadableTest: the client is reported asCharles-François Natali2011-09-211-1/+1
* Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
* #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 #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 #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