Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support of Python 2.6 and 3.2 | Victor Stinner | 2016-02-05 | 1 | -1/+1 |
* | Use the six module | Victor Stinner | 2015-07-13 | 1 | -0/+7 |
* | Enable warnings to see ResourceWarning on Python 3 | Victor Stinner | 2015-07-11 | 1 | -5/+5 |
* | Test without ssl or without concurrent | Victor Stinner | 2015-07-11 | 1 | -2/+27 |
* | fix 2.6 compat | Victor Stinner | 2015-07-11 | 1 | -1/+1 |
* | tox.ini: fix py2_release | Victor Stinner | 2015-07-09 | 1 | -1/+3 |
* | Python 2.7 fixes | Victor Stinner | 2015-07-09 | 1 | -1/+9 |
* | Fix Python 3.4 issues | Victor Stinner | 2015-07-09 | 1 | -1/+8 |
* | copy files from trollius | Victor Stinner | 2015-07-08 | 1 | -8/+36 |
* | tox.ini: enable ResourceWarning warnings | Victor Stinner | 2015-01-30 | 1 | -2/+2 |
* | Python issue #23208: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -0/+21 |