summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | add interface to CPUIDGiampaolo Rodola2021-12-303-1/+56
* | | rm staticmethodGiampaolo Rodola2021-12-302-3/+1
* | | add commentsGiampaolo Rodola2021-12-301-7/+10
* | | add commentsGiampaolo Rodola2021-12-301-0/+4
* | | look for known filesGiampaolo Rodola2021-12-302-0/+30
* | | styleGiampaolo Rodola2021-12-301-2/+2
* | | read PID 1 environ()Giampaolo Rodola2021-12-302-1/+14
* | | refactGiampaolo Rodola2021-12-301-7/+5
* | | read /run/host/container-managerGiampaolo Rodola2021-12-302-0/+12
* | | read /run/host/container-managerGiampaolo Rodola2021-12-302-0/+29
* | | rename funGiampaolo Rodola2021-12-302-9/+7
* | | detect prootGiampaolo Rodola2021-12-302-0/+21
* | | detect WSLGiampaolo Rodola2021-12-302-0/+14
* | | detect UMLGiampaolo Rodola2021-12-302-11/+38
* | | invert methods orderGiampaolo Rodola2021-12-301-13/+13
* | | ask dmiGiampaolo Rodola2021-12-302-7/+53
* | | detect ZVMGiampaolo Rodola2021-12-304-1/+77
|/ /
* | 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
|\