Files
cpython/Lib
Victor Stinner d6766ae434 (Merge 3.4) asyncio: sync with Tulip
* Fix _WaitHandleFuture.cancel(): return the result of the parent cancel()
  method.
* _OverlappedFuture.cancel() now clears its reference to the overlapped object.
  Make also the _OverlappedFuture.ov attribute private.
* Check if _WaitHandleFuture completed before unregistering it in the callback.
  Add also _WaitHandleFuture._poll() and repr(_WaitHandleFuture).
* _WaitHandleFuture now unregisters its wait handler if WaitForSingleObject()
  raises an exception.
* _OverlappedFuture.set_exception() now cancels the overlapped operation.
2014-07-25 13:05:43 +02:00
..
2014-07-25 13:05:20 +02:00
2014-06-24 15:21:24 -07:00
2014-07-23 14:40:27 -05:00
2014-07-25 00:55:23 +02:00
2014-07-22 00:16:18 -07:00
2014-07-03 00:31:54 +01:00
2014-06-21 11:59:46 -07:00
2014-07-06 21:38:35 -04:00
2014-06-29 17:44:05 -04:00