summaryrefslogtreecommitdiff
path: root/asyncio/coroutines.py
Commit message (Expand)AuthorAgeFilesLines
* Truncate to 80 columnsVictor Stinner2015-01-091-4/+8
* Improve CoroWrapper: copy also the qualified name on Python 3.4, not only onVictor Stinner2014-07-111-7/+2
* CoroWrapper.__del__() now reuses repr(CoroWrapper) to log the "... was neverVictor Stinner2014-07-111-2/+1
* repr(Task) and repr(CoroWrapper) now also includes where these objects wereVictor Stinner2014-07-101-6/+18
* cleanup iscoroutine()Victor Stinner2014-07-071-2/+2
* Better repr(CoroWrapper); add unit test for repr(CoroWrapper): ensure that th...Victor Stinner2014-07-031-1/+1
* Add repr(CoroWrapper)Victor Stinner2014-07-031-0/+6
* More reliable CoroWrapper.__del__Victor Stinner2014-07-031-6/+8
* CoroWrapper: check at runtime if Python has the yield-from bug #21209Victor Stinner2014-06-301-7/+45
* Simplify/optimize iscoroutine()Victor Stinner2014-06-301-1/+4
* Move coroutine code in the new module asyncio.coroutinesVictor Stinner2014-06-291-0/+140