summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_sock_lowlevel.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-111-2/+2
* bpo-30064: Refactor sock_* asyncio API (#10419)Andrew Svetlov2018-11-121-0/+105
* Extract tests for sock_*() functions into a separate file (GH-9761)Andrew Svetlov2018-10-081-0/+238