summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_sendfile.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...Miss Islington (bot)2022-01-251-5/+7
* bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)Miss Islington (bot)2022-01-231-0/+2
* bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)Miss Islington (bot)2022-01-221-0/+4
* [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...Ɓukasz Langa2020-09-161-0/+6
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-6/+7
* bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...Andrew Svetlov2019-06-151-1/+2
* bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)Victor Stinner2019-01-071-0/+4
* Extract sendfile tests into a separate test file (#9757)Andrew Svetlov2018-10-091-0/+550