| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for | Charles-François Natali | 2013-09-13 | 1 | -0/+14 |
|
|
* | Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl | Victor Stinner | 2013-09-08 | 1 | -24/+25 |
|
|
* | Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC | Victor Stinner | 2013-09-08 | 1 | -0/+30 |
|
|
* | Switch the AF_* and SOCK_* constants in the socket module to IntEnum. | Eli Bendersky | 2013-08-31 | 1 | -2/+26 |
|
|
* | Use the recent support.HOSTv6 addition. | Charles-François Natali | 2013-08-31 | 1 | -7/+3 |
|
|
* | Merge. | Charles-François Natali | 2013-08-29 | 1 | -3/+4 |
|\ |
|
| * | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -3/+4 |
| |\ |
|
| | * | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -3/+4 |
|
|
* | | | Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong | Victor Stinner | 2013-08-28 | 1 | -1/+1 |
|
|
* | | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -11/+43 |
|/ / |
|
* | | (Merge 3.3) test_socket: cancel scheduled alarm on test failure | Victor Stinner | 2013-08-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Issue #18308: don't take the scope ID into account when comparing IPv6 | Charles-François Natali | 2013-07-09 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #18308: don't take the scope ID into account when comparing IPv6 | Charles-François Natali | 2013-07-09 | 1 | -1/+5 |
|
|
* | | (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4 | Ronald Oussoren | 2013-06-10 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Ensure that the fix for #17269 also works on OSX 10.4 | Ronald Oussoren | 2013-06-10 | 1 | -1/+2 |
|
|
* | | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 1 | -0/+3 |
|
|
* | | Backed out changeset c0f2b038fc12 | Charles-François Natali | 2013-05-21 | 1 | -6/+6 |
|
|
* | | Issue #17683: socket module: return AF_UNIX addresses in Linux abstract | Charles-François Natali | 2013-05-21 | 1 | -6/+6 |
|
|
* | | Issue #17684: Fix some test_socket failures due to limited FD passing support | Charles-Francois Natali | 2013-05-20 | 1 | -6/+4 |
|
|
* | | attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 | Giampaolo Rodola' | 2013-04-12 | 1 | -1/+1 |
|
|
* | | Fix issue #17675: make socket repr() provide local and remote addresses (if a... | Giampaolo Rodola' | 2013-04-10 | 1 | -2/+11 |
|
|
* | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p... | Antoine Pitrou | 2013-03-20 | 1 | -4/+0 |
|
|
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
| * | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+22 |
| |\ \
| | |/ |
|
| | * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+23 |
|
|
* | | | Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian | Charles-François Natali | 2013-02-05 | 1 | -11/+95 |
|
|
* | | | Fix test_socket broken in previous commit (changeset 13e2e44db99d). | Serhiy Storchaka | 2013-01-15 | 1 | -5/+7 |
|
|
* | | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -3/+19 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #... | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
|\ \ \
| |/ / |
|
| * | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #... | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
|
|
* | | | 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 #1387... | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
|
|
* | | 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 Val... | Antoine Pitrou | 2012-09-14 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val... | Antoine Pitrou | 2012-09-14 | 1 | -0/+11 |
|
|
* | | #15284: Skip {send,recv}msg tests with disabled IPv6 | Ross Lagerwall | 2012-07-08 | 1 | -5/+5 |
|
|
* | | Errors in "client" methods in test_socket were ignored because of a bogus exc... | Antoine Pitrou | 2012-06-23 | 1 | -1/+2 |
|
|
* | | Issue #14310: Catch testing errors when trying to create unsupported socket | Kristján Valur Jónsson | 2012-04-07 | 1 | -1/+4 |
|
|
* | | 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 the... | Antoine Pitrou | 2012-03-31 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the... | Antoine Pitrou | 2012-03-31 | 1 | -0/+1 |
|
|
* | | 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 |
|
|