| Commit message (Expand) | Author | Age |
* | Fix couple typos (#4839) | Andrew Svetlov | 2017-12-13 |
* | bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) | Yury Selivanov | 2017-12-10 |
* | bpo-32193: Convert asyncio to async/await usage (#4753) | Andrew Svetlov | 2017-12-09 |
* | bpo-32154: Remove asyncio.selectors (#4605) | Victor Stinner | 2017-11-28 |
* | asyncio: use directly socket.socketpair() (#4597) | Victor Stinner | 2017-11-28 |
* | bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) | Antoine Pitrou | 2017-10-19 |
* | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows | INADA Naoki | 2016-10-21 |
* | Issue #27041: asyncio: Add loop.create_future method | Yury Selivanov | 2016-05-16 |
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 |
* | asyncio: async() function is deprecated in favour of ensure_future(). | Yury Selivanov | 2015-05-11 |
* | Issue #23353, asyncio: Workaround CPython bug #23353 | Victor Stinner | 2015-02-02 |
* | Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private | Victor Stinner | 2015-01-30 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-30 |
* | asyncio, Tulip issue 204: Fix IocpProactor.recv() | Victor Stinner | 2015-01-26 |
* | Issue #23095, asyncio: Fix _WaitHandleFuture.cancel() | Victor Stinner | 2015-01-26 |
* | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine | Victor Stinner | 2015-01-26 |
* | asyncio: Fix ProactorEventLoop.start_serving_pipe() | Victor Stinner | 2015-01-26 |
* | Issue #23293, asyncio: Cleanup IocpProactor.close() | Victor Stinner | 2015-01-26 |
* | asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() | Victor Stinner | 2015-01-22 |
* | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() | Victor Stinner | 2015-01-22 |
* | asyncio: IocpProactor.close() doesn't cancel anymore futures which are already | Victor Stinner | 2015-01-22 |
* | Issue #23095, asyncio: IocpProactor.close() must not cancel pending | Victor Stinner | 2015-01-22 |
* | Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() | Victor Stinner | 2015-01-21 |
* | asyncio: Close the transport on subprocess creation failure | Victor Stinner | 2015-01-15 |
* | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-09 |
* | asyncio: IocpProactor.wait_for_handle() test now also checks the result of the | Victor Stinner | 2014-12-19 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-29 |
* | asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped | Victor Stinner | 2014-07-28 |
* | Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the | Victor Stinner | 2014-07-26 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 |
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-29 |
* | asyncio/windows_events.py: use more revelant names to overlapped callbacks | Victor Stinner | 2014-02-26 |
* | asyncio: remove unused imports and unused variables noticed by pyflakes | Victor Stinner | 2014-02-20 |
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-18 |
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 |
* | asyncio: Remove more relics of resolution/granularity. | Guido van Rossum | 2014-02-08 |
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 |
* | Issue #20455: asyncio: use the same code to round a timeout than the selectors | Victor Stinner | 2014-01-31 |
* | asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. | Victor Stinner | 2014-01-29 |
* | Merge latest Tulip into asyncio | Andrew Svetlov | 2014-01-26 |
* | Cleanup properly proactor event loop | Victor Stinner | 2014-01-11 |
* | Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired. | Richard Oudkerk | 2013-11-24 |
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire. | Guido van Rossum | 2013-11-04 |
* | asyncio: Various style nits. | Guido van Rossum | 2013-11-01 |
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ... | Guido van Rossum | 2013-10-30 |