summaryrefslogtreecommitdiff
path: root/asyncio/streams.py
Commit message (Expand)AuthorAgeFilesLines
* Backout changeset 3a06020af8cfVictor Stinner2015-01-151-21/+4
* StreamWriter: close() now clears the reference to the transportVictor Stinner2015-01-151-4/+21
* Python issue #23198: Reactor StreamReaderVictor Stinner2015-01-141-25/+22
* Tulip issue #184: FlowControlMixin constructor now get the event loop if theVictor Stinner2015-01-091-3/+7
* Add run_aiotest.pyVictor Stinner2014-12-121-0/+485