summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_winapi.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-120417: Remove unused imports in tests (part 4) (#120632)Victor Stinner2024-06-171-3/+0
|
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Steve Dower2024-05-291-1/+33
|
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv ↵Steve Dower2024-04-151-0/+35
| | | | to reduce warnings (GH-117817)
* gh-89240: Enable multiprocessing on Windows to use large process pools ↵Steve Dower2024-02-131-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.