summaryrefslogtreecommitdiff
path: root/psutil/_pswindows.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pypyGiampaolo Rodola2020-02-111-3/+0
|\
| * fix #1576: remove code duplicate for create_time / boot_timeGiampaolo Rodola2020-02-111-3/+0
* | NtQuerySystemInformation on on PYPY often fails with ERROR_TOO_MANY_OPEN_FILE...Giampaolo Rodola2020-02-111-2/+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
* #1098: raise TimeoutExpired also if timeout param is passedGiampaolo Rodola2017-05-301-2/+5
* fix #1098: Windows: Process.wait() may return sooner, when the PID is still a...Giampaolo Rodola2017-05-301-4/+7
* fix win C warningsGiampaolo Rodola2017-05-161-1/+1
* #1007 / boot_time() / win: consider 1 sec fluctuation between calls acceptabl...Giampaolo Rodola2017-05-081-1/+13
* fix TypeErrorGiampaolo Rodola2017-05-051-2/+2
* change var nameGiampaolo Rodola2017-05-051-14/+15
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the defaul...Giampaolo Rodola2017-05-041-5/+7
* mergeGiampaolo Rodola2017-05-041-7/+3
|\
| * fix #1051: make disk_usage() on python 3 able to deal with bytesGiampaolo Rodola2017-05-041-7/+3
* | minor refactoringGiampaolo Rodola2017-05-041-8/+5
|/
* assume that internally python 3 never deals with bytes; also update unicode n...Giampaolo Rodola2017-05-031-6/+2
* 1040: on python 2 convert all service strings from unicode to bytesGiampaolo Rodola2017-05-031-7/+7