summaryrefslogtreecommitdiff
path: root/asyncio/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* TestLoop.close() now calls the close() method of the parent class (BaseEventL...Victor Stinner2015-01-141-0/+1
* Python issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-0/+5
* Add run_aiotest.pyVictor Stinner2014-12-121-0/+436