| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Val... | Antoine Pitrou | 2012-09-14 | 1 | -0/+11 |
|
|
* | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the... | Antoine Pitrou | 2012-03-31 | 1 | -0/+1 |
|
|
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+7 |
|
|
* | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. | Antoine Pitrou | 2011-12-19 | 1 | -0/+65 |
|
|
* | #11112: Fix typo in a base class in test_socket. | Ezio Melotti | 2011-11-18 | 1 | -1/+1 |
|
|
* | 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 as | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | #5421: merge with 3.1. | Ezio Melotti | 2011-05-07 | 1 | -0/+44 |
|\ |
|
| * | #5421: add tests. | Ezio Melotti | 2011-05-07 | 1 | -0/+30 |
|
|
| * | Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,... | Georg Brandl | 2010-11-26 | 1 | -1/+5 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -26/+26 |
|
|
| * | Merged revisions 86151 via svnmerge from | Brian Curtin | 2010-11-04 | 1 | -0/+5 |
|
|
| * | Merged revisions 85586-85587,85596-85598 via svnmerge from | Gregory P. Smith | 2010-10-17 | 1 | -2/+4 |
|
|
| * | Merged revisions 85420 via svnmerge from | Antoine Pitrou | 2010-10-13 | 1 | -58/+109 |
|
|
| * | Merged revisions 85032 via svnmerge from | Antoine Pitrou | 2010-09-27 | 1 | -0/+37 |
|
|
| * | Merged revisions 84597-84599 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -5/+42 |
|
|
| * | Merged revisions 84089 via svnmerge from | Giampaolo Rodolà | 2010-08-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 84024 via svnmerge from | Giampaolo Rodolà | 2010-08-14 | 1 | -0/+51 |
|
|
| * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -1/+1 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -27/+27 |
|
|
* | | Issue #11749: try to fix transient test_socket failure | Antoine Pitrou | 2011-04-03 | 1 | -0/+4 |
|
|
* | | Merged revisions 88622 via svnmerge from | Antoine Pitrou | 2011-02-25 | 1 | -0/+17 |
|
|
* | | Issue #7995: When calling accept() on a socket with a timeout, the returned | Antoine Pitrou | 2011-01-05 | 1 | -0/+17 |
|
|
* | | Issue #10819: SocketIO.name property returns -1 when its closed, instead of | Victor Stinner | 2011-01-04 | 1 | -0/+6 |
|
|
* | | test_socket: use context managers to close directly the socket | Victor Stinner | 2011-01-03 | 1 | -34/+38 |
|
|
* | | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -0/+2 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -31/+31 |
|
|
* | | socket.gethostbyname(socket.gethostname()) can fail when host name resolution... | Georg Brandl | 2010-11-20 | 1 | -1/+5 |
|
|
* | | Add socket cleanup for ResourceWarning and update test to use skip decorator | Brian Curtin | 2010-11-05 | 1 | -2/+2 |
|
|
* | | Fix three ResourceWarnings. | Brian Curtin | 2010-11-04 | 1 | -0/+5 |
|
|
* | | Clean up ResourceWarnings due to unclosed sockets. | Brian Curtin | 2010-11-02 | 1 | -0/+20 |
|
|
* | | Issue #10093: ResourceWarnings are now issued when files and sockets are | Antoine Pitrou | 2010-10-29 | 1 | -0/+17 |
|
|
* | | Also guard other SOCK_NONBLOCK test | Antoine Pitrou | 2010-10-23 | 1 | -9/+13 |
|
|
* | | Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern... | Antoine Pitrou | 2010-10-23 | 1 | -0/+18 |
|
|
* | | fix for netbsd. | Gregory P. Smith | 2010-10-17 | 1 | -2/+4 |
|
|
* | | Enable debug output at the start of the regression suite instead. | Antoine Pitrou | 2010-10-15 | 1 | -5/+0 |
|
|
* | | Temporary debug printout for buildbots | Antoine Pitrou | 2010-10-15 | 1 | -0/+5 |
|
|
* | | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -0/+76 |
|
|
* | | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 1 | -70/+121 |
|
|
* | | Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is | Antoine Pitrou | 2010-09-27 | 1 | -0/+37 |
|
|
* | | Issue #9854: SocketIO objects now observe the RawIOBase interface in | Antoine Pitrou | 2010-09-18 | 1 | -6/+67 |
|
|
* | | Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. | Antoine Pitrou | 2010-09-14 | 1 | -13/+11 |
|
|
* | | Issue #1552: socket.socketpair() now returns regular socket.socket | Antoine Pitrou | 2010-09-14 | 1 | -0/+18 |
|
|
* | | Skip socket tests that require the network, if the network resource is not en... | Daniel Stutzbach | 2010-09-09 | 1 | -0/+2 |
|
|
* | | Fix issue 9794: adds context manager protocol to socket.socket so that socket... | Giampaolo Rodolà | 2010-09-08 | 1 | -0/+44 |
|
|
* | | Issue #9792: In case of connection failure, socket.create_connection() | Antoine Pitrou | 2010-09-07 | 1 | -5/+36 |
|
|
* | | Issue #9777: test_idna requires the "network" resource | Antoine Pitrou | 2010-09-04 | 1 | -0/+1 |
|
|