aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_streams.py
Commit message (Expand)AuthorAge
* Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-19
* Fix StreamReader.__repr__Andrew Svetlov2015-09-29
* asyncio: sync with githubVictor Stinner2015-07-25
* asyncio: sync with github asyncioVictor Stinner2015-07-09
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-21
* asyncio: sync with TulipVictor Stinner2015-01-09
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-09
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-18
* Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum2014-05-13
* asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...Guido van Rossum2014-05-12
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-26
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-26
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-18
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-18
* asyncio.streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-06
* asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_dataYury Selivanov2014-02-05
* asyncio: Fix misc whitespace issues.Guido van Rossum2014-01-30
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* asyncio: Add streams.start_server(), by Gustavo Carneiro.Guido van Rossum2013-11-19
* Write flow control for asyncio (includes asyncio.streams overhaul).Guido van Rossum2013-10-18
* Make asyncio tests run on Windows.Guido van Rossum2013-10-17
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17