summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* try to fix ntext.hfix-ntext.hGiampaolo Rodola2019-02-281-11/+6
* restore previous defGiampaolo Rodola2019-02-281-9/+7
* fix compiler warningGiampaolo Rodola2019-02-281-2/+2
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* take defs from PHGiampaolo Rodola2019-02-281-41/+48
* set proper SYSTEM_PROCESS_INFORMATION struct from PHGiampaolo Rodola2019-02-282-8/+10
* fix compilation warningsGiampaolo Rodola2019-02-283-9/+5
* #1398 / win / cmdline: call NtQueryInformationProcess twice, the first time t...Giampaolo Rodola2019-02-281-4/+22
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-279-182/+18
* OSX memory_maps() - add error handlingGiampaolo Rodola2019-02-271-24/+25
* _assert_alive() refactor (linux)Giampaolo Rodola2019-02-272-17/+21
* refactorGiampaolo Rodola2019-02-271-15/+10
* fix NetBSD: Process.connections() may return incomplete results if using ones...Giampaolo Rodola2019-02-271-3/+3
* add win tests related to send_signal(CTRL_C_EVENT) #1227Giampaolo Rodola2019-02-261-4/+8
* fix win testGiampaolo Rodola2019-02-261-3/+0
* fix win testsGiampaolo Rodola2019-02-261-4/+7
* fix backslash warningsGiampaolo Rodola2019-02-261-0/+3
* #fix 1438: do not return any parent() for PID 0 + update docGiampaolo Rodola2019-02-262-24/+37
* remove assertionGiampaolo Rodola2019-02-261-4/+3
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-263-9/+7
* fix <= logicGiampaolo Rodola2019-02-261-1/+1
* #1433, #1379: fix parents() method (infinite loop)Giampaolo Rodola2019-02-262-5/+24
* #1353: make process_iter() thread-safeGiampaolo Rodola2019-02-261-5/+11
* fix #1414: linux test failure because of sensors_batter() exc on importGiampaolo Rodola2019-02-261-1/+4
* #1379 - Windows: suspend / resume process by using native APIs (#1435)Giampaolo Rodola2019-02-256-97/+61
* #1411 / BSD / Process() init: use Py_INCREF() around process name pyobj and a...Giampaolo Rodola2019-02-251-4/+2
* refactor CREDITSGiampaolo Rodola2019-02-251-2/+2
* Add Process.parents() method (#1433)Giampaolo Rodola2019-02-258-28/+51
* win: remove unused header filesGiampaolo Rodola2019-02-251-13/+6
* expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-256-18/+41
* fix #1426: load PAGESIZE and num of processors on startupGiampaolo Rodola2019-02-253-10/+15
* fix #1432: use the actual system PAGESIZE when calculating USS memoryGiampaolo Rodola2019-02-251-1/+1
* fix #1431: use GetNativeSystemInfo instead of GetSystemInfo in order to suppo...Giampaolo Rodola2019-02-252-4/+2
* Process SE DEBUG mode was not set on Windows (#1429)Giampaolo Rodola2019-02-253-173/+88
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-2411-162/+239
* fix #1424: workaround for subprocess bug on Windows returnin ERROR_INVALID_HA...Giampaolo Rodola2019-02-241-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-241-240/+204
|\
| * win connections refactoringGiampaolo Rodola2019-02-241-36/+14
| * win connections refactoringGiampaolo Rodola2019-02-241-221/+207
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-249-82/+135
|\ \ | |/
| * fix compilation warningGiampaolo Rodola2019-02-241-0/+2
| * revert previous changeGiampaolo Rodola2019-02-211-2/+2
| * remove deprecated WSAAddressToStringA causing a compiler warning and use UNIC...Giampaolo Rodola2019-02-211-10/+9
| * fix windows testGiampaolo Rodola2019-02-212-3/+6
| * move custom object defs from ntextapi.h to global.hGiampaolo Rodola2019-02-212-45/+42
| * set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-215-27/+79
* | fix #1427: [OSX] Process cmdline() and environ() may erroneously raise OSErro...Giampaolo Rodola2019-02-241-2/+2
|/
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-219-631/+580