Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37279: Fix asyncio sendfile support when extra data are sent in ↵ | Andrew Svetlov | 2019-06-15 | 1 | -1/+2 |
| | | | | fallback mode. (GH-14075) | ||||
* | bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) | Victor Stinner | 2019-01-07 | 1 | -0/+4 |
| | | | | | test_asyncio/test_sendfile.py now resets the event loop policy using tearDownModule() as done in other tests, to prevent a warning when running tests on Windows. | ||||
* | Extract sendfile tests into a separate test file (#9757) | Andrew Svetlov | 2018-10-09 | 1 | -0/+550 |