aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_sendfile.py
Commit message (Expand)AuthorAge
* Remove trailing spaces (GH-31695)Serhiy Storchaka2022-03-05
* fixed flaky test (GH-30845)Kumar Aditya2022-01-24
* bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)Nikita Sobolev2022-01-22
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-22
* bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)Serhiy Storchaka2021-12-20
* bpo-41687: Fix sendfile implementation to work with Solaris (#22040)Jakub KulĂ­k2020-09-05
* bpo-40275: Use new test.support helper submodules in tests (GH-20824)Hai Shi2020-06-25
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...Andrew Svetlov2019-06-15
* bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)Victor Stinner2019-01-07
* Extract sendfile tests into a separate test file (#9757)Andrew Svetlov2018-10-09