summaryrefslogtreecommitdiff
path: root/psutil/_common.py
Commit message (Expand)AuthorAgeFilesLines
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-0/+104
* setup.py: print instructions if C compiler is not installedGiampaolo Rodola2019-12-281-1/+35
* fix #1546: usage percent may be rounded to 0 on Python 2.Giampaolo Rodola2019-06-281-4/+4
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-6/+23
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-0/+13
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-0/+21
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-1/+1
* fix #1111: use a lock to make Process.oneshot() thread safeGiampaolo Rodola2018-12-131-7/+10
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-12/+13
* #1341: move open() utilities/wrappers in _common.pyGiampaolo Rodola2018-09-261-0/+18
* fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)Giampaolo Rodola2018-07-251-2/+3
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-4/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-261-1/+1
|\
| * Osx temps (#1284)Alex Manuskin2018-06-261-1/+1
* | little refactoringGiampaolo Rodola2018-06-261-1/+1
|/
* #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