summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* raise ZombieProcess instead of AccessDenied if process is a zombielinux-zombie-procGiampaolo Rodola2022-10-194-3/+44
* chore: skip test_cpu_freq on macOS arm64 (#2146)Matthieu Darbois2022-10-184-0/+12
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-181-1/+1
|\
| * Fix a typo (#2047)iam-py-test2022-10-181-1/+1
* | pre-release + give CREDITS to @mayeut (PR #2040) and @eallrich (new supporter)release-5.9.3Giampaolo Rodola2022-10-183-4/+10
|/
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-188-48/+47
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-183-27/+18
|\
| * fix #2021, fix #1954, provide OSX arm64 bins + add pyproject.toml (#2040)Matthieu Darbois2022-10-183-27/+18
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-109-6/+109
|\ \ | |/
| * fix: race condition in test_posix.TestProcess.test_cmdline (#2153)Matthieu Darbois2022-10-083-1/+9
| * fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-058-6/+101
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-024-5/+10
|\ \ | |/
| * Resolve race condition in Process.threads() (#2151)Daniel Li2022-09-293-4/+9
| * chore: use macos-12 runner for FreeBSD tests (#2145)Matthieu Darbois2022-09-221-1/+1
* | refactor git_log.pyGiampaolo Rodola2022-09-231-1/+0
|/
* #2084: document limitations of environ() on macOS Big SurGiampaolo Rodola2022-09-205-7/+30
* #2104 / TestFetchAllProcesses: don't use process pool on CI (fix deadlock)Giampaolo Rodola2022-09-202-5/+16
* fix #2116, macOS, net_connections() crashingGiampaolo Rodola2022-09-192-0/+9
* fix #2138 (critical): re-define ethtool_cmd_speedGiampaolo Rodola2022-09-192-1/+9
* Fix macOS Python 2.7 build (#2140)Ben Raz2022-09-191-3/+3
* remove fix_flake8.py re-introduced by accidentGiampaolo Rodola2022-09-192-186/+1
* Merge branch 'kianmeng-fix-typos'Giampaolo Rodola2022-09-1922-42/+227
|\
| * resolve conflictsGiampaolo Rodola2022-09-1922-42/+227
| |\ |/ /
| * Fix typosKian-Meng Ang2022-01-2728-56/+56
* | [macOS] Fix out-of-bounds read around sysctl_procargs (#2135)Bernhard Urban-Forster2022-09-193-6/+13
* | Set parsable BSD-3-Clause license in setup.py (#2141)Maximilian2022-09-191-1/+1
* | update version + HISTORY + CREDITS for #2138Giampaolo Rodola2022-09-193-2/+12
* | net_if_stats() -> flags: do not return unicode on Python 2 (#2142)Matthieu Darbois2022-09-192-1/+14
* | Use recommended (more-updated) freebsd-vm version (#2139)Ben Raz2022-09-151-1/+1
* | add ifconfig test case for NIC flags re. to #2037Giampaolo Rodola2022-09-062-1/+22
* | Add in support for network interface flags. (#2037)Chris Lalancette2022-09-0613-16/+246
* | fix venvrelease-5.9.2Giampaolo Rodola2022-09-043-14/+13
* | update HISTORY + bump up versionGiampaolo Rodola2022-09-022-8/+13
* | FreeBSD / pids(): increase buf size if not enoughGiampaolo Rodola2022-09-023-14/+34
* | [NetBSD] get data about cached memory usage from /proc/meminfo as well (#2088)Thomas Klausner2022-08-271-0/+2
* | fix sphinx warning: unexpected unindent (#2118)Xuehai Pan2022-08-181-1/+1
* | [NetBSD] two fixes for swap code (#2128)Thomas Klausner2022-08-183-4/+5
* | Fix missing whitespace in try-except caluses (#2127)Ben Raz2022-07-311-2/+2
* | linux: skip test if ifconfig CLI is not installedGiampaolo Rodola2022-07-261-0/+2
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-07-263-2/+13
|\ \
| * | docs: fix simple typo, repeadetly -> repeatedly (#2123)Tim Gates2022-07-141-1/+1
| * | [Linux] `net_if_stats()` returns an incorrect speed value for 100GbE network ...garrisoncarter2022-07-112-1/+12
* | | subprocess; avoid using shell=True during testsGiampaolo Rodola2022-07-101-3/+4
* | | remove 'import setuptools' from 'make install' as it's unnecessary and slowGiampaolo Rodola2022-07-071-2/+0
* | | refactor Makefile a bitGiampaolo Rodola2022-07-051-5/+4
|/ /
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-06-245-0/+11
|\ \
| * | Implicitly include <sys/param.h> so that __FreeBSD_version checks wor… (#2114)Torsten-B2022-06-245-0/+11
* | | make fix-flake8: parallelize autoflake8 executionGiampaolo Rodola2022-06-241-2/+2
* | | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-06-142-2/+5
|\ \ \ | |/ /
| * | Fix AppVeyor CI (#2111)Matthieu Darbois2022-06-052-2/+5