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_events.py
Commit message (
Expand
)
Author
Age
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
*
asyncio tests: relax timings for slow buildbots
Victor Stinner
2014-07-24
*
asyncio: Fix pyflakes errors
Victor Stinner
2014-06-18
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
*
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
*
Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with
Victor Stinner
2014-02-03
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
*
test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot
Victor Stinner
2014-02-01
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
Fix ResourceWarning in test_asyncio.test_windows_events:
Victor Stinner
2014-01-11
*
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
Victor Stinner
2013-12-13
*
Relax timing on test_asyncio for busy (slow) Windows buildbots
Victor Stinner
2013-11-18
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17