summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* | #2105: give hint on how to solve the problem if PdhAddEnglishCounter failsGiampaolo Rodola2022-05-171-1/+4
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-1617-25/+23
* | Use a generator to avoid a needless list allocation (#1567)Ofek Lev2022-04-151-1/+1
* | Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-153-7/+2
* | rename test functionsGiampaolo Rodola2022-04-101-5/+5
* | use autopep8 to automatically fix (some) flake8 failures; get rid of old hand...Giampaolo Rodola2022-04-061-3/+3
* | Fixed an issue that caused linux tests to fail when running on a system with ...myheroyuki2022-03-181-12/+17
* | fix some typos (#2085)cui fliter2022-03-157-7/+7
* | Improves robustness of some tests that were too environment-specific (#2080)Steve Dower2022-02-252-14/+42
* | Fixes #2078: Import the inspect module on use (#2079)Steve Dower2022-02-231-2/+1
|/
* FreeBSD files refactoring (#2059)Giampaolo Rodola2022-01-1611-338/+407
* Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-167-360/+175
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-165-28/+54
* OpenBSD files refactoring (#2056)Giampaolo Rodola2022-01-169-261/+314
* fix py 2.7 failuresGiampaolo Rodola2022-01-162-3/+5
* fix repr(Error): PID was not shown if PID == 0Giampaolo Rodola2022-01-151-1/+1
* [Linux]: increase `read(2)` buffer size when reading /proc files lines (#2054)Giampaolo Rodola2022-01-152-20/+42
* fix failing test on py 2.7Giampaolo Rodola2022-01-151-5/+7
* bump up ver + strip() some cat() resultsGiampaolo Rodola2022-01-082-4/+4
* [Linux] cat/bcat utils refactoring (#2053)Giampaolo Rodola2022-01-085-57/+69
* use explicit 'raise self.fail(...)' in unit testsGiampaolo Rodola2022-01-077-25/+26
* move stuff around in test_misc.pyGiampaolo Rodola2022-01-071-66/+78
* fix #2048: str(psutil.Error) raise AttributeErrorGiampaolo Rodola2022-01-072-2/+11
* fix #2049: [Linux] cpu_freq returns current value in GHz but min/max in MHzGiampaolo Rodola2022-01-071-1/+1
* move import on top of the fileGiampaolo Rodola2021-12-311-1/+2
* pre-releaserelease-5.9.0Giampaolo Rodola2021-12-291-0/+2