aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/proactor_events.py
Commit message (Expand)AuthorAge
* asyncio: Fix _ProactorWritePipeTransport._pipe_closed()Victor Stinner2014-02-20
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-19
* asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixinYury Selivanov2014-02-18
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-18
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-13
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-07
* asyncio: Fix _ProactorWritePipeTransport._pipe_closed()Victor Stinner2014-02-04
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-01
* Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-31
* Issue #20455: asyncio: write a new write pipe transport class for proactor (onVictor Stinner2014-01-31
* asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans...Victor Stinner2014-01-29
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* Cleanup properly proactor event loopVictor Stinner2014-01-11
* asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-04
* asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-30
* Issue #19299: fix refleak test failures in test_asyncioAntoine Pitrou2013-10-20
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-18
* Rename the logger to plain "logger".Guido van Rossum2013-10-17
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17