| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine | Victor Stinner | 2015-01-26 | 1 | -21/+18 |
|
|
* | asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed | Victor Stinner | 2015-01-26 | 1 | -0/+2 |
|
|
* | asyncio: Fix ProactorEventLoop.start_serving_pipe() | Victor Stinner | 2015-01-26 | 1 | -1/+13 |
|
|
* | Issue #23208, asyncio: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -6/+19 |
|
|
* | Issue #23293, asyncio: Cleanup IocpProactor.close() | Victor Stinner | 2015-01-26 | 1 | -6/+1 |
|
|
* | asyncio: Close transports on error | Victor Stinner | 2015-01-26 | 1 | -3/+21 |
|
|
* | asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() | Victor Stinner | 2015-01-22 | 1 | -24/+17 |
|
|
* | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() | Victor Stinner | 2015-01-22 | 1 | -17/+26 |
|
|
* | asyncio: IocpProactor.close() doesn't cancel anymore futures which are already | Victor Stinner | 2015-01-22 | 1 | -3/+7 |
|
|
* | Issue #23095, asyncio: IocpProactor.close() must not cancel pending | Victor Stinner | 2015-01-21 | 1 | -0/+6 |
|
|
* | asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not | Victor Stinner | 2015-01-21 | 1 | -1/+1 |
|
|
* | Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() | Victor Stinner | 2015-01-21 | 1 | -34/+134 |
|
|
* | asyncio: pyflakes, remove unused import | Victor Stinner | 2015-01-21 | 2 | -2/+1 |
|
|
* | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 | 1 | -3/+9 |
|
|
* | Backout changeset 6ab2575bc12b | Victor Stinner | 2015-01-15 | 1 | -21/+4 |
|
|
* | Closes #23219: cancelling asyncio.wait_for() now cancels the task | Victor Stinner | 2015-01-15 | 1 | -4/+8 |
|
|
* | asyncio: Close the transport on subprocess creation failure | Victor Stinner | 2015-01-15 | 2 | -2/+11 |
|
|
* | asyncio: Fix _ProactorBasePipeTransport.close() | Victor Stinner | 2015-01-15 | 1 | -1/+3 |
|
|
* | asyncio: Fix _ProactorBasePipeTransport.__repr__() | Victor Stinner | 2015-01-15 | 1 | -3/+3 |
|
|
* | Issue #23243: Fix asyncio._UnixWritePipeTransport.close() | Victor Stinner | 2015-01-15 | 1 | -1/+1 |
|
|
* | SSLProtocol: set the _transport attribute in the constructor | Victor Stinner | 2015-01-15 | 1 | -0/+1 |
|
|
* | Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess | Victor Stinner | 2015-01-15 | 1 | -1/+4 |
|
|
* | Issue #22560: Fix typo: call -> call_soon | Victor Stinner | 2015-01-15 | 1 | -1/+1 |
|
|
* | Issue #22560: Fix SSLProtocol._on_handshake_complete() | Victor Stinner | 2015-01-15 | 1 | -2/+6 |
|
|
* | StreamWriter: close() now clears the reference to the transport | Victor Stinner | 2015-01-15 | 1 | -4/+21 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-14 | 7 | -11/+31 |
|
|
* | Issue #23197: On SSL handshake failure on matching hostname, check if the | Victor Stinner | 2015-01-14 | 1 | -1/+2 |
|
|
* | Issue #23197, asyncio: On SSL handshake failure, check if the waiter is | Victor Stinner | 2015-01-14 | 2 | -3/+4 |
|
|
* | Python issue #23173: sync with Tulip | Victor Stinner | 2015-01-14 | 2 | -27/+66 |
|
|
* | Issue #23198: Reactor asyncio.StreamReader | Victor Stinner | 2015-01-13 | 1 | -25/+22 |
|
|
* | Issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-13 | 4 | -27/+694 |
|
|
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2015-01-13 | 1 | -1/+7 |
|
|
* | Issue #23209: Break some reference cycles in asyncio. Patch written by Martin | Victor Stinner | 2015-01-09 | 2 | -1/+2 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 | 5 | -11/+10 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 | 3 | -7/+16 |
|
|
* | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-08 | 7 | -15/+23 |
|
|
* | asyncio: _make_ssl_transport: make the waiter parameter optional | Victor Stinner | 2015-01-08 | 2 | -3/+3 |
|
|
* | Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of | Victor Stinner | 2015-01-06 | 1 | -1/+2 |
|
|
* | Issue #23046: Expose the BaseEventLoop class in the asyncio namespace | Victor Stinner | 2015-01-06 | 2 | -2/+4 |
|
|
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 3 | -23/+23 |
|
|
* | asyncio doc: update also Queue docstrings | Victor Stinner | 2014-12-22 | 1 | -3/+7 |
|
|
* | asyncio: IocpProactor.wait_for_handle() test now also checks the result of the | Victor Stinner | 2014-12-19 | 1 | -0/+5 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 3 | -2/+9 |
|
|
* | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 2 | -4/+4 |
|
|
* | asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 | Victor Stinner | 2014-12-11 | 1 | -0/+22 |
|
|
* | asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor | Victor Stinner | 2014-12-11 | 1 | -4/+0 |
|
|
* | Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the | Victor Stinner | 2014-12-05 | 1 | -2/+12 |
|
|
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
|
|
* | Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch | Victor Stinner | 2014-12-04 | 2 | -0/+5 |
|
|
* | asyncio: Initialize more Future and Task attributes in the class definition to | Victor Stinner | 2014-12-04 | 2 | -5/+5 |
|
|