| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge Tulip into Trollius | Victor Stinner | 2015-01-21 | 1 | -27/+31 |
| |\ | |||||
| | * | Fix StreamReader._wait_for_data() | Victor Stinner | 2015-01-15 | 1 | -7/+4 |
| | * | Merge Tulip into Trollius | Victor Stinner | 2015-01-15 | 1 | -33/+40 |
| | |\ | |||||
| | | * | Merge Tulip into Trollius | Victor Stinner | 2015-01-09 | 1 | -28/+32 |
| | | |\ | |||||
| | | | * | Merge with Tulip | Victor Stinner | 2014-06-18 | 1 | -1/+2 |
| | | | |\ | |||||
| | | | * | | Replace asyncio with trollius | Victor Stinner | 2014-05-20 | 1 | -6/+6 |
| | | | * | | Port to Python 2.6 | Victor Stinner | 2014-05-20 | 1 | -1/+1 |
| | | | * | | Merge Tulip into Trollius | Victor Stinner | 2014-05-20 | 1 | -0/+44 |
| | | | |\ \ | |||||
| | | | * | | | tests: Replace asyncio.Return with Return | Victor Stinner | 2014-02-26 | 1 | -1/+1 |
| | | | * | | | Use "yield From(...)" syntax; set version to 0.2 | Victor Stinner | 2014-02-25 | 1 | -12/+11 |
| | | | * | | | Fix Python 2.6 compatibility | Victor Stinner | 2014-02-20 | 1 | -5/+5 |
| | | | * | | | Merge Tulip into Trollius | Victor Stinner | 2014-02-20 | 1 | -14/+15 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merge with Tulip | Victor Stinner | 2014-02-09 | 1 | -29/+69 |
| | | | | |\ \ \ | |||||
| | | | | * \ \ \ | Merge with Tulip | Victor Stinner | 2014-01-27 | 1 | -10/+11 |
| | | | | |\ \ \ \ | |||||
| | | | | | * | | | | On Python 3.3+, use unittest.mock instead of mock | Victor Stinner | 2014-01-10 | 1 | -1/+1 |
| | | | | | * | | | | Reimplement missing unittest.TestCase methods | Victor Stinner | 2014-01-07 | 1 | -1/+1 |
| | | | | | * | | | | Backport skipIf() and skipUnless() decorators of Python 2.7 unittest | Victor Stinner | 2014-01-06 | 1 | -1/+1 |
| | | | | | * | | | | Copy asyncio tests from previous tulip_py2 project | Victor Stinner | 2014-01-03 | 1 | -8/+9 |
| * | | | | | | | | | tests: Remove unused function; inline another function | Victor Stinner | 2015-01-16 | 1 | -9/+1 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Tulip issue #184: FlowControlMixin constructor now get the event loop if the | Victor Stinner | 2015-01-09 | 1 | -0/+19 |
| |/ / / / / / / | |||||
| * | | | | | | | Truncate to 80 columns | Victor Stinner | 2015-01-09 | 1 | -2/+4 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-18 | 1 | -2/+3 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Fix test failures by not cleaning up watcher in test for issue #168. | Guido van Rossum | 2014-05-13 | 1 | -6/+9 |
| * | | | | | Fix issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffe... | Guido van Rossum | 2014-05-12 | 1 | -0/+36 |
| * | | | | | Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 1 | -1/+0 |
| * | | | | | Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Fix spelling & typos | Yury Selivanov | 2014-02-18 | 1 | -1/+1 |
| * | | | | Add support for UNIX Domain Sockets. Closes issue #81. | Yury Selivanov | 2014-02-18 | 1 | -39/+156 |
| | |_|/ |/| | | |||||
| * | | | streams.StreamReader: Add 'at_eof()' method | Yury Selivanov | 2014-02-06 | 1 | -0/+15 |
| * | | | streams.StreamReader: Use bytearray instead of deque of bytes for internal bu... | Yury Selivanov | 2014-02-04 | 1 | -27/+52 |
| * | | | Normalize whitespace (use "make pep8" to verify). | Guido van Rossum | 2014-01-30 | 1 | -2/+2 |
| |/ / | |||||
| * | | Issue #111: StreamReader.readexactly() now raises an IncompleteReadError if the | Victor Stinner | 2014-01-24 | 1 | -2/+6 |
| * | | Unit tests use the main asyncio module instead of submodules like events | Victor Stinner | 2014-01-24 | 1 | -56/+54 |
| |/ | |||||
| * | Add streams.start_server(), by Gustavo Carneiro. | Guido van Rossum | 2013-11-19 | 1 | -0/+66 |
| * | Bulk merge | Guido van Rossum | 2013-10-18 | 1 | -21/+21 |
| * | Merge | Guido van Rossum | 2013-10-17 | 1 | -1/+4 |
| * | Merge | Guido van Rossum | 2013-10-16 | 1 | -1/+2 |
| * | Rename tests from foo_test.py to test_foo.py, to match stdlib preference. | Guido van Rossum | 2013-10-14 | 1 | -0/+360 |
