aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/futures.py
Commit message (Expand)AuthorAge
* Merge asyncio upstream.Guido van Rossum2016-09-09
* Rename Future._blocking to _asyncio_future_blocking.Guido van Rossum2016-09-09
* Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-16
* asyncio: Prevent StopIteration from being thrown into a FutureYury Selivanov2016-03-02
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-10
* asyncio: Cleanup Future APIYury Selivanov2015-11-17
* Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-03
* asyncio: Add asyncio.compat moduleVictor Stinner2015-07-25
* asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-11
* Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-02
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-29
* Issue #23209: Break some reference cycles in asyncio. Patch written by MartinVictor Stinner2015-01-09
* asyncio: sync with TulipVictor Stinner2015-01-09
* asyncio: Initialize more Future and Task attributes in the class definition toVictor Stinner2014-12-04
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-01
* asyncio: Fix formatting of the "Future exception was never retrieved" inVictor Stinner2014-11-20
* asyncio: sync with TulipVictor Stinner2014-07-29
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-05
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-27
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-25
* asyncio: Log an error if a Task is destroyed while it is still pendingVictor Stinner2014-06-24
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-20
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-18
* asyncio: Future.set_exception(exc) should instantiate exc if it is a class.Victor Stinner2014-01-30
* Issue #19967: Defer the formating of the traceback in asyncio.Future destructorVictor Stinner2013-12-21
* asyncio: Clean up formatting.Guido van Rossum2013-12-19
* Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-19
* asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...Guido van Rossum2013-11-22
* Rename the logger to plain "logger".Guido van Rossum2013-10-17
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17