index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_windows_utils.py
Commit message (
Expand
)
Author
Age
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
*
asyncio: Close transports in tests
Victor Stinner
2015-01-15
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
*
Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if
Victor Stinner
2014-10-14
*
Fix asyncio tests on Windows: wait for the subprocess exit
Victor Stinner
2014-06-04
*
Issue #21119: asyncio: Make sure that socketpair() close sockets on error
Victor Stinner
2014-06-04
*
asyncio: Synchronize with Tulip
Victor Stinner
2014-03-06
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.
Guido van Rossum
2013-11-15
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
*
Make asyncio tests run on Windows.
Guido van Rossum
2013-10-17
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17