summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/windows_events.py
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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