COMMITS
/ Lib/test/test_asyncio/test_base_events.py March 21, 2026
K
gh-140947: fix contextvars handling for server tasks in asyncio (#141158)
Kumar Aditya committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
July 7, 2025
K
gh-98388: add tests for happy eyeballs (#136368)
Kumar Aditya committed
July 3, 2025
S
gh-135836: Fix `IndexError` in `asyncio.create_connection()` (#135875)
Serhiy Storchaka committed
July 1, 2025
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
March 4, 2025
V
gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (#130800)
Victor Stinner committed
January 20, 2025
T
gh-128308: pass `**kwargs` to asyncio task_factory (#128768)
Thomas Grainger committed
S
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Serhiy Storchaka committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
March 27, 2024
M
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith committed
February 19, 2024
J
February 3, 2024
T
gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint() (#114893)
Travis Howse committed
October 13, 2023
R
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee committed
September 29, 2023
V
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner committed
December 10, 2022
F
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
Fantix King committed
December 8, 2022
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
November 24, 2022
G
GH-79033: Fix asyncio.Server.wait_closed() (#98582)
Guido van Rossum committed
September 5, 2022
P
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox committed
July 17, 2022
T
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94926)
Thomas Grainger committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
January 28, 2022
K
January 13, 2022
N
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev committed
December 26, 2021
K
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya committed
December 20, 2021
S
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka committed
December 6, 2021
K
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
Kumar Aditya committed
September 8, 2021
H
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade committed
July 1, 2021
I
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-24540)
Illia Volochii committed
I
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii 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
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
December 17, 2020
P
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr committed
November 26, 2020
Y
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi committed
April 30, 2020
V
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed
December 12, 2019
K
Fix warnings in test_asyncio.test_base_events (#17577)
Kyle Stanley committed
December 9, 2019
K
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley committed
November 20, 2019
September 19, 2019
V
bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284)
Victor Stinner committed
September 13, 2019
Z
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
Zackery Spytz committed
September 11, 2019
A
June 30, 2019
Z
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz committed
June 12, 2019
M
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011)
Michael Felt committed
May 27, 2019
A
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov committed
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
May 17, 2019
E
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape committed