summaryrefslogtreecommitdiff
path: root/psutil/_pswindows.py
Commit message (Expand)AuthorAgeFilesLines
* fix typos and some other minor bugs (#2253)HEADmastercui fliter2023-05-091-1/+1
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-131-5/+11
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-1/+1
* Use system-level values for Windows virtual memory (#2077)Daniel Widdis2022-10-211-3/+3
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-1/+1
* fix some typos (#2085)cui fliter2022-03-151-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-5/+6
* add debug() prints in a couple of placesGiampaolo Rodola2021-10-141-1/+1
* [Windows] psutil.swap_memory() show swap instead of committed memory (#1927)David Knaack2021-04-081-2/+10
* rename C funGiampaolo Rodola2020-12-211-1/+1
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-3/+3
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-4/+4
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-241-2/+2
* refactoring: get rid of duplicated code; use one function to return (user, sy...Giampaolo Rodola2020-02-131-13/+15
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-5/+14
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-11/+10
* #1652: ionice(), remove code checking if we're on Win Vista+Giampaolo Rodola2020-01-071-17/+14
* fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ...Giampaolo Rodola2020-01-061-1/+1
* Win: fix segfault cause by FREE/MALLOC macrosGiampaolo Rodola2020-01-061-0/+1
* refactoring + remove dead codeGiampaolo Rodola2020-01-061-41/+29
* move send_signal() code into windows moduleGiampaolo Rodola2020-01-051-1/+11
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-021-25/+1
|\
| * Drop windows XP support (#1652)Giampaolo Rodola2020-01-011-25/+1
* | move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-7/+3
|/
* fix #875, win, cwd/environ/cmdline(): retry with incremental timeout in case ...Giampaolo Rodola2019-11-031-0/+30
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-13/+3
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+18
* [Win] Process IO priority constants + high priority (#1479 / #1476)Giampaolo Rodola2019-04-051-14/+36
* properly check OSError.winerrorwinerr-handlingGiampaolo Rodola2019-04-041-41/+42
* [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453)Giampaolo Rodola2019-03-111-0/+7
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-0/+1
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-6/+11
* #1379 - Windows: suspend / resume process by using native APIs (#1435)Giampaolo Rodola2019-02-251-2/+2
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413)Giampaolo Rodola2019-02-171-10/+33
* #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-151-1/+7
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7
* #1394 / windows / process exe(): convert errno 0 into ERROR_ACCESS_DENIED; er...Giampaolo Rodola2019-01-251-1/+3
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-3/+3
* enforce lack of support for Win XPGiampaolo Rodola2018-12-081-2/+1
* refactor hasattr() checks as global constantsGiampaolo Rodola2018-10-161-1/+2
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-1/+1
* rename function argGiampaolo Rodola2018-03-241-3/+3
* 1224 fix windows Process.wait() (#1253)Giampaolo Rodola2018-03-241-11/+36
* fix compatibility with python 2.6.x (#1216)Dan Vinakovsky2018-02-121-1/+1
* improve error msg for old windows systems #811Giampaolo Rodola2017-11-181-1/+2
* sort imports by nameGiampaolo Rodola2017-11-121-1/+1
* Move exceptions to separate file (#1174)wiggin152017-11-121-5/+3
* fix TypeErrorGiampaolo Rodola2017-08-011-2/+4
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-0/+2
* #989 / windows / boot_time(): try to return the correct C type in order to av...Giampaolo Rodola2017-06-071-1/+1