| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28634: Fix asyncio.isfuture() to support mocks | Yury Selivanov | 2016-11-07 | 1 | -2/+3 |
* | Merge asyncio upstream. | Guido van Rossum | 2016-09-09 | 1 | -6/+18 |
* | Rename Future._blocking to _asyncio_future_blocking. | Guido van Rossum | 2016-09-09 | 1 | -2/+10 |
* | Issue #27041: asyncio: Add loop.create_future method | Yury Selivanov | 2016-05-16 | 1 | -1/+3 |
* | asyncio: Prevent StopIteration from being thrown into a Future | Yury Selivanov | 2016-03-02 | 1 | -0/+3 |
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
* | asyncio: Cleanup Future API | Yury Selivanov | 2015-11-17 | 1 | -30/+30 |
* | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. | Guido van Rossum | 2015-10-03 | 1 | -16/+58 |
* | asyncio: Add asyncio.compat module | Victor Stinner | 2015-07-25 | 1 | -6/+4 |
* | asyncio: Support PEP 492. Issue #24017. | Yury Selivanov | 2015-05-11 | 1 | -0/+4 |
* | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho... | Guido van Rossum | 2015-05-02 | 1 | -1/+1 |
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 | 1 | -3/+3 |
* | Issue #23209: Break some reference cycles in asyncio. Patch written by Martin | Victor Stinner | 2015-01-09 | 1 | -1/+1 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 | 1 | -2/+0 |
* | asyncio: Initialize more Future and Task attributes in the class definition to | Victor Stinner | 2014-12-04 | 1 | -2/+1 |
* | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
* | asyncio: Fix formatting of the "Future exception was never retrieved" in | Victor Stinner | 2014-11-20 | 1 | -3/+4 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-29 | 1 | -10/+16 |
* | Closes #21886, #21447: Fix a race condition in asyncio when setting the result | Victor Stinner | 2014-07-05 | 1 | -0/+6 |
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 1 | -10/+19 |
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -16/+32 |
* | asyncio: Log an error if a Task is destroyed while it is still pending | Victor Stinner | 2014-06-24 | 1 | -0/+3 |
* | asyncio: remove unused imports and unused variables noticed by pyflakes | Victor Stinner | 2014-02-20 | 1 | -1/+0 |
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -7/+15 |
* | asyncio: Future.set_exception(exc) should instantiate exc if it is a class. | Victor Stinner | 2014-01-30 | 1 | -0/+2 |
* | Issue #19967: Defer the formating of the traceback in asyncio.Future destructor | Victor Stinner | 2013-12-21 | 1 | -11/+14 |
* | asyncio: Clean up formatting. | Guido van Rossum | 2013-12-19 | 1 | -3/+1 |
* | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 1 | -7/+25 |
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Sa?l Ib... | Guido van Rossum | 2013-11-22 | 1 | -3/+8 |
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -3/+3 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+338 |