COMMITS
/ Lib/test/test_asyncio/test_ssl.py December 10, 2025
V
gh-142489: Increase ssl_handshake_timeout in asyncio tests (#142523)
Victor Stinner committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
May 8, 2025
S
gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456)
Serhiy Storchaka committed
March 18, 2025
K
gh-128002: fix tsan race in closing socket in `test_ssl` (#131397)
Kumar Aditya committed
February 2, 2025
V
gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)
Vojtěch Boček committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
January 12, 2024
A
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
December 4, 2022
S
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka committed
August 5, 2022
F
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
Fantix King committed
F
gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (#95687)
Fantix King committed
May 11, 2022
V
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)
Victor Stinner committed
May 6, 2022
V
gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)
Victor Stinner committed
February 22, 2022
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
May 3, 2021
P
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo committed
A
Increase test timeout (GH-25842)
Andrew Svetlov committed
C
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes committed
May 2, 2021
A
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov committed