summaryrefslogtreecommitdiff
path: root/psutil/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-104/+6
* update README, bump up versionGiampaolo Rodola2017-11-111-1/+1
* update MakefileGiampaolo Rodola2017-11-031-1/+1
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-7/+5
* Fix #1154: remove 'threads' method on older AIX (#1156)wiggin152017-10-281-7/+9
* Small changes (#1158)wiggin152017-10-261-4/+2
* update docGiampaolo Rodola2017-09-271-2/+3
* AIX support (#1123)wiggin152017-09-261-8/+17
* bump up verGiampaolo Rodola2017-09-101-1/+1
* update doc, bump up verGiampaolo Rodola2017-09-081-1/+1
* fix TypeErrorGiampaolo Rodola2017-05-201-1/+3
* Fix #1055, fix #1085, fix #1087.Giampaolo Rodola2017-05-191-6/+1
* fix #1085: cpu_count() return value is now checked and forced to None if <= 1Giampaolo Rodola2017-05-191-3/+6
* #1055: don't cache cpu_count()Giampaolo Rodola2017-05-121-3/+5
* fix 1062: avoid TypeError on disk|net_io_counters() if no disks or NICs are i...Giampaolo Rodola2017-05-121-0/+4
* update docstringsGiampaolo Rodola2017-05-101-93/+108
* update docstringGiampaolo Rodola2017-05-091-4/+24
* #802: expose clear_cache and attach it to disk and net io primary function ob...Giampaolo Rodola2017-05-091-0/+10
* #802: update doc + apply wrap function to disk and net io functionsGiampaolo Rodola2017-05-091-2/+7
* #1025: take advantage of process_iter(attrs) in scriptsGiampaolo Rodola2017-04-261-37/+32
* #1025: implement process_iter(attrs, ad_value)Giampaolo Rodola2017-04-261-1/+13
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-1/+1
* fix some code smellsGiampaolo Rodola2017-04-251-1/+1
* update READMEGiampaolo Rodola2017-04-241-2/+2
* improve test coverageGiampaolo Rodola2017-04-241-12/+3
* improve test coverageGiampaolo Rodola2017-04-241-1/+1
* fix #1017 / net_io_counters(): do not raise RuntimeError in case no NICs are ...Giampaolo Rodola2017-04-231-2/+0
* fix #1016: do not raise RuntimeError in case no disks are installedGiampaolo Rodola2017-04-231-2/+0
* increase test coverage for sensors_temperatures() + refactor test constants +...Giampaolo Rodola2017-04-231-8/+6
* fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess.Giampaolo Rodola2017-04-211-1/+1
* fix #1000: setup.py: suppress module name: module references __file__warningGiampaolo Rodola2017-03-251-1/+1
* pre releaseGiampaolo Rodola2017-03-241-1/+1
* fix #981: [Linux] cpu_freq() may return an empty list.Giampaolo Rodola2017-03-241-1/+1
* pre-releaserelease-5.2.0Giampaolo Rodola2017-03-051-4/+4
* fix #983: remove CPU% column from test() outputGiampaolo Rodola2017-03-041-4/+3
* #974 sensors_fans(): add example script, return dict and named tuple instead ...Giampaolo Rodola2017-02-131-1/+1
* Add new sensors_fans methodnicolargo2017-02-111-1/+14
* fix #973: cpu_percent() may raise ZeroDivisionError.release-5.1.3Giampaolo Rodola2017-02-071-2/+6
* disable test which occasionally files on appveyorGiampaolo Rodola2017-02-071-1/+1
* be more cautious when converting to int()Giampaolo Rodola2017-02-031-1/+1
* update readmeGiampaolo Rodola2017-02-011-1/+1
* merge from masterGiampaolo Rodola2017-02-011-1/+41
|\
| * merge from master371-temperaturesGiampaolo Rodola2017-02-011-0/+8
| |\
| * | refactoringGiampaolo Rodola2017-01-241-1/+2
| * | #371: update docGiampaolo Rodola2017-01-241-9/+6
| * | #371: temperatures: change returned data type from list to dictGiampaolo Rodola2017-01-241-17/+24
| * | Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-241-11/+23
| |\ \
| * | | rename functionGiampaolo Rodola2017-01-241-26/+31
| * | | make temperatures() available only if /sys/class/hwmon existsGiampaolo Rodola2017-01-241-1/+3