index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
proactor_events.py
Commit message (
Expand
)
Author
Age
*
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
2014-02-20
*
asyncio, Tulip issue 139: Improve error messages on "fatal errors"
Victor Stinner
2014-02-19
*
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
Yury Selivanov
2014-02-18
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
*
ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if
Victor Stinner
2014-02-13
*
Issue #20505: Remove resolution and _granularity from selectors and asyncio
Victor Stinner
2014-02-07
*
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
2014-02-04
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
*
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
Victor Stinner
2014-01-31
*
Issue #20455: asyncio: write a new write pipe transport class for proactor (on
Victor Stinner
2014-01-31
*
asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans...
Victor Stinner
2014-01-29
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
Cleanup properly proactor event loop
Victor Stinner
2014-01-11
*
asyncio: Write flow control for proactor event loop.
Guido van Rossum
2013-12-04
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
*
Issue #19299: fix refleak test failures in test_asyncio
Antoine Pitrou
2013-10-20
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17