| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-16 | 1 | -2/+3 |
| * | Python issue #23243: Close explicitly transports in tests | Victor Stinner | 2015-01-15 | 1 | -39/+48 |
| * | Python issue #23243: Close explicitly event loops in tests | Victor Stinner | 2015-01-15 | 1 | -0/+4 |
| * | Python issue #22926: In debug mode, call_soon(), call_at() and call_later() | Victor Stinner | 2014-12-26 | 1 | -4/+3 |
| * | Tulip issue #202: Add unit test of pause/resume writing for proactor socket | Victor Stinner | 2014-12-11 | 1 | -0/+82 |
| * | Tulip issue 192, Python issue 21645: Rewrite signal handling | Victor Stinner | 2014-07-17 | 1 | -1/+1 |
| * | Fix ProactorEventLoop() in debug mode | Victor Stinner | 2014-07-12 | 1 | -3/+4 |
| * | Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-18 | 1 | -3/+4 |
| * | Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -39/+39 |
| * | Issue #139: Improve error messages on "fatal errors" | Victor Stinner | 2014-02-19 | 1 | -3/+9 |
| * | Add new event loop exception handling API (closes issue #80). | Yury Selivanov | 2014-02-18 | 1 | -4/+4 |
| * | Issue #126: call_soon(), call_soon_threadsafe(), call_later(), call_at() and | Victor Stinner | 2014-02-11 | 1 | -1/+1 |
| * | Remove scories of resolution/granularity | Victor Stinner | 2014-02-09 | 1 | -2/+0 |
| * | Copy a bunch of fixes by Victor for the Proactor event loop from the CPython ... | Guido van Rossum | 2014-01-31 | 1 | -0/+2 |
| * | Don't export BaseEventLoop, BaseSelectorEventLoop nor BaseProactorEventLoop | Victor Stinner | 2014-01-25 | 1 | -5/+6 |
| * | Export more symbols: BaseEventLoop, BaseProactorEventLoop, | Victor Stinner | 2014-01-25 | 1 | -6/+5 |
| * | Change proactor buffer management. | Guido van Rossum | 2013-12-02 | 1 | -7/+7 |
| * | Make various asyncio test files individually runnable. | Guido van Rossum | 2013-10-20 | 1 | -0/+4 |
| * | Merge | Guido van Rossum | 2013-10-18 | 1 | -3/+3 |
| * | Merge | Guido van Rossum | 2013-10-17 | 1 | -3/+3 |
| * | Rename tests from foo_test.py to test_foo.py, to match stdlib preference. | Guido van Rossum | 2013-10-14 | 1 | -0/+480 |