summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_streams.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+1
* Use raw string for regexpGuido van Rossum2016-09-091-1/+1
* Issue #26050: Add asyncio.StreamReader.readuntil() method.Yury Selivanov2016-01-111-1/+127
* asyncio/tests: Fix some ResourceWarningsYury Selivanov2015-12-161-6/+7
* asyncio/tests: Fix deprecation warningYury Selivanov2015-12-161-1/+1
* asyncio: Sync with githubYury Selivanov2015-12-111-2/+2
* Fix whitespace.Guido van Rossum2015-10-191-1/+1
* Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-191-0/+43
* Fix StreamReader.__repr__Andrew Svetlov2015-09-291-0/+42
* asyncio: sync with githubVictor Stinner2015-07-251-16/+12
* asyncio: sync with github asyncioVictor Stinner2015-07-091-3/+3
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-211-9/+1
* asyncio: sync with TulipVictor Stinner2015-01-091-0/+19
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-2/+4
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-2/+3
* Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum2014-05-131-6/+9
* asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...Guido van Rossum2014-05-121-0/+36
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+0
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-181-1/+1
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-39/+156
* asyncio.streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-061-0/+15
* asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_dataYury Selivanov2014-02-051-27/+52
* asyncio: Fix misc whitespace issues.Guido van Rossum2014-01-301-2/+2
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-58/+60
* asyncio: Add streams.start_server(), by Gustavo Carneiro.Guido van Rossum2013-11-191-0/+66
* Write flow control for asyncio (includes asyncio.streams overhaul).Guido van Rossum2013-10-181-21/+21
* Make asyncio tests run on Windows.Guido van Rossum2013-10-171-1/+4
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+361