Files
cpython/Lib/test
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-02-27 13:50:28 -05:00
2014-02-28 15:43:36 +01:00
2014-02-10 22:11:21 +01:00
2014-02-16 14:53:55 -05:00
2014-02-01 21:22:26 +02:00
2014-03-01 19:14:48 -05:00
2014-02-10 22:11:21 +01:00
2014-03-01 10:34:22 -05:00
2014-02-19 10:46:05 -06:00
2014-02-19 23:06:41 -05:00
2014-02-16 14:17:28 -05:00