summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | 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-1510-12/+12
* | 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
* | add @guilt to list of sponsors (thanks a lot! ;-))Giampaolo Rodola2022-02-012-0/+2
|/
* FreeBSD files refactoring (#2059)Giampaolo Rodola2022-01-1614-341/+420
* Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-167-360/+175
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-167-31/+60
* OpenBSD files refactoring (#2056)Giampaolo Rodola2022-01-1611-264/+326
* fix py 2.7 failuresGiampaolo Rodola2022-01-163-8/+6
* 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-153-20/+50
* fix failing test on py 2.7Giampaolo Rodola2022-01-151-5/+7
* bump up ver + strip() some cat() resultsGiampaolo Rodola2022-01-083-6/+8
* [Linux] cat/bcat utils refactoring (#2053)Giampaolo Rodola2022-01-085-57/+69
* Merge branch '5.9.0-py3.6-wheels'Giampaolo Rodola2022-01-072-1/+9
|\
| * 3.6 wheels5.9.0-py3.6-wheelsGiampaolo Rodola2022-01-072-1/+9
* | 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-073-2/+13
* | fix #2049: [Linux] cpu_freq returns current value in GHz but min/max in MHzGiampaolo Rodola2022-01-072-1/+9
* | add @u93 to list of sponsorsGiampaolo Rodola2022-01-071-2/+1
* | add @u93 to list of sponsorsGiampaolo Rodola2022-01-071-2/+1
* | add @u93 to list of sponsorsGiampaolo Rodola2022-01-072-0/+4
* | move import on top of the fileGiampaolo Rodola2021-12-312-2/+3