summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | update HISTORYGiampaolo Rodola2021-12-291-2/+2
|/
* pre-releaserelease-5.9.0Giampaolo Rodola2021-12-293-1/+7
* HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)Giampaolo Rodola2021-12-294-1156/+2278
* add sponsorhips / supporters @indeedeng and @PySimpleGUI; thanks a lot! ;)Giampaolo Rodola2021-12-282-0/+5
* assert scripts have +x bitGiampaolo Rodola2021-12-153-12/+14
* git pre commit hook: use shlex.split()Giampaolo Rodola2021-12-151-6/+4
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-1462-169/+264
* fix missing arg passed to C psutil_debug()Giampaolo Rodola2021-11-301-1/+1
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-2911-31/+75
* fix #2023 [Linux] cpu_freq() return order is wrong on systems with > 9 CPUs.Giampaolo Rodola2021-11-252-3/+5
* Handle missing dependencies on MidnightBSD (#2019)Lucas Holt2021-11-191-1/+4