COMMITS
/ Lib/test/test_asyncio/test_sock_lowlevel.py April 21, 2026
S
gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf… (#148809)
Seth Larson committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
January 20, 2025
S
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Serhiy Storchaka committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
March 23, 2024
E
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma committed
September 6, 2023
V
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
March 13, 2022
A
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm committed
February 10, 2022
A
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
Andrew Svetlov committed
January 22, 2022
N
bpo-46425: fix direct invocation of `asyncio` tests (#30725)
Nikita Sobolev committed
December 20, 2021
S
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka committed
July 23, 2020
A
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
Alex Grönholm committed
June 14, 2020
F
bpo-30064: Fix slow asyncio sock test (GH-20868)
Fantix King committed
May 28, 2020
F
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
Fantix King committed
V
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
Victor Stinner committed
May 27, 2020
F
bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
Fantix King committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed
September 11, 2019
A
November 12, 2018
A
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov committed
October 8, 2018
A
Extract tests for sock_*() functions into a separate file (GH-9761)
Andrew Svetlov committed