COMMITS
/ Lib/test/test_asyncio/test_windows_events.py July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
December 24, 2024
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
March 20, 2024
J
September 29, 2023
V
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner committed
January 13, 2023
G
GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)
Guido van Rossum committed
October 30, 2022
C
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao committed
January 22, 2022
K
fix DeprecationWarning when running asyncio tests (GH-30486)
Kumar Aditya committed
September 3, 2020
B
bpo-39010: Improve test shutdown (#22066)
Ben Darnell committed
August 31, 2020
B
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell committed
October 23, 2019
V
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Victor Stinner committed
September 30, 2019
Y
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov committed
August 26, 2019
A
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492)
Andrew Svetlov committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 14, 2019
V
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Victor Stinner committed
May 27, 2019
A
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov committed
May 20, 2019
A
Pass _asyncio_internal=True into stream tests on windows (#13442)
Andrew Svetlov committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
January 5, 2019
V
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev committed
December 18, 2018
V
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev committed
June 8, 2018
Y
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov 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
December 15, 2017
Y
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
Yury Selivanov committed
December 11, 2017
Y
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov committed
December 8, 2017
A
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov committed
November 28, 2017
V
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner committed
V
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner committed
August 10, 2017
V
bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065)
Victor Stinner committed
November 4, 2016
Y
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov committed
July 9, 2015
V
asyncio: sync with github asyncio
Victor Stinner committed
May 11, 2015
Y
asyncio: async() function is deprecated in favour of ensure_future().
Yury Selivanov committed
January 26, 2015
V
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner committed
January 13, 2015
V
Tulip issue 184: Fix test_pipe() on Windows
Victor Stinner committed
December 19, 2014
V
asyncio: IocpProactor.wait_for_handle() test now also checks the result of the
Victor Stinner committed
December 1, 2014
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
July 24, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
V
asyncio tests: relax timings for slow buildbots
Victor Stinner committed
June 18, 2014
V
asyncio: Fix pyflakes errors
Victor Stinner committed
June 17, 2014
V
asyncio: Refactor tests: add a base TestCase class
Victor Stinner committed
February 26, 2014
V
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner committed
February 3, 2014
V
Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with
Victor Stinner committed
February 1, 2014
V
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner committed
V
test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot
Victor Stinner committed
January 25, 2014
V
Update asyncio from the Tulip project
Victor Stinner committed
January 10, 2014
V
Fix ResourceWarning in test_asyncio.test_windows_events:
Victor Stinner committed
December 13, 2013
V
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
Victor Stinner committed
November 18, 2013
V
Relax timing on test_asyncio for busy (slow) Windows buildbots
Victor Stinner committed
November 1, 2013
G
asyncio: Various style nits.
Guido van Rossum committed
October 30, 2013
G
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum committed