Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-120417: Remove unused imports in tests (part 4) (#120632) | Victor Stinner | 2024-06-17 | 1 | -3/+0 |
| | |||||
* | gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) | Steve Dower | 2024-05-29 | 1 | -1/+33 |
| | |||||
* | gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv ↵ | Steve Dower | 2024-04-15 | 1 | -0/+35 |
| | | | | to reduce warnings (GH-117817) | ||||
* | gh-89240: Enable multiprocessing on Windows to use large process pools ↵ | Steve Dower | 2024-02-13 | 1 | -0/+94 |
(GH-107873) We add _winapi.BatchedWaitForMultipleObjects to wait for larger numbers of handles. This is an internal module, hence undocumented, and should be used with caution. Check the docstring for info before using BatchedWaitForMultipleObjects. |