Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
|\ | | | | | | | #13876) - probably not Python-related. | ||||
| * | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
| | | | | | | | | #13876) - probably not Python-related. | ||||
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -56/+56 |
|/ | |||||
* | 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. | ||||
* | | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias | Charles-François Natali | 2011-10-06 | 1 | -0/+164 |
| | | | | | | | | Fuchs, updated by Tiago Gonçalves. | ||||
* | | Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which | Charles-François Natali | 2011-10-03 | 1 | -0/+4 |
| | | | | | | | | doesn't always set the MSG_TRUNC flag when a truncated datagram is received. | ||||
* | | Fix ResourceWarnings in the TIPC socket tests. | Antoine Pitrou | 2011-10-02 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | Fix ResourceWarnings in the TIPC socket tests. | Antoine Pitrou | 2011-10-02 | 1 | -2/+7 |
| | | |||||
* | | Fix a race condition in test_socket.ThreadableTest: the client is reported | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | ready before having been set up. | ||||
| * | Fix a race condition in test_socket.ThreadableTest: the client is reported as | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
| | | | | | | | | ready before having been set up. | ||||
* | | Close issue 12958 by flagging expected failures in test_socket on Mac OS X | Nick Coghlan | 2011-09-19 | 1 | -0/+13 |
| | | |||||
* | | Fix deprecation warnings in test_socket. | Nadeem Vawda | 2011-08-22 | 1 | -14/+14 |
| | | |||||
* | | Add support for the send/recvmsg API to the socket module. Patch by David ↵ | Nick Coghlan | 2011-08-22 | 1 | -0/+2120 |
| | | | | | | | | Watson and Heiko Wundram. (Closes #6560) | ||||
* | | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | * Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin') | ||||
* | | Issue #12326: don't test the major version of sys.platform | Victor Stinner | 2011-08-17 | 1 | -1/+1 |
| | | | | | | | | | | Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. | ||||
* | | Issue #12196: Make test.support's requires_linux_version a decorator. | Charles-François Natali | 2011-06-03 | 1 | -12/+3 |
| | | |||||
* | | Issue #12158: Move linux_version() from test_socket to test.support | Victor Stinner | 2011-05-23 | 1 | -11/+3 |
| | | |||||
* | | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() | Charles-François Natali | 2011-05-20 | 1 | -2/+18 |
| | | | | | | | | accept and return str instead of bytes arrays. Add some more tests. | ||||
* | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+10 |
| | | | | | | | | methods to the socket module. | ||||
* | | Issue #12054: use support.find_unused_port() instead of reinventing the wheel | Antoine Pitrou | 2011-05-10 | 1 | -16/+2 |
|\ \ | |/ | |||||
| * | Issue #12054: use support.find_unused_port() instead of reinventing the wheel | Antoine Pitrou | 2011-05-10 | 1 | -16/+2 |
| | | |||||
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+7 |
|\ \ | |/ | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+7 |
| | | | | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
* | | Refactor buggy test to correctly use the msg argument of assertRaises. | Ezio Melotti | 2011-05-08 | 1 | -9/+4 |
| | | |||||
* | | #5421: merge with 3.2. | Ezio Melotti | 2011-05-07 | 1 | -0/+44 |
|\ \ | |/ |