summaryrefslogtreecommitdiff
path: root/psutil/_common.py
Commit message (Expand)AuthorAgeFilesLines
...
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-041-2/+3
* rename function argGiampaolo Rodola2018-03-241-3/+3
* Use FutureWarning instead of DeprecationWarning (#1188)Giampaolo Rodola2017-12-071-2/+2
* AIX support (#1123)wiggin152017-09-261-0/+1
* fix #1112 fix NameError on OSXGiampaolo Rodola2017-07-311-4/+4
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-0/+3
* define a new HAS_CONNECTIONS_UNIX constantGiampaolo Rodola2017-05-161-0/+1
* update docstringsGiampaolo Rodola2017-05-091-3/+8
* move tests aroundGiampaolo Rodola2017-05-091-1/+1
* #802: update doc + apply wrap function to disk and net io functionsGiampaolo Rodola2017-05-091-0/+8
* change var nameGiampaolo Rodola2017-05-091-7/+7
* add testGiampaolo Rodola2017-05-091-3/+3
* #802 add testsGiampaolo Rodola2017-05-091-2/+2
* avoid to unnecessarily populate reminder_keys dictGiampaolo Rodola2017-05-091-1/+1
* expose cache_info() methodGiampaolo Rodola2017-05-091-0/+5
* remove useless key itemGiampaolo Rodola2017-05-091-1/+1
* change var namesGiampaolo Rodola2017-05-091-8/+9
* refactoringGiampaolo Rodola2017-05-091-7/+14
* refactoringGiampaolo Rodola2017-05-091-7/+7
* #802: refactoringGiampaolo Rodola2017-05-091-13/+17
* #802: move everything into a classGiampaolo Rodola2017-05-091-30/+33
* #802: change algorithmGiampaolo Rodola2017-05-091-8/+14
* #802: remove entries from index dictGiampaolo Rodola2017-05-081-1/+12
* #802: further tests for disappearing keys (impl is still broken)Giampaolo Rodola2017-05-081-1/+1
* #802: handle the case where dict keys changes between callsGiampaolo Rodola2017-05-081-1/+7
* #802: finally start to get it right (tests pass)Giampaolo Rodola2017-05-081-41/+23
* #802: first PoC of (not working) wrap functionGiampaolo Rodola2017-05-081-0/+65
* fix failing testGiampaolo Rodola2017-05-051-1/+2
* make.bat: add -p optGiampaolo Rodola2017-05-051-2/+6
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the defaul...Giampaolo Rodola2017-05-041-0/+13
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-1/+1
* #974 sensors_fans(): add example script, return dict and named tuple instead ...Giampaolo Rodola2017-02-131-0/+2
* merge from masterGiampaolo Rodola2017-02-011-0/+3
|\
| * #371: temperatures: change returned data type from list to dictGiampaolo Rodola2017-01-241-1/+1
| * rename functionGiampaolo Rodola2017-01-241-1/+1
| * merge from masterGiampaolo Rodola2017-01-241-0/+3
| |\
| * | #371: implement hardware temperatures on LinuxGiampaolo Rodola2016-11-251-0/+2
* | | #955: add power_plugged infoGiampaolo Rodola2017-01-271-3/+3
* | | #955: sensors_batter() win implGiampaolo Rodola2017-01-261-1/+12
* | | #955: sensors_batter() linux implGiampaolo Rodola2017-01-261-0/+2
| |/ |/|
* | #941: add docGiampaolo Rodola2017-01-201-1/+1
* | #941: implement cpu_freq() for LinuxGiampaolo Rodola2016-12-021-0/+2
|/
* #811: on Win XP let the possibility to install psutil from sources as it stil...Giampaolo Rodola2016-11-081-9/+0
* #811: raise a meaningful error message if on Windows XPGiampaolo Rodola2016-11-081-0/+9
* #799 - oneshot / linux: speedup memory_full_info and memory_mapsGiampaolo Rodola2016-11-051-6/+1
* update memoize_when_activated docstringGiampaolo Rodola2016-08-051-3/+7
* Merge branch 'master' into oneshotGiampaolo Rodola2016-08-041-13/+6
|\
| * speedup @memoize decoGiampaolo Rodola2016-08-041-13/+6
* | #799: speedup @memoize_when_activated deco from +1.9x to +2.6xGiampaolo Rodola2016-08-031-11/+7
* | merge from masterGiampaolo Rodola2016-06-271-92/+142
|\ \ | |/