summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_protocols.py
Commit message (Expand)AuthorAgeFilesLines
* gh-134657: Remove newly added private names from asyncio.__all__ (#134665)Jelle Zijlstra2025-07-091-1/+1
* gh-71339: Use new assertion methods in `test_asyncio` (#129051)Serhiy Storchaka2025-01-201-5/+5
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-1/+1
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...Andrew Svetlov2022-02-101-0/+6
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-221-0/+4
* bpo-35394: Add empty slots to abstract asyncio protocols (#10889)Andrew Svetlov2018-12-111-0/+57