| Commit message (Expand) | Author | Age |
* | bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) | Maximilian Hils | 2022-03-15 |
* | Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#... | Andrew Svetlov | 2022-02-23 |
* | bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) | Kumar Aditya | 2021-12-26 |
* | bpo-39010: Fix errors logged on proactor loop restart (#22017) | Ben Darnell | 2020-08-31 |
* | bpo-40275: Use new test.support helper submodules in tests (GH-21764) | Hai Shi | 2020-08-07 |
* | bpo-41273: asyncio's proactor read transport's better performance by using re... | Tony Solomonik | 2020-07-14 |
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 |
* | bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) | Victor Stinner | 2019-09-20 |
* | bpo-38107: Replace direct future and task contructor calls with factories in ... | Andrew Svetlov | 2019-09-11 |
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 |
* | bpo-29883: Asyncio proactor udp (GH-13440) | Andrew Svetlov | 2019-05-28 |
* | bpo-23057: add loop self socket as wakeup fd for signals (#11135) | Vladimir Matveev | 2018-12-18 |
* | bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) | Andrew Svetlov | 2018-09-11 |
* | bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) | twisteroid ambassador | 2018-07-30 |
* | bpo-33694: Fix race condition in asyncio proactor (GH-7498) | Victor Stinner | 2018-06-08 |
* | bpo-33562: Check the global asyncio event loop policy isn't set after any tes... | Brett Cannon | 2018-06-01 |
* | bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) | Yury Selivanov | 2018-05-28 |
* | bpo-26819: Prevent proactor double read on resume (#6921) | CtrlZvi | 2018-05-20 |
* | bpo-32622: Native sendfile on windows (#5565) | Andrew Svetlov | 2018-02-25 |
* | bpo-32251: Implement asyncio.BufferedProtocol. (#4755) | Yury Selivanov | 2018-01-28 |
* | bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431) | Julien Duponchelle | 2017-12-19 |
* | bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) | Yury Selivanov | 2017-12-18 |
* | bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ... | Yury Selivanov | 2017-12-14 |
* | Fix couple typos (#4839) | Andrew Svetlov | 2017-12-13 |
* | bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) | Yury Selivanov | 2017-12-11 |
* | asyncio: use directly socket.socketpair() (#4597) | Victor Stinner | 2017-11-28 |
* | bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) | Antoine Pitrou | 2017-10-19 |
* | bpo-31250, test_asyncio: fix dangling threads (#3252) | Victor Stinner | 2017-09-01 |
* | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 |
* | asyncio: Skip getaddrinfo if host is already resolved. | Yury Selivanov | 2015-12-16 |
* | asyncio: Add Transport.is_closing() | Yury Selivanov | 2015-11-16 |
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 |
* | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 |
* | Issue #23243: Close explicitly transports in asyncio tests | Victor Stinner | 2015-01-15 |
* | Issue #23243: Close explicitly event loops in asyncio tests | Victor Stinner | 2015-01-15 |
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 |
* | asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor | Victor Stinner | 2014-12-11 |
* | Python issue #21645, Tulip issue 192: Rewrite signal handling | Victor Stinner | 2014-07-17 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 |
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-18 |
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 |
* | asyncio, Tulip issue 139: Improve error messages on "fatal errors" | Victor Stinner | 2014-02-19 |
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 |
* | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 |
* | asyncio tests: Remove scories of resolution/granularity | Victor Stinner | 2014-02-09 |
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 |
* | asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor | Victor Stinner | 2014-01-25 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 |
* | asyncio: Write flow control for proactor event loop. | Guido van Rossum | 2013-12-04 |
* | Make various asyncio test files individually runnable | Antoine Pitrou | 2013-10-20 |