summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add FreeBSD specific test case for cpu_info() modelcpu-infoGiampaolo Rodola2022-01-171-0/+3
* add test case for CPU flags on FreeBSDGiampaolo Rodola2022-01-172-1/+7
* add test case for CPU vendor on FreeBSDGiampaolo Rodola2022-01-173-4/+17
* implement freeBSD CPU flagsGiampaolo Rodola2022-01-174-0/+93
* remove unused C varsGiampaolo Rodola2022-01-171-1/+1
* freebsd: Implement CPU vendor by using eax in eax ebx ecx edxGiampaolo Rodola2022-01-171-7/+24
* merge from masterGiampaolo Rodola2022-01-1714-339/+421
|\
| * FreeBSD files refactoring (#2059)Giampaolo Rodola2022-01-1614-341/+420
* | FreeBSD: get CPU vendor stringGiampaolo Rodola2022-01-165-11/+27
* | merge from masterGiampaolo Rodola2022-01-161-2/+2
|\ \ | |/
| * Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-167-360/+175
* | merge from masterGiampaolo Rodola2022-01-167-380/+187
|\ \
| * | remove empty quotes (they are not necessary)Giampaolo Rodola2022-01-167-175/+175
| * | remove docstrings from C function definitionsGiampaolo Rodola2022-01-167-360/+175
| |/
* | retrieve CPU model and vendor on OpenBSDGiampaolo Rodola2022-01-165-11/+44
* | merge from masterGiampaolo Rodola2022-01-1618-299/+391
|\ \ | |/
| * 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
* | merge from masterGiampaolo Rodola2022-01-1587-2075/+3854
|\ \ | |/
| * [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
| * appveyor: add support for Python 3.10 (#2012) (#2015)Shannon Pamperl2021-11-141-0/+10
| * give credits to @odormond for #1956 and #2011Giampaolo Rodola2021-11-103-2/+6
| * [macOS / M1] cpu_times(): convert mach tick units to nsecs (fixes #1956) (PR ...Olivier Dormond2021-11-103-2/+32
| * c / win: get rid of psutil_load_globals() and move it into psutil_setup() funGiampaolo Rodola2021-11-043-31/+19