summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/futures.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio: sync with TulipVictor Stinner2014-07-291-10/+16
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-051-0/+6
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-10/+19
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-16/+32
* asyncio: Log an error if a Task is destroyed while it is still pendingVictor Stinner2014-06-241-0/+3
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-1/+0
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-7/+15
* asyncio: Future.set_exception(exc) should instantiate exc if it is a class.Victor Stinner2014-01-311-0/+2
* Issue #19967: Defer the formating of the traceback in asyncio.Future destructorVictor Stinner2013-12-201-11/+14
* asyncio: Clean up formatting.Guido van Rossum2013-12-191-3/+1
* Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-191-7/+25
* asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...Guido van Rossum2013-11-221-3/+8
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-3/+3
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+338