summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix testnicolargo-fansensorGiampaolo Rodola2017-02-132-8/+14
* Add new sensors_fans methodnicolargo2017-02-115-1/+82
* C small refactoringGiampaolo Rodola2017-02-101-4/+3
* fix osx testGiampaolo Rodola2017-02-091-1/+2
* update docGiampaolo Rodola2017-02-081-5/+6
* fix #973: cpu_percent() may raise ZeroDivisionError.release-5.1.3Giampaolo Rodola2017-02-072-2/+7
* run appveyorGiampaolo Rodola2017-02-071-1/+1
* pre-releaseGiampaolo Rodola2017-02-072-0/+10
* disable test which occasionally files on appveyorGiampaolo Rodola2017-02-072-1/+6
* fix various failures occurring on CentOSGiampaolo Rodola2017-02-064-14/+16
* battery: handle the case where AC0/online is AC/onlineGiampaolo Rodola2017-02-051-5/+6
* fix linux test failuresGiampaolo Rodola2017-02-051-1/+3
* fix linux test failuresGiampaolo Rodola2017-02-052-0/+4
* fix linux test failuresGiampaolo Rodola2017-02-051-6/+12
* #971 / sensors_temperatures(): try to be nice to CentOS which has a different...Giampaolo Rodola2017-02-051-4/+7
* add docstringsGiampaolo Rodola2017-02-036-12/+57
* Merge branch 'master' of github.com:giampaolo/psutilrelease-5.1.2Giampaolo Rodola2017-02-033-4/+6
|\
| * revert change commit by accidentGiampaolo Rodola2017-02-031-1/+1
| * fix TypeError and failing test on CentOSroot2017-02-034-5/+7
* | pre-releaseGiampaolo Rodola2017-02-031-0/+1
|/
* #966: sensors_battery().power_plugged may erroneously return None on Python 3Giampaolo Rodola2017-02-032-1/+3
* fix #970 [Linux] sensors_battery()'s name and label fields on Python 3 are bytesGiampaolo Rodola2017-02-033-3/+15
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-02-031-5/+1
|\
| * win: small optimizationGiampaolo Rodola2017-02-031-5/+1
* | fix #968 / Linux: disk_io_counters() is broken on python 3Giampaolo Rodola2017-02-032-1/+10
|/
* update READMEGiampaolo Rodola2017-02-031-0/+4
* download_exes.py; show file sizeGiampaolo Rodola2017-02-031-2/+22
* makefile: remove upload-doc (outdated)Giampaolo Rodola2017-02-031-7/+0
* update docGiampaolo Rodola2017-02-032-46/+47
* be more cautious when converting to int()Giampaolo Rodola2017-02-033-3/+3
* pre releaserelease-5.1.1Giampaolo Rodola2017-02-032-4/+3
* #966: add more sensors_battery() linux specific teststGiampaolo Rodola2017-02-032-3/+74
* #966: sensors_battery().power_plugged may lie if AC0/online is not there; fal...Giampaolo Rodola2017-02-023-5/+24
* #966: catch IOError: [Errno 19] No such deviceGiampaolo Rodola2017-02-022-7/+6
* update HISTORYGiampaolo Rodola2017-02-021-0/+5
* #966: sensors_battery() fails with no such file errorGiampaolo Rodola2017-02-023-5/+47
* fix broken testGiampaolo Rodola2017-02-021-11/+5
* fix #965: disk_io_counters() may miscalculate sector size and report the wron...Giampaolo Rodola2017-02-022-7/+7
* fix fialing test on travisGiampaolo Rodola2017-02-021-1/+3
* adjust as_dict() testsGiampaolo Rodola2017-02-021-5/+17
* add test for as_dict()Giampaolo Rodola2017-02-021-2/+9
* refactor test runnerGiampaolo Rodola2017-02-022-12/+24
* update READMEGiampaolo Rodola2017-02-011-4/+4
* update READMEGiampaolo Rodola2017-02-011-5/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-02-012-0/+21
|\
| * fix #964: windows Process.username() / psutil.users() may return badly encode...Giampaolo Rodola2017-02-012-0/+21
* | fix test failing on travisGiampaolo Rodola2017-02-011-0/+1
|/
* update readmeGiampaolo Rodola2017-02-012-1/+2
* pre releaserelease-5.1.0Giampaolo Rodola2017-02-012-3/+4
* try to debug win failureGiampaolo Rodola2017-02-011-2/+2