summaryrefslogtreecommitdiffstats
path: root/PC/_wmimodule.cpp
Commit message (Expand)AuthorAgeFilesLines
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-071-3/+9
* gh-112278: Improve error handling in wmi module and tests (GH-117818)Steve Dower2024-04-151-19/+26
* gh-112278: In _wmi, treat initialization timeout separately from connection t...AN Long2023-12-081-12/+34
* gh-112278: Disable WMI queries on Windows after they time out (GH-112658)AN Long2023-12-071-2/+23
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+5
* gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...C.A.M. Gerlach2023-01-091-3/+3
* gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)Steve Dower2022-09-081-0/+6
* gh-96665: Fixes build break on older MSVC versions due to C++20 features in a...Steve Dower2022-09-071-0/+10
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-071-0/+307