summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_proactor_events.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+3
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-161-3/+3
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-3/+3
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-1/+5
* asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-211-2/+3
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-151-39/+48
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-151-0/+4
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-261-4/+3
* asyncio, tulip issue 202: Add unit test of pause/resume writing for proactorVictor Stinner2014-12-111-0/+82
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-171-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-121-3/+4
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-3/+4
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-39/+39
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-3/+9
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-4/+4
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-111-1/+1
* asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-091-2/+0
* Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-311-0/+2
* asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-041-7/+7
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-201-0/+4
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-181-3/+3
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-3/+3
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+480