COMMITS
/ Lib/asyncio/proactor_events.py March 21, 2026
K
gh-140947: fix contextvars handling for server tasks in asyncio (#141158)
Kumar Aditya committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
July 30, 2025
June 1, 2024
March 18, 2024
P
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team) committed
March 12, 2024
G
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632)
Guido van Rossum committed
March 11, 2024
P
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team) committed
February 17, 2024
J
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan committed
December 10, 2022
October 27, 2022
October 24, 2022
K
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
Kumar Aditya committed
September 17, 2022
G
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)" (#96898)
Guido van Rossum committed
M
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo committed
May 17, 2022
O
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
Oleg Iarygin committed
April 15, 2022
M
gh-91487: Optimize asyncio UDP speed (GH-91488)
msoxzw committed
March 15, 2022
M
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Maximilian Hils committed
March 13, 2022
A
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm committed
February 22, 2022
A
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#31512)
Andrew Svetlov committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin 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
September 12, 2020
V
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Victor Stinner committed
August 31, 2020
B
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell committed
July 14, 2020
November 19, 2019
October 23, 2019
V
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Victor Stinner committed
August 26, 2019
A
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492)
Andrew Svetlov committed
May 28, 2019
A
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov committed
May 27, 2019
Y
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
Yury Selivanov committed
A
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov committed
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
January 15, 2019
V
bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)
Victor Stinner committed
January 10, 2019
V
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner committed
January 8, 2019
V
bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)
Victor Stinner committed
December 18, 2018
V
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev committed
December 3, 2018
A
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
July 30, 2018
T
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador committed
June 8, 2018
V
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner committed
June 7, 2018
V
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner committed
May 28, 2018
Y
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov committed
May 20, 2018
C
bpo-26819: Prevent proactor double read on resume (#6921)
CtrlZvi committed
February 25, 2018
A
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov committed
January 28, 2018
Y
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov committed
January 27, 2018
A
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov committed
December 30, 2017
Y
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov committed
December 20, 2017
A
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov committed
December 19, 2017
N
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall committed
J
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
Julien Duponchelle committed