aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_windows_events.py
Commit message (Expand)AuthorAge
* asyncio: sync with TulipVictor Stinner2014-07-25
* asyncio tests: relax timings for slow buildbotsVictor Stinner2014-07-24
* asyncio: Fix pyflakes errorsVictor Stinner2014-06-18
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-18
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-26
* Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync withVictor Stinner2014-02-03
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-01
* test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbotVictor Stinner2014-02-01
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* Fix ResourceWarning in test_asyncio.test_windows_events:Victor Stinner2014-01-11
* Issue #19952: test_asyncio: relax timings of Windows events, buildbots areVictor Stinner2013-12-13
* Relax timing on test_asyncio for busy (slow) Windows buildbotsVictor Stinner2013-11-18
* asyncio: Various style nits.Guido van Rossum2013-11-01
* asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-30
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-20
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17