Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the six module | Victor Stinner | 2015-07-13 | 1 | -1/+2 |
* | Fix sslproto when ssl is not available | Victor Stinner | 2015-07-13 | 1 | -2/+7 |
* | Fix Python 3.2 compat | Victor Stinner | 2015-07-11 | 1 | -3/+5 |
* | fix test_events on python 3.4.0 and 3.4.1 | Victor Stinner | 2015-07-09 | 1 | -2/+0 |
* | get unittest from trollius.test_utils | Victor Stinner | 2015-07-09 | 1 | -36/+36 |
* | Fixes for Python 2.6 | Victor Stinner | 2015-07-09 | 1 | -12/+13 |
* | Python 2.7 fixes | Victor Stinner | 2015-07-09 | 1 | -1/+2 |
* | Port asyncio to Python 2, tests/ directory | Victor Stinner | 2015-07-07 | 1 | -142/+183 |
* | Replace asyncio with trollius in code and config | Victor Stinner | 2015-07-06 | 1 | -8/+8 |
* | Only call _check_resolved_address() in debug mode | Victor Stinner | 2015-02-04 | 1 | -0/+4 |
* | Python issue #23347: Refactor creation of subprocess transports | Victor Stinner | 2015-01-29 | 1 | -17/+18 |
* | Fix BaseSelectorEventLoop._accept_connection() | Victor Stinner | 2015-01-29 | 1 | -13/+24 |
* | Python issue #23208: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -0/+2369 |