summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/socket_helper.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-201-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-20824)Hai Shi2020-06-251-1/+1
* bpo-40275: Fix name error in support.socket_helper (GH-19825)Victor Stinner2020-05-011-4/+6
* Add missing sys import to socket_helper.py (GH-19791)Pablo Galindo2020-04-291-0/+1
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-291-0/+89
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-0/+177