aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_proactor_events.py
Commit message (Expand)AuthorAge
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Maximilian Hils2022-03-15
* Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#...Andrew Svetlov2022-02-23
* bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)Kumar Aditya2021-12-26
* bpo-39010: Fix errors logged on proactor loop restart (#22017)Ben Darnell2020-08-31
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-07
* bpo-41273: asyncio's proactor read transport's better performance by using re...Tony Solomonik2020-07-14
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288)Victor Stinner2019-09-20
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-11
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-29883: Asyncio proactor udp (GH-13440)Andrew Svetlov2019-05-28
* bpo-23057: add loop self socket as wakeup fd for signals (#11135)Vladimir Matveev2018-12-18
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-11
* bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)twisteroid ambassador2018-07-30
* bpo-33694: Fix race condition in asyncio proactor (GH-7498)Victor Stinner2018-06-08
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-01
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-28
* bpo-26819: Prevent proactor double read on resume (#6921)CtrlZvi2018-05-20
* bpo-32622: Native sendfile on windows (#5565)Andrew Svetlov2018-02-25
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-28
* bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)Julien Duponchelle2017-12-19
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-18
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-14
* Fix couple typos (#4839)Andrew Svetlov2017-12-13
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-11
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-28
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-19
* bpo-31250, test_asyncio: fix dangling threads (#3252)Victor Stinner2017-09-01
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-04
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-16
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-16
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-29
* asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-21
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-15
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-15
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-26
* asyncio, tulip issue 202: Add unit test of pause/resume writing for proactorVictor Stinner2014-12-11
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-17
* asyncio: sync with TulipVictor Stinner2014-07-12
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-18
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-26
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-19
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-18
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-11
* asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-09
* Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-31
* asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop norVictor Stinner2014-01-25
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-04
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-20