summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_windows_events.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio: sync with github asyncioVictor Stinner2015-07-091-2/+4
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-1/+1
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutineVictor Stinner2015-01-261-0/+13
* Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* asyncio: IocpProactor.wait_for_handle() test now also checks the result of theVictor Stinner2014-12-191-2/+6
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-241-10/+20
* asyncio tests: relax timings for slow buildbotsVictor Stinner2014-07-241-4/+4
* asyncio: Fix pyflakes errorsVictor Stinner2014-06-181-0/+1
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-171-6/+2
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-2/+1
* 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