summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
...
* fix #1006 / linux / cpu_freq(): do not define the function if not available i...Giampaolo Rodola2017-04-061-1/+1
* fix #1004 / linux / Process.io_counters(): fix possible ValueErrorGiampaolo Rodola2017-04-051-2/+7
* fix #981: [Linux] cpu_freq() may return an empty list.Giampaolo Rodola2017-03-241-7/+13
* #996: [Linux] sensors_temperatures() may not show all temperatures.Giampaolo Rodola2017-03-231-5/+5
* fix #986: [Linux] Process.cwd() may raise NoSuchProcess instead of ZombieProc...Giampaolo Rodola2017-03-041-1/+10
* cosmetic changesGiampaolo Rodola2017-02-141-11/+3
* #976 / Linux / Process.io_counters(): return also read_chars and write_chars ...Giampaolo Rodola2017-02-141-14/+22
* #974 sensors_fans(): add example script, return dict and named tuple instead ...Giampaolo Rodola2017-02-131-2/+2
* Add new sensors_fans methodnicolargo2017-02-111-0/+29
* fix various failures occurring on CentOSGiampaolo Rodola2017-02-061-5/+2
* battery: handle the case where AC0/online is AC/onlineGiampaolo Rodola2017-02-051-5/+6
* fix linux test failuresGiampaolo Rodola2017-02-051-0/+2
* #971 / sensors_temperatures(): try to be nice to CentOS which has a different...Giampaolo Rodola2017-02-051-4/+7
* add docstringsGiampaolo Rodola2017-02-031-8/+24
* fix TypeError and failing test on CentOSroot2017-02-031-2/+2
* #966: sensors_battery().power_plugged may erroneously return None on Python 3Giampaolo Rodola2017-02-031-1/+1
* fix #970 [Linux] sensors_battery()'s name and label fields on Python 3 are bytesGiampaolo Rodola2017-02-031-2/+3
* fix #968 / Linux: disk_io_counters() is broken on python 3Giampaolo Rodola2017-02-031-1/+1
* be more cautious when converting to int()Giampaolo Rodola2017-02-031-1/+1
* #966: add more sensors_battery() linux specific teststGiampaolo Rodola2017-02-031-1/+1
* #966: sensors_battery().power_plugged may lie if AC0/online is not there; fal...Giampaolo Rodola2017-02-021-3/+20
* #966: catch IOError: [Errno 19] No such deviceGiampaolo Rodola2017-02-021-6/+4
* #966: sensors_battery() fails with no such file errorGiampaolo Rodola2017-02-021-4/+44
* fix #965: disk_io_counters() may miscalculate sector size and report the wron...Giampaolo Rodola2017-02-021-7/+5
* make sensors_temperatures() always available and return {} if appropriate; al...Giampaolo Rodola2017-02-011-35/+34
* merge from masterGiampaolo Rodola2017-02-011-0/+38
|\
| * merge from master371-temperaturesGiampaolo Rodola2017-02-011-3/+18
| |\
| * | change variable nameGiampaolo Rodola2017-01-241-2/+2
| * | move function upGiampaolo Rodola2017-01-241-32/+37
| * | #371 add sensors.py example scriptGiampaolo Rodola2017-01-241-4/+5
| * | refactoringGiampaolo Rodola2017-01-241-16/+4
| * | #371: update docGiampaolo Rodola2017-01-241-3/+3
| * | #371: temperatures: change returned data type from list to dictGiampaolo Rodola2017-01-241-6/+9
| * | rename functionGiampaolo Rodola2017-01-241-1/+1
| * | make temperatures() available only if /sys/class/hwmon existsGiampaolo Rodola2017-01-241-46/+42
| * | merge from masterGiampaolo Rodola2017-01-241-0/+39
| |\ \
| * \ \ Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-181-2/+26
| |\ \ \
| * | | | #371: implement hardware temperatures on LinuxGiampaolo Rodola2016-11-251-0/+52
* | | | | Merge branch 'master' into 955-battery-sensorsGiampaolo Rodola2017-02-011-3/+18
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fix py3 type issueGiampaolo Rodola2017-01-301-3/+3
| * | | | #956: cpu_affinity([]) can now be used as an alias to set affinity against al...Giampaolo Rodola2017-01-301-3/+18
* | | | | small refactoringGiampaolo Rodola2017-01-271-1/+2
* | | | | #955: add power_plugged infoGiampaolo Rodola2017-01-271-10/+17
* | | | | update docGiampaolo Rodola2017-01-261-1/+4
* | | | | #955: sensors_battery() / linux: implement secsleftGiampaolo Rodola2017-01-261-6/+4
* | | | | #955: sensors_batter() win implGiampaolo Rodola2017-01-261-1/+1
* | | | | #955: sensors_batter() linux implGiampaolo Rodola2017-01-261-0/+19
|/ / / /
* | | | small refactoringGiampaolo Rodola2017-01-241-4/+5
| |_|/ |/| |
* | | merge from masterGiampaolo Rodola2017-01-231-2/+61
|\ \ \
| * \ \ Merge branch 'master' into 941-cpu-freqGiampaolo Rodola2017-01-101-2/+26
| |\ \ \ | | | |/ | | |/|