summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
* expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...fbenkstein-non-unicodeGiampaolo Rodola2016-01-221-6/+13
* fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determ...Giampaolo Rodola2016-01-131-17/+28
* #717: ignore everything after the first occurrence of '\x00' instead of repla...Giampaolo Rodola2015-12-151-5/+11
* fix #717: [Linux] Process.open_files fails if deleted files still visible.Giampaolo Rodola2015-12-151-19/+20
* #715: don't crash at import time if cpu_times() fail for some reason.Giampaolo Rodola2015-12-141-1/+10
* #708: use buffering for open() only on Python 2; on Python 3 this does not ha...Giampaolo Rodola2015-12-011-2/+5
* little speedup for system connectionsGiampaolo Rodola2015-12-011-2/+3
* fix #708 [Linux]: speedup psutil.net_connections() and psutil.Process.connect...Giampaolo Rodola2015-12-011-3/+5
* linux refactoring: use a wrapper around open() for binary filesGiampaolo Rodola2015-11-291-26/+31
* #558: update cpu times ntuple if /proc fs location changeGiampaolo Rodola2015-10-311-6/+12
* #558: [Linux] expose psutil.PROCFS_PATH constantGiampaolo Rodola2015-10-311-46/+61
* sort importsGiampaolo Rodola2015-10-241-4/+10
* fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...Giampaolo Rodola2015-09-191-12/+26
* Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-031-2/+0
|\
| * Modules aren't scripts.Tom Prince2015-01-081-2/+0
* | #675: [Linux] net_connections(); UnicodeDecodeError may occur when listing UN...Giampaolo Rodola2015-08-311-1/+3
* | open files by using sys.getfilesystemencoding() + refactor stuffGiampaolo Rodola2015-08-301-18/+23
* | #675: try to fix encoding issueGiampaolo Rodola2015-08-301-2/+4
* | fix #603: [Linux] ionice_set value range is incorrect. (patch by spacewander)Giampaolo Rodola2015-08-071-2/+2
* | #534: (Linux) add support for ZFS filesystemsGiampaolo Rodola2015-07-111-3/+9
* | disk_partitions(): little speedupGiampaolo Rodola2015-07-111-2/+2
* | #639: (Linux) proc cmdline can be truncatedGiampaolo Rodola2015-07-091-1/+4
* | fix travis failureGiampaolo Rodola2015-07-091-1/+1
* | exceptions unificationGiampaolo Rodola2015-06-201-2/+2
* | (linux / net connections) do not swallow all OSError exceptionsGiampaolo Rodola2015-06-201-3/+11
* | improve test coverageGiampaolo Rodola2015-06-201-3/+5
* | (linux) proc io nice: provide better error messagesGiampaolo Rodola2015-06-201-9/+19
* | improve linux test coverageGiampaolo Rodola2015-06-201-7/+10
* | Merge pull request #634 from arnimarj/masterGiampaolo Rodola'2015-06-181-1/+1
|\ \
| * | fixing cmdline() for empty-string argumemts on posix systemsArni Mar Jonsson2015-06-161-1/+1
* | | fix #632: [Linux] better error message if cannot parse process UNIX connections.Giampaolo Rodola2015-06-171-3/+13
|/ /
* | fix #614: [Linux] return the num of physical cores instead of physical CPUsGiampaolo Rodola2015-06-031-5/+19
* | fix #628: Process.name() on Linux truncates spaces and ')'Giampaolo Rodola2015-06-031-2/+3
* | Remove deprecated attributesWeilu Jia2015-05-151-4/+1
* | fix typo in documentationSerge Voilokov2015-02-251-2/+2
* | #428 / zombie process: provide a more informative exception msg providing als...Giampaolo Rodola2015-02-191-4/+5
* | fix zombie process failing on travis due to ENOSYSGiampaolo Rodola2015-02-191-10/+18
* | fix #594: remove all deprecated APIsGiampaolo Rodola2015-02-191-11/+1
* | net_if_addrs() / Linux: when family is a MAC address make repr() show AF_LINK...Giampaolo Rodola2015-02-191-1/+6
* | provide a separate exception wrapper decorator for zombiesGiampaolo Rodola2015-02-191-9/+17
* | some zombie process handling on linux was necessary after allGiampaolo Rodola2015-02-191-5/+13
* | fix #428: properly handle zombie processes on UNIXGiampaolo Rodola2015-02-171-0/+1
* | Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-151-3/+3
|\ \
| * | fix flake8 errorsGiampaolo Rodola2015-02-161-3/+3
* | | #250: linux implementationGiampaolo Rodola2015-02-111-0/+15
|/ /
* | #469: turn IOPRIO_CLASS_* and *_PRIORITY_CLASS constants into enums on Python...Giampaolo Rodola2015-02-091-4/+20
* | merge from masterGiampaolo Rodola2015-02-091-9/+9
|\ \
| * | fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-091-8/+8
* | | merge from masterGiampaolo Rodola2015-01-031-5/+5
|\ \ \ | |/ /
| * | net_connections(): make sure no duplicates are returnedGiampaolo Rodola2015-01-031-3/+3