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: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
*
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
Andrey Egorov
2017-11-14
*
bpo-28369: Enhance transport socket check in add_reader/writer (#4365)
Yury Selivanov
2017-11-13
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
*
Merge 3.5 (issue #28369)
Yury Selivanov
2016-10-05
|
\
|
*
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov
2016-10-05
*
|
Merge 3.5 (issue #28176)
Yury Selivanov
2016-09-15
|
\
|
|
*
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Yury Selivanov
2016-09-15
*
|
Merge 3.5 (issue #27906)
Yury Selivanov
2016-09-15
|
\
|
|
*
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Yury Selivanov
2016-09-15
*
|
Merge 3.5 (issue #27456)
Yury Selivanov
2016-09-11
|
\
|
|
*
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov
2016-09-11
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-11
|
\
|
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-11
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-06-28
|
\
|
|
*
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov
2016-06-28
*
|
Merge 3.5 (issue #27223)
Yury Selivanov
2016-06-11
|
\
|
|
*
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
*
|
Merge 3.5 (issue #27136, asyncio)
Yury Selivanov
2016-06-08
|
\
|
|
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
*
|
Merge 3.5 (Issue #27041)
Yury Selivanov
2016-05-16
|
\
|
|
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
|
\
|
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
*
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
|
\
|
|
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
|
/
*
Fix error message in asyncio.selector_events.
Victor Stinner
2016-02-01
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-16
*
asyncio: Cleanup Future API
Yury Selivanov
2015-11-17
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
*
Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
Victor Stinner
2015-04-07
*
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
*
asyncio: Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
*
asyncio: BaseSelectorEventLoop uses directly the private _debug attribute
Victor Stinner
2015-02-04
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
*
asyncio: Fix _SelectorSocketTransport constructor
Victor Stinner
2015-01-29
*
asyncio: SSL transports now clear their reference to the waiter
Victor Stinner
2015-01-29
*
asyncio: pyflakes, remove unused import
Victor Stinner
2015-01-21
*
asyncio: sync with Tulip
Victor Stinner
2015-01-15
*
Issue #23197: On SSL handshake failure on matching hostname, check if the
Victor Stinner
2015-01-14
*
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is
Victor Stinner
2015-01-14
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-14
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
[next]