summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* basic skeleton, still very far from workingwin-proc-resourcesGiampaolo Rodola2019-03-063-1/+29
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-058-18/+50
* bump up version, fix some doc issuesGiampaolo Rodola2019-03-051-1/+1
* fix ResourceWarningrelease-5.6.0Giampaolo Rodola2019-03-051-2/+2
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-036-4/+14
* update doc + change git hook locationGiampaolo Rodola2019-03-022-8/+0
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-287-100/+104
|\
| * Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-285-50/+56
| * 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
* | #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-285-20/+3
|/
* #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