summaryrefslogtreecommitdiff
path: root/tests/test_streams.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with TulipVictor Stinner2014-06-181-1/+2
|\
| * Refactor tests: add a base TestCase classVictor Stinner2014-06-181-2/+3
* | Replace asyncio with trolliusVictor Stinner2014-05-201-6/+6
* | Port to Python 2.6Victor Stinner2014-05-201-1/+1
* | Merge Tulip into TrolliusVictor Stinner2014-05-201-0/+44
|\ \ | |/
| * 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
* | tests: Replace asyncio.Return with ReturnVictor Stinner2014-02-261-1/+1
* | Use "yield From(...)" syntax; set version to 0.2Victor Stinner2014-02-251-12/+11
* | Fix Python 2.6 compatibilityVictor Stinner2014-02-201-5/+5
* | Merge Tulip into TrolliusVictor Stinner2014-02-201-14/+15
|\ \ | |/ |/|
| * Merge with TulipVictor Stinner2014-02-091-29/+69
| |\
| * \ Merge with TulipVictor Stinner2014-01-271-10/+11
| |\ \
| | * | On Python 3.3+, use unittest.mock instead of mockVictor Stinner2014-01-101-1/+1
| | * | Reimplement missing unittest.TestCase methodsVictor Stinner2014-01-071-1/+1
| | * | Backport skipIf() and skipUnless() decorators of Python 2.7 unittestVictor Stinner2014-01-061-1/+1
| | * | Copy asyncio tests from previous tulip_py2 projectVictor Stinner2014-01-031-8/+9
* | | | 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