aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/proactor_events.py
Commit message (Expand)AuthorAge
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-27
* bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov2017-12-30
* bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov2017-12-20
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-19
* 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
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-28
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-18
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-19
* Fix TypeError is asyncio/proactor_events (#993)Jim Fasarakis-Hilliard2017-06-09
* bpo-29617: Remove Python 3.3 support from asyncio (GH-232)INADA Naoki2017-04-25
* Merge 3.5 (issue #27906)Yury Selivanov2016-09-15
|\
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-15
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-11
|\|
| * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-11
* | Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-08
|\|
| * Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-08
* | Merge 3.5 (Issue #27041)Yury Selivanov2016-05-16
|\|
| * Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-16
* | Merge 3.5 (asyncio)Victor Stinner2016-04-01
|\|
| * asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-01
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-23
|/
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-16
* asyncio: Cleanup Future APIYury Selivanov2015-11-17
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-16
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-04
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-04
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-29
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-29
* asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-21
* asyncio: Fix _ProactorBasePipeTransport.close()Victor Stinner2015-01-15
* asyncio: Fix _ProactorBasePipeTransport.__repr__()Victor Stinner2015-01-15
* asyncio: sync with TulipVictor Stinner2015-01-15
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-14
* Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2015-01-13
* asyncio: sync with TulipVictor Stinner2015-01-09
* 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
* Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2014-12-05
* asyncio: Move loop attribute to _FlowControlMixinVictor Stinner2014-11-05
* asyncio: enhance protocol representationVictor Stinner2014-10-12
* asyncio: sync with TulipVictor Stinner2014-08-25
* Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-29
* asyncio: sync with TulipVictor Stinner2014-07-25
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-17
* asyncio: sync with TulipVictor Stinner2014-07-12
* asyncio, Tulip issue 180: Make Server attributes and methods privateVictor Stinner2014-07-11
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-08