summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre releaserelease-5.9.5Giampaolo Rodola2023-04-173-6/+20
* Add CI testing for OpenBSD and NetBSD (#2240)Giampaolo Rodola2023-04-177-50/+92
* Fix #2239 / proc name(): don't fail with ZombieProcess on cmdline()Giampaolo Rodola2023-04-173-3/+36
* #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-179-27/+34
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-164-5/+12
* BSD: refactor py code related to filtering connectionsGiampaolo Rodola2023-04-161-42/+18
* Fix #2236 / NetNBSD: skip terminated process threadsGiampaolo Rodola2023-04-142-0/+6
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-154-36/+46
* docs: add percentage usage of virtual memory (#2223)Aaron Shaw2023-04-141-0/+1
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-143-14/+26
* [NetBSD] move files / refactoring of C files (#2232)Giampaolo Rodola2023-04-1411-271/+337
* fix NetBSD test failure + add test for cached memGiampaolo Rodola2023-04-131-0/+12
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-1313-277/+246
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-137-6/+88
* fix users() test on OpenBSDGiampaolo Rodola2023-04-121-5/+7
* OpenBSD is unable to recognize zombie process. (#2229)Giampaolo Rodola2023-04-122-1/+3
* [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-118-17/+47
* merge from masterGiampaolo Rodola2023-04-1035-187/+207
|\
| * 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-104-29/+46
| * update cpu_freq() docGiampaolo Rodola2023-04-091-8/+9
| * Fix Linux test: allow '-dirty' or other version postfixes (#2221)Mark Asselstine2023-04-051-1/+1
| * Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-0130-143/+146
* | Makefile: define num CPUs for parallel workersGiampaolo Rodola2023-03-311-5/+6
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2023-03-293-68/+107
|\
| * [Linux] guess `available` virtual_memory() if kernel says it's 0 (#2052)Giampaolo Rodola2023-03-293-68/+107
* | fix C compilation warning on Linux + Python 2Giampaolo Rodola2023-03-291-1/+8
|/
* fix linux testsGiampaolo Rodola2023-03-281-3/+0
* update HISTORYGiampaolo Rodola2023-03-281-0/+2
* update HISTORY/CREDITS for #2216 / @mayeutGiampaolo Rodola2023-03-272-1/+3
* When raising warning, always use stacklevel=2Giampaolo Rodola2023-03-273-6/+6
* Win: fix running tests in a virtual environment (#2216)Matthieu Darbois2023-03-276-72/+42
* typo (#2055)Gerardwx2023-03-181-1/+1
* Makefile: set PSUTIL_SCRIPTS_DIR for 'test' target (re. to #2211)Giampaolo Rodola2023-03-181-1/+1
* CI: fix TestScripts tests failing due to ambiguous SCRIPTS_DIR (#2211)Matthieu Darbois2023-03-182-12/+6
* setup.py: on failure, give suggestion about PYPY installationGiampaolo Rodola2023-03-071-3/+5
* fix exec() compatibility with PYPY (closes #2198)Giampaolo Rodola2023-03-071-1/+6
* Fix license: extra open quote. (#2197)SnoopProject2023-01-261-1/+1
* Clearer tracebacks in case of chained exceptions (#2196)Giampaolo Rodola2023-01-242-3/+36
* disable flaky test + small Makefile refactGiampaolo Rodola2023-01-247-23/+20
* #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-304-5/+5
* update shields/badgesGiampaolo Rodola2022-12-271-2/+2
* give CREDITS to @sunpoet for #2186Giampaolo Rodola2022-12-272-1/+2
* Fix build with Clang 15 (#2186)Po-Chuan Hsieh2022-12-271-1/+1
* fix flake8 configGiampaolo Rodola2022-12-271-6/+12
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-12-271-1/+1
|\