summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | update flake8-ersGiampaolo Rodola2022-06-082-18/+22
* | | add flake8-quotes pluginGiampaolo Rodola2022-05-255-5/+9
|/ /
* | add flake8-debugger plugin to detect pdb/set_trace() linesGiampaolo Rodola2022-05-253-6/+11
* | integrate flake8-blind-except pluginGiampaolo Rodola2022-05-253-16/+22
* | introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-257-20/+23
* | fix print_announce.pyGiampaolo Rodola2022-05-201-4/+2
* | remove tidelift.py scriptGiampaolo Rodola2022-05-203-48/+0
* | pre releaserelease-5.9.1Giampaolo Rodola2022-05-202-6/+11
* | merge with masterGiampaolo Rodola2022-05-193-20/+55
|\ \
| * | [Linux] Speedup `Process.full_memory_info()` (#2108)Giampaolo Rodola2022-05-183-29/+56
* | | shorten test by using spawn_testproc()Giampaolo Rodola2022-05-181-9/+1
|/ /
* | #2105: give hint on how to solve the problem if PdhAddEnglishCounter failsGiampaolo Rodola2022-05-171-1/+4
* | update docGiampaolo Rodola2022-04-162-1/+6
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-1624-44/+50
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-04-151-1/+1
|\ \
| * | Use a generator to avoid a needless list allocation (#1567)Ofek Lev2022-04-151-1/+1
* | | give CREDITS for #1053Giampaolo Rodola2022-04-152-0/+5
|/ /
* | Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-159-15/+9
* | rename test functionsGiampaolo Rodola2022-04-101-5/+5
* | add autoflake automation tool to remove unused modules & variableGiampaolo Rodola2022-04-101-1/+3
* | use autopep8 to automatically fix (some) flake8 failures; get rid of old hand...Giampaolo Rodola2022-04-064-191/+6