| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() | Charles-François Natali | 2011-05-20 | 1 | -2/+18 |
|
|
* | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+10 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+7 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | #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 #11811: Factor out detection of IPv6 support on the current host | Antoine Pitrou | 2011-04-28 | 1 | -14/+1 |
|
|
* | | | Issue #11749: try to fix transient test_socket failure | Antoine Pitrou | 2011-04-03 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | 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 #11127: Raise a TypeError when trying to pickle a socket object. | Antoine Pitrou | 2011-03-20 | 1 | -0/+7 |
|
|
* | | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-28 | 1 | -0/+20 |
|
|
* | | | Issue #7322: Trying to read from a socket's file-like object after a timeout | Antoine Pitrou | 2011-02-25 | 1 | -0/+17 |
|
|
* | | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -7/+7 |
|/ / |
|
* | | 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 |
|
|