| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Task.get_stask() for 'async def' coroutineslistmaster | Yury Selivanov | 2015-08-14 | 1 | -1/+5 |
| * | Revert "tasks: Fix code style" | Yury Selivanov | 2015-08-02 | 1 | -2/+3 |
| * | tasks: Fix code style | Yury Selivanov | 2015-08-02 | 1 | -3/+2 |
| * | remove unused imports | Victor Stinner | 2015-07-19 | 1 | -2/+0 |
| * | Add asyncio.compat module | Victor Stinner | 2015-07-09 | 1 | -3/+2 |
| * | tasks: Drop useless code. | Yury Selivanov | 2015-05-28 | 1 | -7/+2 |
| * | Support PEP 492 native coroutines. | Yury Selivanov | 2015-05-11 | 1 | -2/+6 |
| * | Use DeprecationWarning for async() | Yury Selivanov | 2015-05-11 | 1 | -1/+1 |
| * | Deprecate async() function in favour of ensure_future() | Yury Selivanov | 2015-05-11 | 1 | -6/+21 |
| * | Cleanup gather(): use cancelled() method instead of using private Future | Victor Stinner | 2015-01-29 | 1 | -1/+1 |
| * | Python issue #23208: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -0/+667 |
