summaryrefslogtreecommitdiff
path: root/Lib/asyncio/windows_events.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28448: Fix C implemented asyncio.Future didn't work on WindowsINADA Naoki2016-10-211-2/+7
* Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-2/+2
* Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etcMartin Panter2016-04-151-1/+1
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-1/+1
* Issue #23353, asyncio: Workaround CPython bug #23353Victor Stinner2015-02-021-2/+9
* Issue #23347, asyncio: Make BaseSubprocessTransport.wait() privateVictor Stinner2015-01-301-1/+1
* asyncio: sync with TulipVictor Stinner2015-01-301-2/+5
* asyncio, Tulip issue 204: Fix IocpProactor.recv()Victor Stinner2015-01-261-7/+13
* Issue #23095, asyncio: Fix _WaitHandleFuture.cancel()Victor Stinner2015-01-261-20/+17
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutineVictor Stinner2015-01-261-21/+18
* asyncio: Fix ProactorEventLoop.start_serving_pipe()Victor Stinner2015-01-261-1/+13
* Issue #23293, asyncio: Cleanup IocpProactor.close()Victor Stinner2015-01-261-6/+1
* asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()Victor Stinner2015-01-221-24/+17
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()Victor Stinner2015-01-221-17/+26
* asyncio: IocpProactor.close() doesn't cancel anymore futures which are alreadyVictor Stinner2015-01-221-3/+7
* Issue #23095, asyncio: IocpProactor.close() must not cancel pendingVictor Stinner2015-01-221-0/+6
* Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()Victor Stinner2015-01-211-34/+134
* asyncio: Close the transport on subprocess creation failureVictor Stinner2015-01-151-1/+6
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-1/+2
* asyncio: IocpProactor.wait_for_handle() test now also checks the result of theVictor Stinner2014-12-191-0/+5
* asyncio: sync with TulipVictor Stinner2014-12-181-1/+1
* asyncio: sync with TulipVictor Stinner2014-08-251-6/+25
* asyncio: sync with TulipVictor Stinner2014-07-291-30/+54
* asyncio, tulip issue 196: ProactorIocp._register() now registers the overlappedVictor Stinner2014-07-281-15/+38
* Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to theVictor Stinner2014-07-261-5/+11
* asyncio: sync with TulipVictor Stinner2014-07-251-0/+5
* asyncio: sync with TulipVictor Stinner2014-07-251-21/+50
* asyncio: sync with TulipVictor Stinner2014-07-251-20/+46
* asyncio: sync with TulipVictor Stinner2014-07-121-0/+12
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-291-5/+6
* asyncio/windows_events.py: use more revelant names to overlapped callbacksVictor Stinner2014-02-261-10/+10
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-1/+0
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-181-1/+1
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-2/+6
* asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-081-1/+0
* Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-311-0/+1
* Issue #20455: asyncio: use the same code to round a timeout than the selectorsVictor Stinner2014-01-311-4/+9
* asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor.Victor Stinner2014-01-291-1/+1
* Merge latest Tulip into asyncioAndrew Svetlov2014-01-261-3/+0
* Cleanup properly proactor event loopVictor Stinner2014-01-111-4/+13
* Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.Richard Oudkerk2013-11-241-2/+9
* asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-041-2/+15
* asyncio: Various style nits.Guido van Rossum2013-11-011-0/+16
* asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-301-5/+29
* asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-301-0/+40
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-3/+3
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+375