COMMITS
/ Lib/test/test_asyncio/test_events.py July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
March 28, 2025
A
Use `assert*` comparison methods in `test_timer_comparison` (#129513)
alexey semenyuk committed
March 24, 2025
T
gh-131645: fix ResourceWarnings in `test_asyncio.test_events` (#131646)
Thomas Grainger committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
February 15, 2025
K
gh-130145: fix `loop.run_forever` when loop is already running (#130146)
Kumar Aditya committed
February 9, 2025
K
gh-129874: improve test_events to use correct task implementation (#129891)
Kumar Aditya committed
January 20, 2025
S
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Serhiy Storchaka committed
January 6, 2025
K
gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)
Kumar Aditya committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
K
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
Kumar Aditya committed
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
November 4, 2024
K
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
Kumar Aditya committed
June 26, 2024
B
gh-121025: Improve partialmethod.__repr__ (GH-121033)
Bénédikt Tran committed
June 23, 2024
June 21, 2024
March 23, 2024
E
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma committed
March 21, 2024
W
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein committed
February 28, 2024
P
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
Pierre Ossman (ThinLinc team) committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
September 30, 2023
V
gh-110088: Fix asyncio test_prompt_cancellation() (#110157)
Victor Stinner committed
September 29, 2023
V
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner committed
September 23, 2023
N
gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio` (#109506)
Nikita Sobolev committed
September 12, 2023
V
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109298)
Victor Stinner committed
September 6, 2023
V
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner committed
February 2, 2023
G
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith committed
January 13, 2023
S
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka committed
January 4, 2023
December 28, 2022
K
add tests for `asyncio` transport sockets (#100263)
Kumar Aditya committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
October 15, 2022
K
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya committed
October 8, 2022
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
April 24, 2022
S
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka committed
January 13, 2022
N
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev 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
August 21, 2021
S
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Serhiy Storchaka committed
July 1, 2021
I
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka 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
December 3, 2020
V
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Victor Stinner committed
November 24, 2020
Y
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas committed
October 20, 2020
J
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Justin Turner Arthur committed
June 18, 2020
V
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
May 18, 2020
N
bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170)
Nathaniel J. Smith committed