summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* let error propagate if it occurs on first iterationosx-mem-maps-segfaultGiampaolo Rodola2019-02-261-8/+11
|
* add error handling; avoid to increment address on submapGiampaolo Rodola2019-02-261-21/+19
|
* change var nameGiampaolo Rodola2019-02-261-4/+4
|
* #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 ↵Giampaolo Rodola2019-02-252-4/+4
| | | | avoid segfault
* 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 ↵Giampaolo Rodola2019-02-253-4/+5
| | | | | | | | support WoW64 processes
* | 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 ↵Giampaolo Rodola2019-02-242-6/+6
| | | | ERROR_INVALID_HANDLE on terminate()
* 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 ↵Giampaolo Rodola2019-02-211-10/+9
| | | | | | | | UNICODE version instead
| * 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 ↵Giampaolo Rodola2019-02-242-2/+4
|/ | | | OSError on failed malloc().
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-2110-631/+581
| | | Windows / speeup: dynamically load libraries on startup and never again.
* 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 ↵Giampaolo Rodola2019-02-192-1/+6
| | | | of error
* fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW processGiampaolo Rodola2019-02-193-67/+19
|
* merge from masterGiampaolo Rodola2019-02-196-210/+119
|\
| * Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ↵Giampaolo Rodola2019-02-196-213/+121
| | | | | | | | | | (#1417) Windows / refactoring: add utility functions for LoadLibraryA and GetProcAddress. Centralize logic in one place.
* | fix compilation warnings on winGiampaolo Rodola2019-02-192-3/+2
|/
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413)Giampaolo Rodola2019-02-174-12/+63
| | | #1394 / win / exe: use QueryFullProcessImageNameW to get the exe()
* force appveyor runrelease-5.5.1Giampaolo Rodola2019-02-151-1/+1
|
* pre-releaseGiampaolo Rodola2019-02-151-1/+1
|
* pre-releaseGiampaolo Rodola2019-02-153-2/+5
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-153-3/+6
|\
| * give CREDITS to @wiggin15 for #1408Giampaolo Rodola2019-02-142-1/+3
| |
| * Fix #1408: add missing header that defines m_len on AIX 64-bit mode (#1409)wiggin152019-02-141-2/+3
| |