summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_windows_events.py
Commit message (Expand)AuthorAgeFilesLines
* Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync withVictor Stinner2014-02-031-1/+1
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-1/+1
* test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbotVictor Stinner2014-02-011-1/+1
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-15/+10
* Fix ResourceWarning in test_asyncio.test_windows_events:Victor Stinner2014-01-101-0/+1
* Issue #19952: test_asyncio: relax timings of Windows events, buildbots areVictor Stinner2013-12-131-2/+2
* Relax timing on test_asyncio for busy (slow) Windows buildbotsVictor Stinner2013-11-181-1/+1
* asyncio: Various style nits.Guido van Rossum2013-11-011-1/+1
* asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-301-0/+40
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-201-0/+4
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+95