summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_buffered_proto.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)Yury Selivanov2019-09-301-4/+3
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-271-3/+4
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-021-1/+1
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+4
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-281-1/+1
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-281-0/+85