Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when anHEADmaster | Victor Stinner | 2015-01-29 | 1 | -1/+5 |
| | | | | event loop or a transport is not explicitly closed | ||||
* | PipeHandle.fileno() now raises an exception if the pipe is closed | Victor Stinner | 2015-01-26 | 1 | -0/+2 |
| | |||||
* | PipeHandle now uses None instead of -1 for a closed handle | Victor Stinner | 2015-01-14 | 1 | -5/+5 |
| | | | | Sort also imports in windows_utils. | ||||
* | Truncate to 80 columns | Victor Stinner | 2015-01-09 | 1 | -3/+4 |
| | |||||
* | Add repr(PipeHandle) | Victor Stinner | 2014-12-18 | 1 | -0/+7 |
| | |||||
* | Reuse socket.socketpair() on Windows if available | Victor Stinner | 2014-10-14 | 1 | -41/+43 |
| | | | | | | | Since Python 3.5, socket.socketpair() is now also available on Windows. Make csock blocking before calling the accept() method, and fix also a typo in an error message. | ||||
* | Make sure that socketpair() close sockets on error | Victor Stinner | 2014-06-04 | 1 | -15/+17 |
| | | | | Close the listening socket if sock.bind() raises an exception. | ||||
* | Issue #159: Fix windows_utils.socketpair() | Victor Stinner | 2014-03-05 | 1 | -2/+15 |
| | | | | | | | * Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because "localhost" may be a different IP address * Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and proto=0) are supported | ||||
* | Satisfy (most) pep8 whitespace requirements. | Guido van Rossum | 2013-11-01 | 1 | -10/+10 |
| | |||||
* | Add support for running subprocesses on Windows with the IOCP event loop. | Richard Oudkerk | 2013-10-27 | 1 | -4/+15 |
| | |||||
* | Rename tulip package to asyncio. | Guido van Rossum | 2013-10-14 | 1 | -0/+181 |