summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
...
* | #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
* HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)Giampaolo Rodola2021-12-292-3/+8
* assert scripts have +x bitGiampaolo Rodola2021-12-151-5/+6
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-1427-136/+155
* fix missing arg passed to C psutil_debug()Giampaolo Rodola2021-11-301-1/+1
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-295-13/+9
* fix #2023 [Linux] cpu_freq() return order is wrong on systems with > 9 CPUs.Giampaolo Rodola2021-11-251-3/+4
* give credits to @odormond for #1956 and #2011Giampaolo Rodola2021-11-101-2/+0
* [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
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-2614-56/+67
* update HISTORY to include #1981, CREDIT @PetrPospisil, fix C linter warningsGiampaolo Rodola2021-10-181-6/+6
* Fix WOW64 issue: NtQuerySystemInformation does not set ImageName.MaximumLengt...PetrPospisil2021-10-181-7/+39
* Changes to debug() function:Giampaolo Rodola2021-10-143-1/+53
* add debug() prints in a couple of placesGiampaolo Rodola2021-10-144-4/+10
* [Linux] convert /dev/root device to real path (fixes #1999) (#2000)Giampaolo Rodola2021-10-142-0/+140
* remove dead windows codeGiampaolo Rodola2021-10-141-14/+0
* tests: move per-module imports at the top of the file(s)Giampaolo Rodola2021-10-144-12/+17
* add support for MidnightBSD (#1996)Saeed Rasooli2021-10-121-1/+1
* Use assertEqual instead of assertEquals for Python 3.11 compatibility. (#1995)Karthikeyan Singaravelan2021-10-081-1/+1
* move/rename tests re. to #1955Giampaolo Rodola2021-10-051-22/+13
* Handle ENAMETOOLONG on Linux (#1940) (#1955)Nikita Radchenko2021-10-052-0/+41
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-054-111/+97
* fix #1965 / win / users() / critical: Py_INCREF(Py_None) before setting None ...Giampaolo Rodola2021-10-051-0/+1
* use ThreadTask as a ctx managerGiampaolo Rodola2021-10-051-5/+1