summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* #2084: document limitations of environ() on macOS Big SurGiampaolo Rodola2022-09-203-6/+20
* #2104 / TestFetchAllProcesses: don't use process pool on CI (fix deadlock)Giampaolo Rodola2022-09-201-4/+15
* fix #2116, macOS, net_connections() crashingGiampaolo Rodola2022-09-191-0/+8
* fix #2138 (critical): re-define ethtool_cmd_speedGiampaolo Rodola2022-09-191-1/+7
* remove fix_flake8.py re-introduced by accidentGiampaolo Rodola2022-09-191-1/+1
* resolve conflictsGiampaolo Rodola2022-09-1912-25/+25
|\
| * Fix typosKian-Meng Ang2022-01-2717-32/+32
* | [macOS] Fix out-of-bounds read around sysctl_procargs (#2135)Bernhard Urban-Forster2022-09-191-4/+4
* | update version + HISTORY + CREDITS for #2138Giampaolo Rodola2022-09-191-1/+1
* | net_if_stats() -> flags: do not return unicode on Python 2 (#2142)Matthieu Darbois2022-09-192-1/+14
* | add ifconfig test case for NIC flags re. to #2037Giampaolo Rodola2022-09-061-0/+21
* | Add in support for network interface flags. (#2037)Chris Lalancette2022-09-069-12/+227
* | fix venvrelease-5.9.2Giampaolo Rodola2022-09-041-1/+1
* | update HISTORY + bump up versionGiampaolo Rodola2022-09-021-1/+1
* | FreeBSD / pids(): increase buf size if not enoughGiampaolo Rodola2022-09-021-13/+30
* | [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-181-3/+3
* | 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-262-2/+11
|\ \
| * | 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-111-1/+10
* | | subprocess; avoid using shell=True during testsGiampaolo Rodola2022-07-101-3/+4
|/ /
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-06-243-0/+3
|\ \
| * | Implicitly include <sys/param.h> so that __FreeBSD_version checks wor… (#2114)Torsten-B2022-06-243-0/+3
* | | add flake8-quotes pluginGiampaolo Rodola2022-05-253-5/+5
|/ /
* | introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-253-7/+7
* | [Linux] Speedup `Process.full_memory_info()` (#2108)Giampaolo Rodola2022-05-182-29/+53