| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge 3.2 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| |\ | |||||
| | * | move idna test domain to pythontest.net | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| | | | |||||
| | * | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. | Stefan Krah | 2014-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. | Ned Deily | 2014-02-14 | 1 | -2/+8 |
| | | | |||||
| * | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -6/+30 |
| | | | |||||
| * | | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 1 | -4/+4 |
| | | | |||||
| * | | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. | Stefan Krah | 2014-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | ||||
| * | | add test for #20251 | Benjamin Peterson | 2014-01-14 | 1 | -0/+7 |
| | | | |||||
| * | | merge 3.2 (#20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 |
| |\ \ | |/ | |||||
| | * | complain when nbytes > buflen to fix possible buffer overflow (closes #20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 |
| | | | |||||
| * | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -7/+7 |
| | | | |||||
| * | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -50/+53 |
| | | | |||||
| * | | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -3/+4 |
| | | | | | | | | | sizes. | ||||
| * | | test_socket: cancel scheduled alarm on test failure | Victor Stinner | 2013-08-24 | 1 | -0/+1 |
| | | | |||||
| * | | Issue #17684: Fix some test_socket failures due to limited FD passing support | Charles-Francois Natali | 2013-05-20 | 1 | -6/+4 |
| | | | | | | | | | on OS-X. Patch by Jeff Ramnani. | ||||
| * | | Issue #18308: don't take the scope ID into account when comparing IPv6 | Charles-François Natali | 2013-07-09 | 1 | -1/+5 |
| | | | | | | | | | addresses. | ||||
| * | | Ensure that the fix for #17269 also works on OSX 10.4 | Ronald Oussoren | 2013-06-10 | 1 | -1/+2 |
| | | | | | | | | | AI_NUMERICSERV isn't defined on OSX 10.4. | ||||
| * | | Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 1 | -0/+3 |
| | | | | | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | ||||
| * | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| |\ \ | |/ | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+22 |
| |\ \ | |/ | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | ||||
| | * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+23 |
| | | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | ||||
| * | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
| | | | | | | | | | #13876) - probably not Python-related. | ||||
| * | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
| | | | | | | | | | #13876) - probably not Python-related. | ||||
| * | | Issue #16257: make test_create_connection() handle ENETUNREACH. | Trent Nelson | 2012-10-17 | 1 | -1/+20 |
| |\ \ | |/ | |||||
| | * | Issue #16257: make test_create_connection() handle ENETUNREACH. | Trent Nelson | 2012-10-17 | 1 | -1/+20 |
| | | | |||||
| * | | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ↵ | Antoine Pitrou | 2012-09-14 | 1 | -0/+11 |
| |\ \ | |/ | | | | | | | | | ValueError when the file-like object is closed. Patch by Alessandro Moura. | ||||
| | * | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ↵ | Antoine Pitrou | 2012-09-14 | 1 | -0/+11 |
| | | | | | | | | | | | | | ValueError when the file-like object is closed. Patch by Alessandro Moura. | ||||
| * | | #15284: Skip {send,recv}msg tests with disabled IPv6 | Ross Lagerwall | 2012-07-08 | 1 | -5/+5 |
| | | | | | | | | | Patch by Brian Brazil. | ||||
| * | | Errors in "client" methods in test_socket were ignored because of a bogus ↵ | Antoine Pitrou | 2012-06-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | except clause. (this could reveal test failures!) | ||||
| * | | Issue #14310: Catch testing errors when trying to create unsupported socket | Kristján Valur Jónsson | 2012-04-07 | 1 | -1/+4 |
| | | | | | | | | | types on some platforms. | ||||
| * | | Issue #14310: inter-process socket duplication for windows | Kristján Valur Jónsson | 2012-04-07 | 1 | -0/+105 |
| | | | |||||
| * | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 1 | -0/+1 |
| |\ \ | |/ | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
| | * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
| * | | Issue #12804: Fix test failures on systems without internet access. | Nadeem Vawda | 2012-01-25 | 1 | -0/+6 |
| | | | |||||
| * | | Remove redundant resource check in test_socket. | Nadeem Vawda | 2012-01-25 | 1 | -1/+0 |
| | | | |||||
| * | | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+7 |
| |\ \ | |/ | | | | | Vilmos Nebehaj. | ||||
| | * | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+7 |
| | | | | | | | | | Vilmos Nebehaj. | ||||
| * | | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. | Antoine Pitrou | 2011-12-19 | 1 | -0/+65 |
| |\ \ | |/ | | | | | Patch by Philipp Hagemeister. | ||||
| | * | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. | Antoine Pitrou | 2011-12-19 | 1 | -0/+65 |
| | | | | | | | | | Patch by Philipp Hagemeister. | ||||
| * | | Skip test if the path is too long for a AF_UNIX socket | Antoine Pitrou | 2011-12-16 | 1 | -4/+16 |
| | | | |||||
| * | | Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem | Antoine Pitrou | 2011-12-16 | 1 | -1/+62 |
| | | | | | | | | | | | encoding and the surrogateescape error handler, rather than UTF-8. Patch by David Watson. | ||||
| * | | #11112: merge with 3.2. | Ezio Melotti | 2011-11-18 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | #11112: Fix typo in a base class in test_socket. | Ezio Melotti | 2011-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix test_socket when built whithout threads. | Charles-François Natali | 2011-11-10 | 1 | -1/+4 |
| | | | |||||
| * | | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. | Charles-François Natali | 2011-11-10 | 1 | -0/+159 |
| | | | |||||
| * | | Use InterruptedError instead of checking for EINTR | Antoine Pitrou | 2011-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fix deprecation warning | Antoine Pitrou | 2011-10-11 | 1 | -2/+2 |
| | | | |||||
| * | | Fix the threading infrastructure in test_socket to support skipping | Antoine Pitrou | 2011-10-10 | 1 | -10/+14 |
| | | | | | | | | | | | tests from the setUp() routine. This fixes a refleak in test_socket on some machines. | ||||
