aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_buffered_proto.py
Commit message (Expand)AuthorAge
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-18
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)Yury Selivanov2019-09-29
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-27
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-02
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-01
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-28
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-28