summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix windows testGiampaolo Rodola2017-02-011-5/+5
* make sensors_temperatures() always available and return {} if appropriate; al...Giampaolo Rodola2017-02-013-39/+43
* update docGiampaolo Rodola2017-02-011-0/+2
* update IDEASGiampaolo Rodola2017-02-011-11/+3
* update README / HISTORYGiampaolo Rodola2017-02-012-55/+9
* Merge pull request #963 from giampaolo/955-battery-sensorsGiampaolo Rodola2017-02-0118-7/+447
|\
| * merge from masterGiampaolo Rodola2017-02-0112-14/+211
| |\
| | * fix memleaks testGiampaolo Rodola2017-02-012-3/+9
| |/ |/|
* | update HISTORY / READMEGiampaolo Rodola2017-02-014-3/+4
* | Merge pull request #962 from giampaolo/371-temperaturesGiampaolo Rodola2017-02-019-2/+211
|\ \
| * \ merge from master371-temperaturesGiampaolo Rodola2017-02-0114-45/+301
| |\ \
| * \ \ Merge branch '371-temperatures' of github.com:giampaolo/psutil into 371-tempe...Giampaolo Rodola2017-02-014-2/+13
| |\ \ \
| | * | | win: fix unicode decode errorGiampaolo Rodola2017-02-011-1/+1
| | * | | fix #961 / Windows / WindowsService.description(): catch ERROR_MUI_FILE_NOT_F...Giampaolo Rodola2017-02-012-0/+8
| | * | | fix windows test failureGiampaolo Rodola2017-01-311-1/+4
| * | | | change variable nameGiampaolo Rodola2017-01-241-2/+2
| * | | | move function upGiampaolo Rodola2017-01-241-32/+37
| |/ / /
| * | | modify testGiampaolo Rodola2017-01-241-3/+4
| * | | #371 add sensors.py example scriptGiampaolo Rodola2017-01-243-5/+51
| * | | refactoringGiampaolo Rodola2017-01-243-25/+19
| * | | #371: update docGiampaolo Rodola2017-01-244-12/+59
| * | | #371 add sensors.py example scriptGiampaolo Rodola2017-01-241-1/+6
| * | | #371: temperatures: change returned data type from list to dictGiampaolo Rodola2017-01-243-24/+34
| * | | Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-244-11/+61
| |\ \ \
| * | | | rename functionGiampaolo Rodola2017-01-244-28/+45
| * | | | make temperatures() available only if /sys/class/hwmon existsGiampaolo Rodola2017-01-242-47/+45
| * | | | merge from masterGiampaolo Rodola2017-01-2427-34/+587
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-1824-361/+653
| |\ \ \ \ \
| * | | | | | #371: implement hardware temperatures on LinuxGiampaolo Rodola2016-11-253-0/+87
* | | | | | | fix win service description (again)Giampaolo Rodola2017-02-011-0/+6
| |_|_|_|/ / |/| | | | |