COMMITS
/ Lib/asyncio/windows_utils.py February 24, 2026
S
gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)
Serhiy Storchaka committed
January 10, 2019
V
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 28, 2017
V
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner committed
March 26, 2017
J
Fix small exception typos in Lib (#818)
Jim Fasarakis-Hilliard committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
January 29, 2015
V
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner committed
January 26, 2015
V
asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed
Victor Stinner committed
January 14, 2015
V
asyncio: sync with Tulip
Victor Stinner committed
January 8, 2015
V
asyncio: Truncate to 80 columns
Victor Stinner committed
December 18, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
October 14, 2014
V
Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if
Victor Stinner committed
June 3, 2014
V
Issue #21119: asyncio: Make sure that socketpair() close sockets on error
Victor Stinner committed
March 5, 2014
V
asyncio: Synchronize with Tulip
Victor Stinner committed
November 1, 2013
G
asyncio: Various style nits.
Guido van Rossum committed
October 30, 2013
G
asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk).
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed