summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* _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-272-3/+5
* 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
* refactor README a bitGiampaolo Rodola2019-02-262-30/+31
* #fix 1438: do not return any parent() for PID 0 + update docGiampaolo Rodola2019-02-264-36/+47
* remove assertionGiampaolo Rodola2019-02-262-4/+6
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-265-11/+14
* 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-262-5/+12
* fix #1414: linux test failure because of sensors_batter() exc on importGiampaolo Rodola2019-02-261-1/+4
* make README a bit more terseGiampaolo Rodola2019-02-261-23/+15
* #1379 - Windows: suspend / resume process by using native APIs (#1435)Giampaolo Rodola2019-02-257-97/+64
* #1411 / BSD / Process() init: use Py_INCREF() around process name pyobj and a...Giampaolo Rodola2019-02-252-4/+4
* refactor CREDITSGiampaolo Rodola2019-02-252-41/+55
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-256-4/+40
|\
| * Add Process.parents() method (#1433)Giampaolo Rodola2019-02-2511-29/+65
* | fix compiler warningsGiampaolo Rodola2019-02-252-2/+4
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-257-32/+49
|\ \ | |/
| * win: remove unused header filesGiampaolo Rodola2019-02-252-14/+8
| * expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-256-18/+41
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-255-13/+26
|\ \ | |/
| * fix #1426: load PAGESIZE and num of processors on startupGiampaolo Rodola2019-02-254-10/+20
| * fix #1432: use the actual system PAGESIZE when calculating USS memoryGiampaolo Rodola2019-02-252-1/+3
| * fix #1431: use GetNativeSystemInfo instead of GetSystemInfo in order to suppo...Giampaolo Rodola2019-02-253-4/+5
* | OSX small refactoringGiampaolo Rodola2019-02-251-9/+8
* | OSX move is_zombie() function in process_info.cGiampaolo Rodola2019-02-253-14/+13
|/
* Process SE DEBUG mode was not set on Windows (#1429)Giampaolo Rodola2019-02-256-173/+179
* #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-242-6/+6
* 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-242-2/+4
|/
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-2110-631/+581
* update docGiampaolo Rodola2019-02-213-29/+32
* win test: skip cd-dorm for disk_usage() (cuase device busy error)Giampaolo Rodola2019-02-201-0/+4
* fix #1420: use PyErr_SetFromWindowsErrWithFilename for disk_usage() in case o...Giampaolo Rodola2019-02-192-1/+6
* fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW processGiampaolo Rodola2019-02-193-67/+19