aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/selector_events.py
Commit message (Expand)AuthorAge
* GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio...Kumar Aditya2022-12-24
* gh-100348: Fix ref cycle in `asyncio._SelectorSocketTransport` with `_read_re...Richard Kojedzinszky2022-12-20
* gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...Dong Uk, Kang2022-11-22
* GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...Kumar Aditya2022-10-29
* GH-88968: Reject socket that is already used as a transport (#98010)Guido van Rossum2022-10-07
* gh-91487: Optimize asyncio UDP speed (GH-91488)msoxzw2022-04-15
* bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)Vincent Bernat2022-03-29
* Drop accidentally added whitespaces in asyncio internals (GH-31900)Andrew Svetlov2022-03-15
* bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)Alex Grönholm2022-03-13
* bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Thomas Grainger2022-02-22
* Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH...Andrew Svetlov2022-02-20
* bpo-44011: New asyncio ssl implementation (#31275)Kumar Aditya2022-02-15
* bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)Pablo Galindo2021-05-03
* bpo-44011: New asyncio ssl implementation (#17975)Andrew Svetlov2021-05-03
* bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)Victor Stinner2020-09-12
* bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)Alex Grönholm2020-07-23
* bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)Fantix King2020-05-27
* bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)Victor Stinner2019-12-09
* bpo-37404: Raising value error if an SSLSocket is passed to asyncio function...idomic2019-12-07
* bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ...Yury Selivanov2019-05-27
* bpo-37035: Don't log OSError (GH-13548)Andrew Svetlov2019-05-27
* bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)Yury Selivanov2019-05-27
* bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418)Andrew Svetlov2019-05-16
* bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)Vincent Michel2019-05-07
* asyncio: __del__() keep reference to warnings.warn (GH-11491)Victor Stinner2019-01-10
* bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)Andrew Svetlov2018-12-03
* bpo-30064: Refactor sock_* asyncio API (#10419)Andrew Svetlov2018-11-12
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-28
* bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)twisteroid ambassador2018-05-28
* bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)Vlad Starostin2018-05-21
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-28
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-27
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-22
* bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov2017-12-30
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-19
* bpo-27456: Simplify sock type checks (#4922)Yury Selivanov2017-12-19
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-18
* bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)Yury Selivanov2017-12-15
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-14
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* bpo-32193: Convert asyncio to async/await usage (#4753)Andrew Svetlov2017-12-09
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-28
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-28
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-18
* bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)Andrey Egorov2017-11-14
* bpo-28369: Enhance transport socket check in add_reader/writer (#4365)Yury Selivanov2017-11-13
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-19
* bpo-29617: Remove Python 3.3 support from asyncio (GH-232)INADA Naoki2017-04-25
* Merge 3.5 (issue #28369)Yury Selivanov2016-10-05
|\
| * Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-05