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
/
selector_events.py
Commit message (
Expand
)
Author
Age
*
asyncio: Refactoring: move write flow control to a subclass/mixin.
Guido van Rossum
2014-01-29
*
Merge latest Tulip into asyncio
Victor Stinner
2014-01-26
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
Victor Stinner
2014-01-25
*
Issue #19509: Finish implementation of check_hostname
Christian Heimes
2013-12-06
*
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...
Guido van Rossum
2013-11-27
*
Keep asyncio working with Python 3.3 too.
Guido van Rossum
2013-11-23
*
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
*
asyncio: Replace connection_refused() with error_received().
Guido van Rossum
2013-11-15
*
asyncio: Better-looking errors when ssl module cannot be imported. In part by...
Guido van Rossum
2013-11-01
*
asyncio: Log a warning when eof_received() returns true and using ssl.
Guido van Rossum
2013-11-01
*
asyncio: Refactor ssl transport ready loop (Nikolay Kim).
Guido van Rossum
2013-11-01
*
asyncio: Add server_hostname as create_connection() argument, with secure def...
Guido van Rossum
2013-11-01
*
asyncio: Fold some long lines.
Guido van Rossum
2013-11-01
*
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...
Guido van Rossum
2013-11-01
*
asyncio: When not closing the connection after receiving EOF, still remove th...
Guido van Rossum
2013-10-30
*
Issue #19299: fix refleak test failures in test_asyncio
Antoine Pitrou
2013-10-20
*
Verify hostname if verify_mode is CERT_OPTIONAL too.
Guido van Rossum
2013-10-19
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
*
Important race condition fix for Tulip.
Guido van Rossum
2013-10-18
*
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