summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* #1111 try to make Process.oneshot() thread safethread-safety-2Giampaolo Rodola2018-12-081-33/+36
* 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
* fix ionice set not working on windows x64 due to LENGTH_MISMATCH (#1368)EccoTheFlintstone2018-12-031-5/+6
* make flake8 happyGiampaolo Rodola2018-12-011-1/+1
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-014-14/+15
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-12-016-1/+81
|\
| * Add CPU frequency support for FreeBSD (#1369)Alex Manuskin2018-12-016-1/+81
* | #1359: add test case for cpu_count(logical=False) against lscpu utilityGiampaolo Rodola2018-11-081-0/+10
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-11-071-1/+3
|\
| * Fix #1354 [Linux] disk_io_counters() fails on Linux kernel 4.18+ (#1360)Koen Kooi2018-11-051-1/+3
* | disable false positive mem test on travis + osxGiampaolo Rodola2018-11-071-0/+1
* | fix PEP8 style mistakesGiampaolo Rodola2018-11-073-9/+9
|/
* #1350: give credits to @amanuskGiampaolo Rodola2018-11-031-1/+1
* FreeBSD adding temperature sensors (WIP) (#1350)Alex Manuskin2018-11-036-2/+76
* pre releaserelease-5.4.8Giampaolo Rodola2018-10-301-1/+2
* sensors_temperatures() / linux: convert defaultdict to dictGiampaolo Rodola2018-10-201-1/+1
* fix #1004: Process.io_counters() may raise ValueErrorGiampaolo Rodola2018-10-191-10/+19
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-195-10/+29
* refactor hasattr() checks as global constantsGiampaolo Rodola2018-10-163-7/+15
* #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c...Giampaolo Rodola2018-10-163-2/+56
* fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calc...Giampaolo Rodola2018-10-163-11/+12
* travis / osx: set py 3.6Giampaolo Rodola2018-10-161-4/+4
* skip test on PYPY + TravisGiampaolo Rodola2018-10-121-0/+1
* fix travisGiampaolo Rodola2018-10-122-5/+4
* fix #715: do not print exception on import time in case cpu_times() fails.Giampaolo Rodola2018-10-121-3/+0
* fix different travis failuresGiampaolo Rodola2018-10-126-12/+16
* [aix] improve compilation on AIX, better support for gcc/g++ + fix cpu metric...Jaime Fullaondo2018-10-112-4/+29
* give credits to @alxchk for #1346 (sunOS)Giampaolo Rodola2018-10-111-2/+1
* Fix https://github.com/giampaolo/psutil/issues/1346 (#1347)alxchk2018-10-111-1/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-10-012-1/+83
|\
| * Add parsing for /sys/class/thermal (#1345)Alex Manuskin2018-10-012-1/+83
* | Fix decoding error in testsGiampaolo Rodola2018-09-281-1/+2
* | use memory tolerance in occasionally failing testGiampaolo Rodola2018-09-281-1/+1
|/
* Fix random 0xC0000001 errors when querying for Connections (#1335)sylvainduchesne2018-09-261-8/+6
* #1341: move open() utilities/wrappers in _common.pyGiampaolo Rodola2018-09-263-29/+31
* Refactored ps() function in test_posix (#1341)E. M. Bray2018-09-263-51/+72
* make psutil_debug() aware of PSUTIL_DEBUG (#1332)yanok2018-08-291-5/+7
* add download badgeGiampaolo Rodola2018-08-241-2/+2
* remove failing test assertionsGiampaolo Rodola2018-08-151-8/+2
* remove failing testGiampaolo Rodola2018-08-151-3/+0
* make test more robustGiampaolo Rodola2018-08-152-6/+7
* set version to 5.4.7Giampaolo Rodola2018-08-141-1/+1
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-145-522/+2
* fix #1323: [Linux] sensors_temperatures() may fail with ValueErrorGiampaolo Rodola2018-08-131-5/+13
* fix failing linux testsGiampaolo Rodola2018-08-132-15/+6
* #1321 add unit testsGiampaolo Rodola2018-08-131-0/+20
* #1321: refactoringGiampaolo Rodola2018-08-132-40/+53
* make disk_io_counters more robust (#1324)Lawrence Ye2018-08-131-2/+17