summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_windows_events.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)Victor Stinner2019-10-231-0/+2
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)Yury Selivanov2019-09-291-8/+4
* bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...Andrew Svetlov2019-08-261-0/+19
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-3/+0
* bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)Victor Stinner2019-06-141-7/+8
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-271-6/+8
* Pass _asyncio_internal=True into stream tests on windows (#13442)Andrew Svetlov2019-05-201-2/+4
* bpo-35568: add 'raise_signal' function (GH-11335)Vladimir Matveev2019-01-081-1/+1
* bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)Vladimir Matveev2019-01-051-13/+19
* bpo-23057: add loop self socket as wakeup fd for signals (#11135)Vladimir Matveev2018-12-181-0/+21
* bpo-33792: Add selector and proactor windows policies (GH-7487)Yury Selivanov2018-06-071-0/+31
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-011-0/+4
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-141-1/+1
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-111-1/+1
* bpo-32193: Convert asyncio to async/await usage (#4753)Andrew Svetlov2017-12-091-7/+8
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-281-1/+1
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-281-1/+2
* bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065)Victor Stinner2017-08-111-1/+3
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+1
* 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-251-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-181-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-111-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