summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_sock_lowlevel.py
Commit message (Expand)AuthorAgeFilesLines
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+1
* bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)Alex Grönholm2022-03-131-1/+74
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...Andrew Svetlov2022-02-101-0/+4
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-221-1/+4
* bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)Serhiy Storchaka2021-12-201-5/+9
* bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)Alex Grönholm2020-07-231-0/+19
* bpo-30064: Fix slow asyncio sock test (GH-20868)Fantix King2020-06-141-14/+20
* bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)Fantix King2020-05-281-20/+26
* bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)Victor Stinner2020-05-281-0/+4
* bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)Fantix King2020-05-271-0/+131
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-1/+2
* 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