summaryrefslogtreecommitdiff
path: root/psutil/_common.py
Commit message (Expand)AuthorAgeFilesLines
* fix #2048: str(psutil.Error) raise AttributeErrorGiampaolo Rodola2022-01-071-1/+1
* move import on top of the fileGiampaolo Rodola2021-12-311-1/+2
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-1/+3
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-8/+5
* Changes to debug() function:Giampaolo Rodola2021-10-141-1/+5
* add debug() prints in a couple of placesGiampaolo Rodola2021-10-141-0/+2
* add support for MidnightBSD (#1996)Saeed Rasooli2021-10-121-1/+1
* fix #1919 / Linux: sensors_battery() may raise TypeError on PureOSGiampaolo Rodola2021-10-031-1/+0
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-031-44/+35
* give credits to @XuehaiPan for #1948, #1949Giampaolo Rodola2021-10-021-1/+3
* Fix thread safety of cached functions lock-freely (#1949)Xuehai Pan2021-10-021-1/+6
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+2
* remove weird 'return xxx' left in codeGiampaolo Rodola2020-10-231-3/+0
* pragma no coverGiampaolo Rodola2020-10-181-1/+1
* add battery test; increase coverageGiampaolo Rodola2020-10-171-1/+1
* increase test coverageGiampaolo Rodola2020-10-171-1/+2
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-3/+4
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-2/+2
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-4/+4
* fix KeyErrorrelease-5.7.0Giampaolo Rodola2020-02-181-1/+1
* refactor print colors utilsGiampaolo Rodola2020-02-151-17/+60
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-1/+7
* fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...Giampaolo Rodola2020-02-091-2/+10
* 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