summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre releaserelease-5.4.8Giampaolo Rodola2018-10-303-3/+8
* sensors_temperatures() / linux: convert defaultdict to dictGiampaolo Rodola2018-10-203-2/+4
* fix #1004: Process.io_counters() may raise ValueErrorGiampaolo Rodola2018-10-193-10/+25
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-196-10/+30
* 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-164-2/+58
* fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calc...Giampaolo Rodola2018-10-164-11/+14
* travis / osx: set py 3.6Giampaolo Rodola2018-10-162-5/+5
* travis: disable pypy; se py 3.7 on osxGiampaolo Rodola2018-10-131-3/+3
* 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-122-3/+1
* fix different travis failuresGiampaolo Rodola2018-10-127-13/+16
* give CREDITS for #1320 to @truthbkGiampaolo Rodola2018-10-112-0/+8
* [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-113-3/+4
* Fix https://github.com/giampaolo/psutil/issues/1346 (#1347)alxchk2018-10-111-1/+4
* #1284, #1345 - give credits to @amanuskGiampaolo Rodola2018-10-012-1/+7
* 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
* | catch UnicodeEncodeError on print()Giampaolo Rodola2018-09-281-1/+8
* | use memory tolerance in occasionally failing testGiampaolo Rodola2018-09-283-5/+5
|/
* Fix random 0xC0000001 errors when querying for Connections (#1335)sylvainduchesne2018-09-263-10/+10
* Correct capitalization of PyPI (#1337)Jon Dufresne2018-09-266-8/+8
* #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
* fix #1343: document Process.as_dict() attrs valuesGiampaolo Rodola2018-09-261-5/+8
* #1332 - update HISTORYGiampaolo Rodola2018-08-292-0/+14
* make psutil_debug() aware of PSUTIL_DEBUG (#1332)yanok2018-08-291-5/+7
* also include PYPY (or try to :P)Giampaolo Rodola2018-08-242-4/+7
* travis: add python 3.7 buildGiampaolo Rodola2018-08-241-0/+3
* add download badgeGiampaolo Rodola2018-08-243-3/+7
* remove failing test assertionsGiampaolo Rodola2018-08-151-8/+2
* remove failing testGiampaolo Rodola2018-08-151-3/+0
* make test more robustGiampaolo Rodola2018-08-153-7/+8
* pre releaserelease-5.4.7Giampaolo Rodola2018-08-141-0/+4
* pre releaseGiampaolo Rodola2018-08-141-1/+1
* set version to 5.4.7Giampaolo Rodola2018-08-144-7/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-08-148-529/+2
|\
| * OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-148-529/+3
* | setup.py: add py 3.7Giampaolo Rodola2018-08-131-0/+1
|/
* fix #1323: [Linux] sensors_temperatures() may fail with ValueErrorGiampaolo Rodola2018-08-132-5/+14
* fix failing linux testsGiampaolo Rodola2018-08-132-15/+6
* #1321 add unit testsGiampaolo Rodola2018-08-131-0/+20
* #1321: refactoringGiampaolo Rodola2018-08-134-40/+60
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-08-131-2/+17
|\
| * make disk_io_counters more robust (#1324)Lawrence Ye2018-08-131-2/+17
* | fix typoGiampaolo Rodola2018-08-121-1/+1
|/
* Fix DeprecationWarning: invalid escape sequence (#1318)Mickaƫl Schoentgen2018-08-081-2/+2