summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* fix typoc-mod-initGiampaolo Rodola2019-10-171-2/+2
* port _psutil_osxGiampaolo Rodola2019-10-171-73/+70
* port _psutil_bsdGiampaolo Rodola2019-10-171-87/+76
* port _psutil_posix.c moduleGiampaolo Rodola2019-10-172-61/+39
* check return value of PyModule_AddIntConstantGiampaolo Rodola2019-10-171-27/+28
* port _psutil_linuxGiampaolo Rodola2019-10-171-47/+22
* fix more CentOS failuresGiampaolo Rodola2019-10-102-29/+9
* fix some failing tests on CentOSGiampaolo Rodola2019-10-091-4/+3
* test_system: relax test_disk_partitions asserts on mountpoints (#1600)Riccardo Magliocchetti2019-10-081-5/+2
* #1594: set a limit for eligible CPUs combinationsGiampaolo Rodola2019-09-261-0/+2
* Fix #1563 - do not try to close invalid socket file descriptor (#1585)Athos Ribeiro2019-09-261-11/+6
* Correct loadavg constants for 5 and 15 minutes. Fixes #1552 (#1583)Ammar Askar2019-09-151-3/+3
* fix #1527: Linux process CPU iowait timeGiampaolo Rodola2019-09-073-1/+13
* fix #1546: usage percent may be rounded to 0 on Python 2.Giampaolo Rodola2019-06-281-4/+4
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-2815-218/+253
* rename class namesGiampaolo Rodola2019-06-141-7/+8
* fix FreeBSD testsGiampaolo Rodola2019-06-141-20/+24
* fix various testsGiampaolo Rodola2019-06-144-4/+15
* #1536: better detection of zombie procGiampaolo Rodola2019-06-141-3/+16
* [NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536)Giampaolo Rodola2019-06-142-5/+7
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-1411-265/+251
* fix bsd testGiampaolo Rodola2019-06-131-1/+1
* Fix #1528: [AIX] use correct definition of size of procbuf (#1533)wiggin152019-06-121-2/+2
* Revert "Add handling of missing space in meminfo output (#1517)" (#1531)Giampaolo Rodola2019-06-121-3/+2
* Add handling of missing space in meminfo output (#1517)xiaclo2019-06-121-2/+3
* Implement psutil_proc_cwd for NetBSD (#1530)Kamil Rytarowski2019-06-124-5/+38
* NetBSD fixes (#1526)Kamil Rytarowski2019-06-112-17/+13
* skip pure-python mem test on linuxGiampaolo Rodola2019-05-301-0/+1
* fix #1501: handle the case where NtQueryInformationProcess fails when dealing...Giampaolo Rodola2019-05-141-0/+8
* small refactoringGiampaolo Rodola2019-05-142-2/+2
* update CREDITS + small style fixGiampaolo Rodola2019-05-083-9/+4
* Fix some tests on AIX (#1507)wiggin152019-05-081-3/+17
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-074-2/+80
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-063-33/+87
* remove catching IOError; let the test fail and adjust it laterGiampaolo Rodola2019-04-261-11/+5
* Fix cpu freq (#1496)David Brochart2019-04-263-12/+42
* fix #1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/...Giampaolo Rodola2019-04-261-1/+1
* Revert "Fix cpu_freq (#1493)" (#1495)Giampaolo Rodola2019-04-251-7/+1
* Fix cpu_freq (#1493)David Brochart2019-04-251-1/+7
* Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-252-5/+5
* SunOS / net_if_addrs(): free() ifap struct on error (#1491)agnewee2019-04-251-0/+1
* fix #1486: add wraps() decorator around wrap_exceptionsGiampaolo Rodola2019-04-252-2/+4
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-125-36/+18
* update docGiampaolo Rodola2019-04-121-1/+1
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-119-0/+194
* Linux / CPU freq, fixes #1481Alex Manuskin2019-04-052-49/+58
* reuse ps.py script in psutil.test()Giampaolo Rodola2019-04-051-38/+29
* move get_terminal_size() in _compat.pyGiampaolo Rodola2019-04-051-1/+22
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-053-21/+27
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-051-7/+15
|\