summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-2/+8
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-6/+30
* Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-031-4/+4
* Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* add test for #20251Benjamin Peterson2014-01-141-0/+7
* merge 3.2 (#20246)Benjamin Peterson2014-01-141-0/+8
|\
| * complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+8
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-7/+7
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-50/+53
* | Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-François Natali2013-08-291-3/+4
* | test_socket: cancel scheduled alarm on test failureVictor Stinner2013-08-241-0/+1
* | Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
* | Issue #18308: don't take the scope ID into account when comparing IPv6Charles-François Natali2013-07-091-1/+5
* | Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+2
* | Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+3
* | Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-1/+1
|\ \ | |/
| * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-4/+22
|\ \ | |/
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-4/+23
* | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #...Antoine Pitrou2012-12-181-1/+8
* | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
* | Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-171-1/+20
|\ \ | |/
| * Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-171-1/+20
* | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val...Antoine Pitrou2012-09-141-0/+11
|\ \ | |/
| * Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val...Antoine Pitrou2012-09-141-0/+11
* | #15284: Skip {send,recv}msg tests with disabled IPv6Ross Lagerwall2012-07-081-5/+5
* | Errors in "client" methods in test_socket were ignored because of a bogus exc...Antoine Pitrou2012-06-231-1/+2
* | Issue #14310: Catch testing errors when trying to create unsupported socketKristján Valur Jónsson2012-04-071-1/+4
* | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-071-0/+105
* | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-311-0/+1
|\ \ | |/
| * Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-311-0/+1
* | Issue #12804: Fix test failures on systems without internet access.Nadeem Vawda2012-01-251-0/+6
* | Remove redundant resource check in test_socket.Nadeem Vawda2012-01-251-1/+0
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+7
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+65
* | Skip test if the path is too long for a AF_UNIX socketAntoine Pitrou2011-12-161-4/+16
* | Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystemAntoine Pitrou2011-12-161-1/+62
* | #11112: merge with 3.2.Ezio Melotti2011-11-181-1/+1
|\ \ | |/
| * #11112: Fix typo in a base class in test_socket.Ezio Melotti2011-11-181-1/+1
* | Fix test_socket when built whithout threads.Charles-François Natali2011-11-101-1/+4
* | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.Charles-François Natali2011-11-101-0/+159
* | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-231-1/+1
* | Fix deprecation warningAntoine Pitrou2011-10-111-2/+2
* | Fix the threading infrastructure in test_socket to support skippingAntoine Pitrou2011-10-101-10/+14
* | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by MatthiasCharles-François Natali2011-10-061-0/+164
* | Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, whichCharles-François Natali2011-10-031-0/+4
* | Fix ResourceWarnings in the TIPC socket tests.Antoine Pitrou2011-10-021-2/+7
|\ \ | |/