aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/windows_events.py
Commit message (Expand)AuthorAge
...
* asyncio: sync with TulipVictor Stinner2014-08-25
* asyncio: sync with TulipVictor Stinner2014-07-29
* asyncio, tulip issue 196: ProactorIocp._register() now registers the overlappedVictor Stinner2014-07-28
* Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to theVictor Stinner2014-07-26
* asyncio: sync with TulipVictor Stinner2014-07-25
* asyncio: sync with TulipVictor Stinner2014-07-25
* asyncio: sync with TulipVictor Stinner2014-07-25
* asyncio: sync with TulipVictor Stinner2014-07-12
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-29
* asyncio/windows_events.py: use more revelant names to overlapped callbacksVictor Stinner2014-02-26
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-20
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-18
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-18
* asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-08
* Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-31
* Issue #20455: asyncio: use the same code to round a timeout than the selectorsVictor Stinner2014-01-31
* asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor.Victor Stinner2014-01-29
* Merge latest Tulip into asyncioAndrew Svetlov2014-01-26
* Cleanup properly proactor event loopVictor Stinner2014-01-11
* Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.Richard Oudkerk2013-11-24
* asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-04
* asyncio: Various style nits.Guido van Rossum2013-11-01
* asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-30
* asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-30
* Rename the logger to plain "logger".Guido van Rossum2013-10-17
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17