summaryrefslogtreecommitdiff
path: root/asyncio/futures.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue #23209: Break some reference cycles in asyncio. Patch written byVictor Stinner2015-01-091-1/+1
* Remove outdated TODO/XXXVictor Stinner2015-01-091-2/+0
* Removed duplicated words in in comments and docs. Patch written by SerhiyVictor Stinner2014-12-041-1/+1
* Initialize more Future and Task attributes in the class definition to avoidVictor Stinner2014-12-041-2/+1
* Fix formatting of the "Future exception was never retrieved"Victor Stinner2014-11-201-3/+4
* Enhance representation of Future and Future subclassesVictor Stinner2014-07-291-10/+16
* Python issue 21447, 21886: Fix a race condition when setting the result of aVictor Stinner2014-07-051-0/+6
* Tulip issue #137: In debug mode, save traceback where Future, Task and HandleVictor Stinner2014-06-271-10/+19
* Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-16/+32
* Log an error if a Task is destroyed while it is still pending, but only onVictor Stinner2014-06-241-0/+3
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-1/+0
* Add new event loop exception handling API (closes issue #80).Yury Selivanov2014-02-181-7/+15
* Future.set_exception(exc) now instanciate exc if it is a classVictor Stinner2014-01-301-0/+2
* Performance improvement to CPython issue 19967 (Victor Stinner again).Guido van Rossum2013-12-201-11/+14
* Victor Stinner (CPython issue 19967): Future can have __del__ thanks to PEP 442.Guido van Rossum2013-12-191-7/+23
* Pass cancellation from wrapping Future to wrapped Future. Fixes issue 88. By ...Guido van Rossum2013-11-221-3/+8
* MergeGuido van Rossum2013-10-171-3/+3
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+338