Files
cpython/Lib
Victor Stinner eeeebcd816 asyncio: Synchronize with Tulip
* Issue #159: Fix windows_utils.socketpair()

  - 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

* Reject add/remove reader/writer when event loop is closed.
* Fix ResourceWarning warnings
2014-03-06 00:52:53 +01:00
..
2014-03-06 00:52:53 +01:00
2014-03-02 09:19:03 +01:00
2014-03-02 09:19:03 +01:00
2014-02-23 08:24:37 +01:00
2014-02-15 13:20:28 -05:00
2014-03-06 00:52:53 +01:00
2014-02-08 23:20:58 +10:00
2014-02-28 10:50:34 -05:00
2014-02-10 22:11:21 +01:00
2014-02-23 23:40:16 -05:00