summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Make socket.error with errno EBADF get raised as OSError.Jason Madden2021-04-281-2/+2
* Test without ssl or without concurrentVictor Stinner2015-07-111-3/+16
* Merge branch 'master' into trolliusVictor Stinner2015-07-091-1/+1
|\
| * replace tulip with asyncioVictor Stinner2015-07-091-1/+1
* | Fixes for Python 2.6Victor Stinner2015-07-091-3/+3
* | Fix Python 3.4 issuesVictor Stinner2015-07-091-2/+1
* | Port remaining filesVictor Stinner2015-07-081-47/+65
|/
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+304