summaryrefslogtreecommitdiff
path: root/Lib/asyncio/proactor_events.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #27906)Yury Selivanov2016-09-151-1/+1
|\
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-1/+1
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-111-1/+2
|\ \ | |/ |/|
| * Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-081-1/+2
| |\
| | * Merge 3.5 (Issue #27041)Yury Selivanov2016-05-161-1/+1
| | |\
| | * \ Merge 3.5 (asyncio)Victor Stinner2016-04-011-1/+1
| | |\ \
| | * | | Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+2
* | | | | asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-111-0/+6
|/ / / /
* | | | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-081-8/+1
| |_|/ |/| |
* | | Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-1/+1
| |/ |/|
* | asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-011-1/+1
|/
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-161-2/+1
* asyncio: Cleanup Future APIYury Selivanov2015-11-171-1/+2
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-0/+3
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-2/+2
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-1/+2
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-0/+11
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-291-1/+1
* asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-211-3/+9
* asyncio: Fix _ProactorBasePipeTransport.close()Victor Stinner2015-01-151-1/+3
* asyncio: Fix _ProactorBasePipeTransport.__repr__()Victor Stinner2015-01-151-3/+3
* asyncio: sync with TulipVictor Stinner2015-01-151-0/+1
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-6/+25
* Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2015-01-131-1/+7
* asyncio: sync with TulipVictor Stinner2015-01-091-1/+2
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-261-4/+2
* asyncio, tulip issue 202: Add unit test of pause/resume writing for proactorVictor Stinner2014-12-111-4/+0
* Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2014-12-051-1/+3
* asyncio: Move loop attribute to _FlowControlMixinVictor Stinner2014-11-051-2/+1
* asyncio: enhance protocol representationVictor Stinner2014-10-121-1/+7
* asyncio: sync with TulipVictor Stinner2014-08-251-11/+13
* Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-291-0/+8
* asyncio: sync with TulipVictor Stinner2014-07-251-6/+2
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-171-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-121-3/+33
* asyncio, Tulip issue 180: Make Server attributes and methods privateVictor Stinner2014-07-111-2/+2
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-081-0/+1
* asyncio: sync with TulipVictor Stinner2014-07-071-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-071-1/+1
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-051-1/+1
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-231-1/+1
* Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-8/+15
* asyncio: Fix _ProactorWritePipeTransport._pipe_closed()Victor Stinner2014-02-201-1/+1
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-5/+5
* asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixinYury Selivanov2014-02-181-53/+2
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-7/+26
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-131-1/+8
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-1/+0
* asyncio: Fix _ProactorWritePipeTransport._pipe_closed()Victor Stinner2014-02-041-1/+4
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-13/+21