summaryrefslogtreecommitdiff
path: root/tests/test_streams.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused function; inline another functionVictor Stinner2015-01-161-9/+1
* Tulip issue #184: FlowControlMixin constructor now get the event loop if theVictor Stinner2015-01-091-0/+19
* Truncate to 80 columnsVictor Stinner2015-01-091-2/+4
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-2/+3
* Fix test failures by not cleaning up watcher in test for issue #168.Guido van Rossum2014-05-131-6/+9
* Fix issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffe...Guido van Rossum2014-05-121-0/+36
* Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+0
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* Fix spelling & typosYury Selivanov2014-02-181-1/+1
* Add support for UNIX Domain Sockets. Closes issue #81.Yury Selivanov2014-02-181-39/+156
* streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-061-0/+15
* streams.StreamReader: Use bytearray instead of deque of bytes for internal bu...Yury Selivanov2014-02-041-27/+52
* Normalize whitespace (use "make pep8" to verify).Guido van Rossum2014-01-301-2/+2
* Issue #111: StreamReader.readexactly() now raises an IncompleteReadError if theVictor Stinner2014-01-241-2/+6
* Unit tests use the main asyncio module instead of submodules like eventsVictor Stinner2014-01-241-56/+54
* Add streams.start_server(), by Gustavo Carneiro.Guido van Rossum2013-11-191-0/+66
* Bulk mergeGuido van Rossum2013-10-181-21/+21
* MergeGuido van Rossum2013-10-171-1/+4
* MergeGuido van Rossum2013-10-161-1/+2
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+360