| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27906: Fix socket accept exhaustion during high TCP traffic. | Yury Selivanov | 2016-09-15 | 1 | -1/+1 |
* | asyncio: Add set_protocol / get_protocol methods to Transports | Yury Selivanov | 2016-09-11 | 1 | -0/+6 |
* | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo | Yury Selivanov | 2016-06-08 | 1 | -8/+1 |
* | Issue #27041: asyncio: Add loop.create_future method | Yury Selivanov | 2016-05-16 | 1 | -1/+1 |
* | asyncio: Don't log ConnectionAbortedError | Victor Stinner | 2016-04-01 | 1 | -1/+1 |
* | asyncio: Skip getaddrinfo if host is already resolved. | Yury Selivanov | 2015-12-16 | 1 | -2/+1 |
* | asyncio: Cleanup Future API | Yury Selivanov | 2015-11-17 | 1 | -1/+2 |
* | asyncio: Add Transport.is_closing() | Yury Selivanov | 2015-11-16 | 1 | -0/+3 |
* | asyncio: Sync with upstream (compat module) | Yury Selivanov | 2015-08-04 | 1 | -2/+2 |
* | asyncio: Only call _check_resolved_address() in debug mode | Victor Stinner | 2015-02-04 | 1 | -1/+2 |
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 | 1 | -0/+11 |
* | asyncio: SSL transports now clear their reference to the waiter | Victor Stinner | 2015-01-29 | 1 | -1/+1 |
* | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 | 1 | -3/+9 |
* | asyncio: Fix _ProactorBasePipeTransport.close() | Victor Stinner | 2015-01-15 | 1 | -1/+3 |
* | asyncio: Fix _ProactorBasePipeTransport.__repr__() | Victor Stinner | 2015-01-15 | 1 | -3/+3 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-15 | 1 | -0/+1 |
* | Issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-14 | 1 | -6/+25 |
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2015-01-13 | 1 | -1/+7 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 | 1 | -1/+2 |
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 1 | -4/+2 |
* | asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor | Victor Stinner | 2014-12-11 | 1 | -4/+0 |
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
* | asyncio: Move loop attribute to _FlowControlMixin | Victor Stinner | 2014-11-05 | 1 | -2/+1 |
* | asyncio: enhance protocol representation | Victor Stinner | 2014-10-12 | 1 | -1/+7 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 | 1 | -11/+13 |
* | Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, | Victor Stinner | 2014-07-29 | 1 | -0/+8 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 | 1 | -6/+2 |
* | Python issue #21645, Tulip issue 192: Rewrite signal handling | Victor Stinner | 2014-07-17 | 1 | -1/+1 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 | 1 | -3/+33 |
* | asyncio, Tulip issue 180: Make Server attributes and methods private | Victor Stinner | 2014-07-11 | 1 | -2/+2 |
* | asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits | Victor Stinner | 2014-07-08 | 1 | -0/+1 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-07 | 1 | -1/+1 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-07 | 1 | -1/+1 |
* | Closes #21886, #21447: Fix a race condition in asyncio when setting the result | Victor Stinner | 2014-07-05 | 1 | -1/+1 |
* | asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the | Victor Stinner | 2014-06-23 | 1 | -1/+1 |
* | Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop | Victor Stinner | 2014-06-10 | 1 | -8/+15 |
* | asyncio: Fix _ProactorWritePipeTransport._pipe_closed() | Victor Stinner | 2014-02-20 | 1 | -1/+1 |
* | asyncio, Tulip issue 139: Improve error messages on "fatal errors" | Victor Stinner | 2014-02-19 | 1 | -5/+5 |
* | asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin | Yury Selivanov | 2014-02-18 | 1 | -53/+2 |
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -7/+26 |
* | ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if | Victor Stinner | 2014-02-13 | 1 | -1/+8 |
* | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 1 | -1/+0 |
* | asyncio: Fix _ProactorWritePipeTransport._pipe_closed() | Victor Stinner | 2014-02-04 | 1 | -1/+4 |
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 1 | -13/+21 |
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 | 1 | -0/+1 |
* | Issue #20455: asyncio: write a new write pipe transport class for proactor (on | Victor Stinner | 2014-01-31 | 1 | -12/+26 |
* | asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans... | Victor Stinner | 2014-01-29 | 1 | -1/+2 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -0/+2 |
* | Cleanup properly proactor event loop | Victor Stinner | 2014-01-11 | 1 | -0/+10 |
* | asyncio: Write flow control for proactor event loop. | Guido van Rossum | 2013-12-04 | 1 | -17/+99 |