| Commit message (Expand) | Author | Age |
* | bpo-32622: Implement loop.sendfile() (#5271) | Andrew Svetlov | 2018-01-27 |
* | bpo-23749: Implement loop.start_tls() (#5039) | Yury Selivanov | 2017-12-30 |
* | bpo-29970: Make ssh_handshake_timeout None by default (#4939) | Andrew Svetlov | 2017-12-20 |
* | bpo-29970: Add timeout for SSL handshake in asyncio | Neil Aspinall | 2017-12-19 |
* | 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 |
* | bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) | Yury Selivanov | 2017-12-10 |
* | asyncio: use directly socket.socketpair() (#4597) | Victor Stinner | 2017-11-28 |
* | bpo-32069: Drop legacy SSL transport (#4451) | Andrew Svetlov | 2017-11-18 |
* | bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) | Antoine Pitrou | 2017-10-19 |
* | Fix TypeError is asyncio/proactor_events (#993) | Jim Fasarakis-Hilliard | 2017-06-09 |
* | bpo-29617: Remove Python 3.3 support from asyncio (GH-232) | INADA Naoki | 2017-04-25 |
* | Merge 3.5 (issue #27906) | Yury Selivanov | 2016-09-15 |
|\ |
|
| * | Issue #27906: Fix socket accept exhaustion during high TCP traffic. | Yury Selivanov | 2016-09-15 |
* | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-09-11 |
|\| |
|
| * | asyncio: Add set_protocol / get_protocol methods to Transports | Yury Selivanov | 2016-09-11 |
* | | Merge 3.5 (issue #27136, asyncio) | Yury Selivanov | 2016-06-08 |
|\| |
|
| * | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo | Yury Selivanov | 2016-06-08 |
* | | Merge 3.5 (Issue #27041) | Yury Selivanov | 2016-05-16 |
|\| |
|
| * | Issue #27041: asyncio: Add loop.create_future method | Yury Selivanov | 2016-05-16 |
* | | Merge 3.5 (asyncio) | Victor Stinner | 2016-04-01 |
|\| |
|
| * | asyncio: Don't log ConnectionAbortedError | Victor Stinner | 2016-04-01 |
* | | Add a source parameter to warnings.warn() | Victor Stinner | 2016-03-23 |
|/ |
|
* | asyncio: Skip getaddrinfo if host is already resolved. | Yury Selivanov | 2015-12-16 |
* | asyncio: Cleanup Future API | Yury Selivanov | 2015-11-17 |
* | asyncio: Add Transport.is_closing() | Yury Selivanov | 2015-11-16 |
* | asyncio: Sync with upstream (compat module) | Yury Selivanov | 2015-08-04 |
* | asyncio: Only call _check_resolved_address() in debug mode | Victor Stinner | 2015-02-04 |
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 |
* | asyncio: SSL transports now clear their reference to the waiter | Victor Stinner | 2015-01-29 |
* | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 |
* | asyncio: Fix _ProactorBasePipeTransport.close() | Victor Stinner | 2015-01-15 |
* | asyncio: Fix _ProactorBasePipeTransport.__repr__() | Victor Stinner | 2015-01-15 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-15 |
* | Issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-14 |
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2015-01-13 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 |
* | 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 |
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2014-12-05 |
* | asyncio: Move loop attribute to _FlowControlMixin | Victor Stinner | 2014-11-05 |
* | asyncio: enhance protocol representation | Victor Stinner | 2014-10-12 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 |
* | Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, | Victor Stinner | 2014-07-29 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 |
* | Python issue #21645, Tulip issue 192: Rewrite signal handling | Victor Stinner | 2014-07-17 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 |
* | asyncio, Tulip issue 180: Make Server attributes and methods private | Victor Stinner | 2014-07-11 |
* | asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits | Victor Stinner | 2014-07-08 |