| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25441: asyncio: Raise error from drain() when socket is closed. | Guido van Rossum | 2015-10-19 | 1 | -0/+43 |
|
|
* | Issue #23972: Fix tests for Windows and Debian. | Guido van Rossum | 2015-10-06 | 1 | -4/+1 |
|
|
* | Docs and one small improvement for issue #25304, by Vincent Michel. | Guido van Rossum | 2015-10-05 | 1 | -0/+21 |
|
|
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 2 | -2/+190 |
|
|
* | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. | Guido van Rossum | 2015-10-03 | 2 | -2/+67 |
|
|
* | asyncio: ensure_future() now understands awaitables | Yury Selivanov | 2015-10-02 | 1 | -0/+18 |
|
|
* | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). | Guido van Rossum | 2015-09-29 | 1 | -9/+43 |
|
|
* | Fix StreamReader.__repr__ | Andrew Svetlov | 2015-09-29 | 1 | -0/+42 |
|
|
* | Issue #25233: Rewrite the guts of Queue to be more understandable and correct. | Guido van Rossum | 2015-09-28 | 1 | -7/+48 |
|
|
* | Issue #23630: Fix test_asyncio on Windows | Victor Stinner | 2015-09-21 | 1 | -0/+1 |
|
|
* | Issue #25114: Fix test_asyncio | Victor Stinner | 2015-09-21 | 1 | -3/+2 |
|
|
* | Issue #23630, asyncio: host parameter of loop.create_server() can now be a | Victor Stinner | 2015-09-21 | 1 | -0/+33 |
|
|
* | Issue #25114, asyncio: add ssl_object extra info to SSL transports | Victor Stinner | 2015-09-21 | 1 | -12/+63 |
|
|
* | Issue #24867: Fix Task.get_stack() for 'async def' coroutines | Yury Selivanov | 2015-08-14 | 1 | -0/+32 |
|
|
* | Issue #24763: Fix asyncio test on Windows (fix reverted change) | Yury Selivanov | 2015-08-09 | 1 | -1/+5 |
|
|
* | Issue #23812: Fix getter-cancellation with many pending getters code path | Yury Selivanov | 2015-08-06 | 1 | -1/+36 |
|
|
* | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. | Yury Selivanov | 2015-08-05 | 1 | -1/+60 |
|
|
* | asyncio: Sync with upstream (compat module) | Yury Selivanov | 2015-08-04 | 1 | -5/+1 |
|
|
* | Issue #24763: Fix asyncio test on Windows | Victor Stinner | 2015-07-31 | 1 | -1/+5 |
|
|
* | Fix ResourceWarning in asyncio.BaseSubprocessTransport | Victor Stinner | 2015-07-31 | 1 | -0/+15 |
|
|
* | asyncio: sync with github | Victor Stinner | 2015-07-25 | 1 | -16/+12 |
|
|
* | asyncio: sync with github asyncio | Victor Stinner | 2015-07-09 | 4 | -7/+9 |
|
|
* | Issue #24400: Fix CoroWrapper for 'async def' coroutines | Yury Selivanov | 2015-06-24 | 1 | -1/+2 |
|
|
* | asyncio: Support PEP 492. Issue #24017. | Yury Selivanov | 2015-05-12 | 2 | -3/+4 |
|
|
* | asyncio: async() function is deprecated in favour of ensure_future(). | Yury Selivanov | 2015-05-11 | 3 | -25/+31 |
|
|
* | Sync asyncio changes from the main repo. | Yury Selivanov | 2015-05-11 | 2 | -4/+50 |
|
|
* | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho... | Guido van Rossum | 2015-05-03 | 1 | -21/+44 |
|
|
* | Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. | Guido van Rossum | 2015-04-20 | 1 | -5/+19 |
|
|
* | asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed | Victor Stinner | 2015-03-27 | 1 | -0/+5 |
|
|
* | asyncio: Fix warning in test_close_kill_running() | Victor Stinner | 2015-02-17 | 1 | -0/+1 |
|
|
* | Issue #23475, asyncio: Fix test_close_kill_running() | Victor Stinner | 2015-02-17 | 1 | -2/+10 |
|
|
* | asyncio, Tulip issue 220: Merge JoinableQueue with Queue. | Victor Stinner | 2015-02-17 | 1 | -5/+5 |
|
|
* | Use os.devnull instead of hardcoded '/dev/null'. | Serhiy Storchaka | 2015-02-15 | 1 | -3/+3 |
|
|
* | asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it | Victor Stinner | 2015-02-10 | 1 | -0/+55 |
|
|
* | asyncio: Only call _check_resolved_address() in debug mode | Victor Stinner | 2015-02-04 | 1 | -0/+4 |
|
|
* | Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the | Victor Stinner | 2015-01-30 | 1 | -16/+0 |
|
|
* | asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() | Victor Stinner | 2015-01-29 | 1 | -0/+2 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 2 | -17/+83 |
|
|
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 | 2 | -5/+8 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 2 | -31/+35 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 1 | -1/+14 |
|
|
* | asyncio: Fix _SelectorSocketTransport constructor | Victor Stinner | 2015-01-28 | 1 | -5/+11 |
|
|
* | asyncio: Fix SSLProtocol.eof_received() | Victor Stinner | 2015-01-28 | 1 | -11/+29 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-27 | 1 | -0/+5 |
|
|
* | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine | Victor Stinner | 2015-01-26 | 1 | -0/+13 |
|
|
* | asyncio: pyflakes, remove unused import | Victor Stinner | 2015-01-21 | 1 | -9/+1 |
|
|
* | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 | 1 | -2/+3 |
|
|
* | Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess | Victor Stinner | 2015-01-15 | 1 | -2/+12 |
|
|
* | Closes #23219: cancelling asyncio.wait_for() now cancels the task | Victor Stinner | 2015-01-15 | 1 | -0/+27 |
|
|
* | asyncio: Close transports in tests | Victor Stinner | 2015-01-15 | 4 | -3/+15 |
|
|