summaryrefslogtreecommitdiff
path: root/tests/test_unix_events.py
Commit message (Expand)AuthorAgeFilesLines
* get unittest from trollius.test_utilsVictor Stinner2015-07-091-5/+4
* Fixes for Python 2.6Victor Stinner2015-07-091-2/+2
* Python 2.7 fixesVictor Stinner2015-07-091-2/+3
* Fix Python 3.4 issuesVictor Stinner2015-07-091-1/+1
* Port asyncio to Python 2, tests/ directoryVictor Stinner2015-07-071-30/+41
* Replace asyncio with trollius in code and configVictor Stinner2015-07-061-25/+25
* tests: Use os.devnull instead of hardcoded '/dev/null'.Victor Stinner2015-02-171-3/+3
* Fix _UnixReadPipeTransport and _UnixWritePipeTransportVictor Stinner2015-01-291-18/+11
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+1568