summaryrefslogtreecommitdiff
path: root/tests/test_streams.py
Commit message (Expand)AuthorAgeFilesLines
* 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