aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/constants.py
Commit message (Expand)AuthorAge
* GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)Kumar Aditya2022-09-28
* 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-33734: asyncio/ssl: a bunch of bugfixes (#7321)Yury Selivanov2018-06-04
* bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)Yury Selivanov2018-05-28
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-27
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-19
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-15
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* Fix a typo (#4323)Barry Warsaw2017-11-07
* bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)Antoine Pitrou2017-11-07
* asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...Guido van Rossum2013-11-01
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17