COMMITS
/ Lib/test/test_coroutines.py January 20, 2026
S
August 14, 2025
S
gh-130821: Add type information to error messages for invalid return type (GH-130835)
Semyon Moroz committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
March 25, 2025
T
gh-131707: fix unawaited coroutine warning in test_coroutines.Corouti… (#131708)
Thomas Grainger committed
B
gh-131666: mark `anext_awaitable.close` as a `METH_NOARGS` instead of `METH_VARARGS` (#131671)
Bénédikt Tran committed
February 5, 2025
V
gh-129354: Cleanup test_coroutines (#129684)
Victor Stinner committed
V
gh-129354: Use PyErr_FormatUnraisable() function (#129523)
Victor Stinner 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
October 15, 2024
I
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel committed
June 17, 2024
S
gh-114091: Reword error message for unawaitable types (#114090)
Steele Farnsworth committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
December 23, 2023
S
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
Serhiy Storchaka committed
December 1, 2023
April 24, 2023
R
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira committed
December 29, 2022
N
gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (#100601)
Nikita Sobolev committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
October 7, 2022
I
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Irit Katriel committed
September 30, 2022
August 26, 2022
K
Port regression test for issue GH-93592 (GH-96208)
Kristján Valur Jónsson committed
May 16, 2022
C
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes committed
March 17, 2022
C
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes committed
December 8, 2021
A
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
Andrew Svetlov committed
November 22, 2021
M
July 13, 2021
S
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
Serhiy Storchaka committed
June 29, 2021
S
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-26809)
Serhiy Storchaka committed
June 21, 2021
S
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
Serhiy Storchaka committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
October 6, 2020
B
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi committed
January 14, 2020
G
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam committed
June 3, 2019
V
bpo-37069: tests use catch_unraisable_exception() (GH-13762)
Victor Stinner committed
June 2, 2019
V
bpo-37100: Fix test_coroutines with -Werror (GH-13756)
Victor Stinner committed
May 28, 2019
M
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Matthias Bussonnier committed
May 22, 2019
V
bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490)
Victor Stinner committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 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
April 27, 2018
Z
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
Zsolt Dollenstein committed
April 4, 2018
S
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
Serhiy Storchaka committed
April 2, 2018
S
bpo-29922: Improve error messages in 'async with' (GH-6352)
Serhiy Storchaka committed
March 23, 2018
S
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka committed
March 10, 2018
S
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052)
Serhiy Storchaka committed
February 2, 2018
N
bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
Nathaniel J. Smith committed
January 29, 2018
Y
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
Yury Selivanov committed
N
bpo-32591: silence deprecation warnings in test_coroutine (GH-5412)
Nathaniel J. Smith committed
January 26, 2018
N
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
Nathaniel J. Smith committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
October 6, 2017
Y
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov committed