summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix win failurelinux-cat-bcatGiampaolo Rodola2022-01-081-4/+4
* fix py2 failureGiampaolo Rodola2022-01-081-0/+1
* update docstringGiampaolo Rodola2022-01-081-3/+4
* update docstringGiampaolo Rodola2022-01-081-3/+3
* avoid code repetitionGiampaolo Rodola2022-01-081-12/+4
* move cat/bcat unit testsGiampaolo Rodola2022-01-084-39/+46
* add bcat() utilityGiampaolo Rodola2022-01-081-42/+53
* 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
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-2620-61/+98
* update HISTORY to include #1981, CREDIT @PetrPospisil, fix C linter warningsGiampaolo Rodola2021-10-183-6/+13
* 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-143-0/+142
* 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
* give CREDITS to @ilius for #1996 + update docGiampaolo Rodola2021-10-123-1/+7
* 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-052-23/+14
* Handle ENAMETOOLONG on Linux (#1940) (#1955)Nikita Radchenko2021-10-054-1/+48
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-055-111/+102
* fix #1965 / win / users() / critical: Py_INCREF(Py_None) before setting None ...Giampaolo Rodola2021-10-052-0/+3
* use ThreadTask as a ctx managerGiampaolo Rodola2021-10-051-5/+1
* expand Process.threads() doc (take inspiration from #1989)Giampaolo Rodola2021-10-041-3/+11
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2021-10-031-1/+1
|\