Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get unittest from trollius.test_utils | Victor Stinner | 2015-07-09 | 1 | -3/+3 |
* | Fixes for Python 2.6 | Victor Stinner | 2015-07-09 | 1 | -1/+1 |
* | Python 2.7 fixes | Victor Stinner | 2015-07-09 | 1 | -0/+1 |
* | Port asyncio to Python 2, tests/ directory | Victor Stinner | 2015-07-07 | 1 | -1/+1 |
* | Replace asyncio with trollius in code and config | Victor Stinner | 2015-07-06 | 1 | -4/+4 |
* | Python issue #23243: test_sslproto: Close explicitly transports | Victor Stinner | 2015-01-29 | 1 | -4/+3 |
* | Fix SSLProtocol.eof_received() | Victor Stinner | 2015-01-28 | 1 | -11/+29 |
* | test_sslproto: skip test if ssl module is missing | Victor Stinner | 2015-01-27 | 1 | -0/+5 |
* | Python issue #23208: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -0/+49 |