summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_wmi.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-112278: Improve error handling in wmi module and tests (GH-117818)Steve Dower2024-04-151-2/+4
|
* gh-112278: Add retry in WMI tests in case of slow initialization (GH-113154)AN Long2023-12-151-7/+19
|
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-1/+0
|
* gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)Steve Dower2022-09-081-4/+12
|
* gh-89545: Updates platform module to use new internal _wmi module on Windows ↵Steve Dower2022-09-071-0/+67
to directly query OS properties (GH-96289)