summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* #2238: passed wrong value to Py_BuildValueGiampaolo Rodola2023-04-172-2/+2
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-177-21/+21
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-163-5/+10
* BSD: refactor py code related to filtering connectionsGiampaolo Rodola2023-04-161-42/+18
* Fix #2236 / NetNBSD: skip terminated process threadsGiampaolo Rodola2023-04-141-0/+4
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-152-30/+35
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-142-14/+25
* [NetBSD] move files / refactoring of C files (#2232)Giampaolo Rodola2023-04-149-268/+325
* fix NetBSD test failure + add test for cached memGiampaolo Rodola2023-04-131-0/+12
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-139-267/+227
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-135-5/+85
* fix users() test on OpenBSDGiampaolo Rodola2023-04-121-5/+7
* OpenBSD is unable to recognize zombie process. (#2229)Giampaolo Rodola2023-04-121-1/+1
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-121-2/+2
* fix some tests on BSD platformsGiampaolo Rodola2023-04-124-5/+14
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-116-16/+44
* move psutil_getpagesize() in a new mem.c fileGiampaolo Rodola2023-04-103-12/+10
* move psutil_virtual_mem() in a new mem.c fileGiampaolo Rodola2023-04-103-29/+45
* Fix Linux test: allow '-dirty' or other version postfixes (#2221)Mark Asselstine2023-04-051-1/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-0119-108/+65
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2023-03-292-68/+103
|\
| * [Linux] guess `available` virtual_memory() if kernel says it's 0 (#2052)Giampaolo Rodola2023-03-292-68/+103
* | fix C compilation warning on Linux + Python 2Giampaolo Rodola2023-03-291-1/+8
|/
* fix linux testsGiampaolo Rodola2023-03-281-3/+0
* When raising warning, always use stacklevel=2Giampaolo Rodola2023-03-273-6/+6
* Win: fix running tests in a virtual environment (#2216)Matthieu Darbois2023-03-274-18/+30
* CI: fix TestScripts tests failing due to ambiguous SCRIPTS_DIR (#2211)Matthieu Darbois2023-03-181-1/+4
* fix exec() compatibility with PYPY (closes #2198)Giampaolo Rodola2023-03-071-1/+6
* Clearer tracebacks in case of chained exceptions (#2196)Giampaolo Rodola2023-01-241-3/+26
* disable flaky test + small Makefile refactGiampaolo Rodola2023-01-241-11/+9
* #2191 / disk_partitions(): if all=True, do not unnecessarily list disk partit...Giampaolo Rodola2023-01-091-10/+11
* fix make test-coverage targetGiampaolo Rodola2022-12-302-1/+4
* Fix build with Clang 15 (#2186)Po-Chuan Hsieh2022-12-271-1/+1
* Fixed typo in debug message (#2187)Daniel Lockyer2022-12-271-1/+1
* write extensive test suite for @memoize decoratorGiampaolo Rodola2022-12-152-2/+113
* #2164: fix compilation failures on linux < 2.6.27 / CentOS 5 (#2171)Giampaolo Rodola2022-11-103-3/+9
* add windows test for free physical mem #2074Giampaolo Rodola2022-10-211-0/+39
* fix OSX tests broken by accidentGiampaolo Rodola2022-10-211-2/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-211-1/+2
|\
| * build fix for Mac OS, Apple Silicon (#2010)Lawrence D'Anna2022-10-211-1/+2
* | update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #21...Giampaolo Rodola2022-10-213-4/+4
|/
* Linux: fix missing SPEED_UNKNOWN definition (#2156)Amir Rossert2022-10-211-0/+5
* Use system-level values for Windows virtual memory (#2077)Daniel Widdis2022-10-212-13/+18
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-212-20/+14
* fix: linter issues from #2146 (#2155)Matthieu Darbois2022-10-183-3/+6
* chore: skip test_cpu_freq on macOS arm64 (#2146)Matthieu Darbois2022-10-184-0/+12
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-181-1/+2
* fix: race condition in test_posix.TestProcess.test_cmdline (#2153)Matthieu Darbois2022-10-081-0/+6
* fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-055-3/+97
* Resolve race condition in Process.threads() (#2151)Daniel Li2022-09-291-4/+4