summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix DeprecationWarning: invalid escape sequence (#1318)Mickaƫl Schoentgen2018-08-081-2/+2
* remove old testGiampaolo Rodola2018-08-011-19/+0
* update is_storage_device() docstringGiampaolo Rodola2018-08-011-4/+4
* fix #1305 / disk_io_counters() / Linux: assume SECTOR_SIZE is a fixed 512Giampaolo Rodola2018-08-011-17/+16
* #1313 remove test which no longer makes senseGiampaolo Rodola2018-07-291-6/+0
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-293-61/+109
* disambiguate TESTFN for parallel testingGiampaolo Rodola2018-07-271-2/+19
* fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)Giampaolo Rodola2018-07-253-6/+14
* retain GIL when querying connections table (#1306)sylvainduchesne2018-07-241-4/+0
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-164-16/+44
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-2910-27/+27
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-2621-115/+119
* try to fix occasional children() failure on Win: https://ci.appveyor.com/proj...Giampaolo Rodola2018-06-271-0/+1
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-263-36/+26
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-267-5/+534
|\
| * Osx temps (#1284)Alex Manuskin2018-06-267-5/+534
* | little refactoringGiampaolo Rodola2018-06-261-1/+1
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-151-2/+4
|\
| * Add seconds to thread run times on MacOS. (#1292)Nikhil Marathe2018-06-151-2/+4
* | OSX / pids(): append() pid 0 in pos 0Giampaolo Rodola2018-06-151-2/+2
|/
* OSX - wrapper around task_for_pid() (#1296)Giampaolo Rodola2018-06-143-35/+69
* Fix Windows crash on proc_username(), happens when WinAPI calls fail, leading...Jean-Luc Migot2018-06-071-3/+3
* fix freebsd compilation warningGiampaolo Rodola2018-05-221-2/+0
* fix #1274 / Process.children / Linux: do not swallow AccessDeniedGiampaolo Rodola2018-05-082-10/+5
* remove outdated linux testGiampaolo Rodola2018-05-041-14/+0
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-043-4/+5
* #1268: fix setup.py's extra_requirerelease-5.4.5Giampaolo Rodola2018-04-131-1/+1