summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-5/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* #1141: sensors_fans / linux: skip unreadable _input label for firstGiampaolo Rodola2017-09-281-6/+5
* 1129: have sensors_fans() on Linux skip entry on IOError (#1141)Sebastian Saip2017-09-281-1/+5
* 1129: have sensors_temperatures() on Linux skip entry on IOErrorGiampaolo Rodola2017-09-281-10/+11
* add test for parsing of /status file on LinuxGiampaolo Rodola2017-07-311-1/+1
* variables rewordingGiampaolo Rodola2017-07-181-8/+6
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-1/+1
* fix #1101: [Linux] sensors_temperatures() may raise ENODEV.Giampaolo Rodola2017-06-131-1/+2
* fix #1071: provide fallback for cpu_freq() in case main current freq file is ...Giampaolo Rodola2017-06-071-3/+12
* small refactoringGiampaolo Rodola2017-06-021-4/+6
* small refactoringGiampaolo Rodola2017-05-161-3/+3
* fix broken linkGiampaolo Rodola2017-05-121-1/+1
* check broken links: also inspect py filesGiampaolo Rodola2017-05-121-1/+2
* fix re, fix, flake 8, give CREDITS to @ygingras for #1057Giampaolo Rodola2017-05-101-2/+3
* Marked regexp patterns as raw strings and bytes to address the invalid escape...Yannick Gingras2017-05-091-9/+9
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the defaul...Giampaolo Rodola2017-05-041-7/+6
* #1039 / connections('unix') / linux: set laddr and raddr to an empty string i...Giampaolo Rodola2017-05-021-1/+4
* in psutil_users() move pid to the backAlexander Hasselhuhn2017-04-251-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* minor refactoringGiampaolo Rodola2017-04-251-1/+1
* fix #1021 / linux / open_files: open_files() may erroneously raise NoSuchProc...Giampaolo Rodola2017-04-251-6/+17
* increase test coverageGiampaolo Rodola2017-04-231-3/+3
* #1015: fix python3 failure https://travis-ci.org/giampaolo/psutil/jobs/224770921Giampaolo Rodola2017-04-221-2/+2
* fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() s...Giampaolo Rodola2017-04-221-3/+17
* fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess.Giampaolo Rodola2017-04-211-6/+13
* small refactoringGiampaolo Rodola2017-04-131-4/+6
* fix #1010 / linux: virtual_memory() may raise ValueErrorGiampaolo Rodola2017-04-101-2/+6
* fix #1009: sensors_temperatures() may raise OSError.Giampaolo Rodola2017-04-091-2/+10
* 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