COMMITS
/ Lib/asyncio/constants.py January 12, 2024
A
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink committed
September 28, 2022
K
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
Kumar Aditya committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
May 3, 2021
P
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo committed
May 2, 2021
A
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov committed
June 4, 2018
Y
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov committed
May 28, 2018
Y
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov committed
January 27, 2018
A
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov committed
December 19, 2017
N
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall committed
December 15, 2017
A
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 7, 2017
B
Fix a typo (#4323)
Barry Warsaw committed
A
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
Antoine Pitrou committed
November 1, 2013
G
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78.
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed