summaryrefslogtreecommitdiff
path: root/psutil/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bump versioncygwinGiampaolo Rodola2019-12-291-1/+2
* lintGiampaolo Rodola2019-12-281-0/+2
* fix #1630: can't compile source distribution on WindowsGiampaolo Rodola2019-11-261-1/+1
* update HISTORYGiampaolo Rodola2019-11-121-1/+1
* #1615, 1614: remove pyproject.tomlGiampaolo Rodola2019-11-061-1/+1
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-14/+13
* small refactoringGiampaolo Rodola2019-05-141-1/+1
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-1/+1
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-1/+1
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-1/+1
* update docGiampaolo Rodola2019-04-121-1/+1
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+11
* reuse ps.py script in psutil.test()Giampaolo Rodola2019-04-051-38/+29
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-2/+5
* fix linux testsfix-testsGiampaolo Rodola2019-04-051-1/+1
* fix #1474: fix formatting of psutil.tests() which mimicks 'ps aux' outputGiampaolo Rodola2019-04-051-10/+29
* [Win] Process IO priority constants + high priority (#1479 / #1476)Giampaolo Rodola2019-04-051-0/+4
* Big docfix (#1464)Giampaolo Rodola2019-03-141-1/+1
* test runner: show errors on KeyboardInterruptGiampaolo Rodola2019-03-131-1/+1
* bump up version, fix some doc issuesGiampaolo Rodola2019-03-051-1/+1
* update doc + change git hook locationGiampaolo Rodola2019-03-021-3/+0
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-1/+0
* #fix 1438: do not return any parent() for PID 0 + update docGiampaolo Rodola2019-02-261-24/+16
* remove assertionGiampaolo Rodola2019-02-261-4/+3
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-261-2/+2
* fix <= logicGiampaolo Rodola2019-02-261-1/+1
* #1433, #1379: fix parents() method (infinite loop)Giampaolo Rodola2019-02-261-4/+23
* #1353: make process_iter() thread-safeGiampaolo Rodola2019-02-261-5/+11
* Add Process.parents() method (#1433)Giampaolo Rodola2019-02-251-2/+13
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413)Giampaolo Rodola2019-02-171-1/+1
* pre-releaseGiampaolo Rodola2019-02-151-1/+1
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-8/+107
* fix #1111: use a lock to make Process.oneshot() thread safeGiampaolo Rodola2018-12-131-34/+40
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-8/+8
* revert 5398c48047d424af97644879fb4eaa7aad432f58; let's do it in a separate br...Giampaolo Rodola2018-12-081-36/+33
* #1111 make Process.oneshot() thread-safeGiampaolo Rodola2018-12-081-33/+36
* sort HISTORYGiampaolo Rodola2018-12-051-1/+1
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-011-1/+1
* #1350: give credits to @amanuskGiampaolo Rodola2018-11-031-1/+1
* #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c...Giampaolo Rodola2018-10-161-2/+14
* fix #715: do not print exception on import time in case cpu_times() fails.Giampaolo Rodola2018-10-121-3/+0
* make test more robustGiampaolo Rodola2018-08-151-1/+1
* set version to 5.4.7Giampaolo Rodola2018-08-141-1/+1
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-291-1/+2
* fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)Giampaolo Rodola2018-07-251-2/+4
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-1/+1
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-18/+19
* Osx temps (#1284)Alex Manuskin2018-06-261-2/+2
* fix #1274 / Process.children / Linux: do not swallow AccessDeniedGiampaolo Rodola2018-05-081-7/+3
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-041-1/+1