| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | disk_partitions() maxfile and maxpath (#1863) | Giampaolo Rodola | 2020-10-24 | 1 | -1/+2 |
| | | |||||
| * | remove weird 'return xxx' left in code | Giampaolo Rodola | 2020-10-23 | 1 | -3/+0 |
| | | |||||
| * | pragma no cover | Giampaolo Rodola | 2020-10-18 | 1 | -1/+1 |
| | | |||||
| * | add battery test; increase coverage | Giampaolo Rodola | 2020-10-17 | 1 | -1/+1 |
| | | |||||
| * | increase test coverage | Giampaolo Rodola | 2020-10-17 | 1 | -1/+2 |
| | | |||||
| * | Wheels2 (#1761) | Giampaolo Rodola | 2020-05-18 | 1 | -3/+4 |
| | | |||||
| * | MemoryLeakTest class enhancements (#1731) | Giampaolo Rodola | 2020-04-23 | 1 | -2/+2 |
| | | |||||
| * | Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704) | Giampaolo Rodola | 2020-02-21 | 1 | -4/+4 |
| | | |||||
| * | fix KeyErrorrelease-5.7.0 | Giampaolo Rodola | 2020-02-18 | 1 | -1/+1 |
| | | |||||
| * | refactor print colors utils | Giampaolo Rodola | 2020-02-15 | 1 | -17/+60 |
| | | |||||
| * | Add support for PyPy on Windows (#1686) | Giampaolo Rodola | 2020-02-11 | 1 | -1/+7 |
| | | |||||
| * | fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ↵ | Giampaolo Rodola | 2020-02-09 | 1 | -2/+10 |
| | | | | | found (print debug msg instead) | ||||
| * | move custom exceptions in _common.py | Giampaolo Rodola | 2020-01-02 | 1 | -0/+104 |
| | | |||||
| * | setup.py: print instructions if C compiler is not installed | Giampaolo Rodola | 2019-12-28 | 1 | -1/+35 |
| | | |||||
| * | fix #1546: usage percent may be rounded to 0 on Python 2. | Giampaolo Rodola | 2019-06-28 | 1 | -4/+4 |
| | | |||||
| * | Connection family/type are not converted to enums (#1535) | Giampaolo Rodola | 2019-06-14 | 1 | -6/+23 |
| | | |||||
| * | refactor/move some utilities into _common.py | Giampaolo Rodola | 2019-04-12 | 1 | -0/+13 |
| | | |||||
| * | move bytes2human() into psutil._common and reused it from scripts dir | Giampaolo Rodola | 2019-04-05 | 1 | -0/+21 |
| | | |||||
| * | #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise ↵ | Giampaolo Rodola | 2019-02-27 | 1 | -1/+1 |
| | | | | | AccessDenied | ||||
| * | fix #1111: use a lock to make Process.oneshot() thread safe | Giampaolo Rodola | 2018-12-13 | 1 | -7/+10 |
| | | |||||
| * | #1373: different approach to oneshot() cache (pass Process instances around ↵ | Giampaolo Rodola | 2018-12-13 | 1 | -12/+13 |
| | | | | | - which is faster) | ||||
| * | #1341: move open() utilities/wrappers in _common.py | Giampaolo Rodola | 2018-09-26 | 1 | -0/+18 |
| | | |||||
| * | fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux) | Giampaolo Rodola | 2018-07-25 | 1 | -2/+3 |
| | | |||||
| * | Rename OSX to macOS (#1298) | Giampaolo Rodola | 2018-06-26 | 1 | -4/+5 |
| | | | | rename OSX to macOS | ||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2018-06-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Osx temps (#1284) | Alex Manuskin | 2018-06-26 | 1 | -1/+1 |
| | | | | | | | OSX: add temperatures() and fans() | ||||
| * | | little refactoring | Giampaolo Rodola | 2018-06-26 | 1 | -1/+1 |
| |/ | |||||
| * | #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr". | Giampaolo Rodola | 2018-05-04 | 1 | -2/+3 |
| | | |||||
| * | rename function arg | Giampaolo Rodola | 2018-03-24 | 1 | -3/+3 |
| | | |||||
| * | Use FutureWarning instead of DeprecationWarning (#1188) | Giampaolo Rodola | 2017-12-07 | 1 | -2/+2 |
| | | | | | | | | | * make Process.memory_info_ex() raise FutureWarning instead of DeprecationWarning because the latter is suppressed by default * update HISTORY * add test case | ||||
| * | AIX support (#1123) | wiggin15 | 2017-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | * AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy | ||||
| * | fix #1112 fix NameError on OSX | Giampaolo Rodola | 2017-07-31 | 1 | -4/+4 |
| | | |||||
| * | fix #928: turn connections()' 'laddr' and 'raddr' into named tuples | Giampaolo Rodola | 2017-06-23 | 1 | -0/+3 |
| | | |||||
| * | define a new HAS_CONNECTIONS_UNIX constant | Giampaolo Rodola | 2017-05-16 | 1 | -0/+1 |
| | | |||||
| * | update docstrings | Giampaolo Rodola | 2017-05-09 | 1 | -3/+8 |
| | | |||||
| * | move tests around | Giampaolo Rodola | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | #802: update doc + apply wrap function to disk and net io functions | Giampaolo Rodola | 2017-05-09 | 1 | -0/+8 |
| | | |||||
| * | change var name | Giampaolo Rodola | 2017-05-09 | 1 | -7/+7 |
| | | |||||
| * | add test | Giampaolo Rodola | 2017-05-09 | 1 | -3/+3 |
| | | |||||
| * | #802 add tests | Giampaolo Rodola | 2017-05-09 | 1 | -2/+2 |
| | | |||||
| * | avoid to unnecessarily populate reminder_keys dict | Giampaolo Rodola | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | expose cache_info() method | Giampaolo Rodola | 2017-05-09 | 1 | -0/+5 |
| | | |||||
| * | remove useless key item | Giampaolo Rodola | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | change var names | Giampaolo Rodola | 2017-05-09 | 1 | -8/+9 |
| | | |||||
| * | refactoring | Giampaolo Rodola | 2017-05-09 | 1 | -7/+14 |
| | | |||||
| * | refactoring | Giampaolo Rodola | 2017-05-09 | 1 | -7/+7 |
| | | |||||
| * | #802: refactoring | Giampaolo Rodola | 2017-05-09 | 1 | -13/+17 |
| | | |||||
| * | #802: move everything into a class | Giampaolo Rodola | 2017-05-09 | 1 | -30/+33 |
| | | |||||
| * | #802: change algorithm | Giampaolo Rodola | 2017-05-09 | 1 | -8/+14 |
| | | |||||
| * | #802: remove entries from index dict | Giampaolo Rodola | 2017-05-08 | 1 | -1/+12 |
| | | |||||
