COMMITS
/ Lib/test/test_asyncio/test_selector_events.py September 8, 2025
B
July 30, 2025
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
May 21, 2025
C
gh-90871: fix connection backlog offset in asyncio (gh-134392)
Christian Harries committed
February 16, 2025
A
Replace non-breaking spaces with normal spaces (#130116)
AN Long committed
February 2, 2025
V
gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)
Vojtěch Boček committed
January 3, 2025
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
December 6, 2024
J
gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol if needed (#127656)
J. Nick Koston committed
February 17, 2024
J
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan committed
July 22, 2023
J
gh-106527: asyncio: optimize to add/remove readers and writers (#106528)
J. Nick Koston committed
April 27, 2023
April 13, 2023
A
gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when data is still pending (#103463)
Ali-Akber Saifee committed
December 24, 2022
K
GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio (#31871)
Kumar Aditya committed
October 29, 2022
K
GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#98844)
Kumar Aditya committed
October 7, 2022
G
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum committed
July 17, 2022
T
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94926)
Thomas Grainger committed
February 22, 2022
T
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Thomas Grainger committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
December 26, 2021
K
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
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
September 11, 2019
A
May 30, 2019
May 27, 2019
A
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov committed
May 7, 2019
V
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel committed
December 3, 2018
A
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
November 12, 2018
A
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov committed
October 2, 2018
Y
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov committed
June 2, 2018
B
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
Brett Cannon committed
May 28, 2018
Y
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov committed
T
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)
twisteroid ambassador committed
May 21, 2018
V
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)
Vlad Starostin committed
January 28, 2018
Y
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov committed
December 18, 2017
Y
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov committed
December 16, 2017
Y
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov committed
December 15, 2017
Y
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
Yury Selivanov committed
December 11, 2017
Y
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov committed
November 28, 2017
V
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner committed
V
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner committed
November 27, 2017
V
asyncio: Fix BaseSelectorEventLoopTests (#4595)
Victor Stinner committed
November 18, 2017
A
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov committed
November 14, 2017
A
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
Andrey Egorov committed
June 30, 2017
V
bpo-30280: Cleanup threads in ayncio tests (#2501)
Victor Stinner committed
November 4, 2016
Y
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov committed
October 5, 2016
Y
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov committed
October 1, 2016
B
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
Berker Peksag committed
September 30, 2016
G
Misc asyncio improvements from upstream
Guido van Rossum committed
September 27, 2016
B
Issue #28283: Remove flaky test test_sock_connect_sock_write_race
Berker Peksag committed