summaryrefslogtreecommitdiff
path: root/psutil/_psaix.py
Commit message (Expand)AuthorAgeFilesLines
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-1/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-2/+2
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-2/+5
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-6/+6
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-1/+1
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-1/+1
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+3
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-7/+3
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-19/+13
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-19/+6
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-3/+3
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-0/+4
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-061-11/+7
* fix #1486: add wraps() decorator around wrap_exceptionsGiampaolo Rodola2019-04-251-1/+2
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-10/+1
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-051-12/+17
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-0/+3
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-5/+0
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-7/+7
* fix failing linux testsGiampaolo Rodola2018-08-131-1/+2
* Fix DeprecationWarning: invalid escape sequence (#1318)Mickaƫl Schoentgen2018-08-081-2/+2
* rename function argGiampaolo Rodola2018-03-241-2/+2
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-8/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-0/+5
* Fix #1154: remove 'threads' method on older AIX (#1156)wiggin152017-10-281-16/+19
* Small changes (#1158)wiggin152017-10-261-16/+1
* Fix #1136: check PID in AIX in procfs (#1137)wiggin152017-09-271-1/+1
* PEP8-ify codeGiampaolo Rodola2017-09-271-1/+0
* AIX support (#1123)wiggin152017-09-261-0/+590