summaryrefslogtreecommitdiff
path: root/tests/test_events.py
Commit message (Expand)AuthorAgeFilesLines
* Use the six moduleVictor Stinner2015-07-131-1/+2
* Fix sslproto when ssl is not availableVictor Stinner2015-07-131-2/+7
* Fix Python 3.2 compatVictor Stinner2015-07-111-3/+5
* fix test_events on python 3.4.0 and 3.4.1Victor Stinner2015-07-091-2/+0
* get unittest from trollius.test_utilsVictor Stinner2015-07-091-36/+36
* Fixes for Python 2.6Victor Stinner2015-07-091-12/+13
* Python 2.7 fixesVictor Stinner2015-07-091-1/+2
* Port asyncio to Python 2, tests/ directoryVictor Stinner2015-07-071-142/+183
* Replace asyncio with trollius in code and configVictor Stinner2015-07-061-8/+8
* Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-0/+4
* Python issue #23347: Refactor creation of subprocess transportsVictor Stinner2015-01-291-17/+18
* Fix BaseSelectorEventLoop._accept_connection()Victor Stinner2015-01-291-13/+24
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+2369