summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try to fix deprecation warningpy3.10-deprecation-warnGiampaolo Rodola2021-11-291-0/+4
* 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
|\
| * Typo fixed (#1930)Daniel Asztalos2021-10-031-1/+1
* | fix #1919 / Linux: sensors_battery() may raise TypeError on PureOSGiampaolo Rodola2021-10-033-2/+5
* | update doc re. to exception classesGiampaolo Rodola2021-10-031-10/+16
|/
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-036-82/+108
* Fix #1991: process_iter() raise TypeError with multi threads.Giampaolo Rodola2021-10-032-39/+41
* give credits to @XuehaiPan for #1948, #1949Giampaolo Rodola2021-10-023-4/+12
* Fix thread safety of cached functions lock-freely (#1949)Xuehai Pan2021-10-021-1/+6
* [Windows] fix service handle leak in start service (#1990)Wilfried Goesgens2021-10-021-0/+1
* try to fix CI not running for PRsGiampaolo Rodola2021-10-021-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2021-09-266-4/+17
|\
| * Minor typo fix (#1982)Michael Dudyak2021-08-201-1/+1
| * [Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)Pablo Baeyens2021-08-053-0/+7
| * Fix typos in documentation (#1970)Dmitry Gorbunov2021-07-243-3/+9
* | give CREDITS to @scoutapm-sponsorships and Alexey Vazhnov for sponsorshipGiampaolo Rodola2021-09-262-0/+4
* | top.py: report mem usage in GBGiampaolo Rodola2021-09-101-4/+6
|/
* ggive CREDITS to @MaWe2019Giampaolo Rodola2021-06-292-0/+6
* Changed size of opts array in psutil/arch/windows/disk.c to 50 (#1962)MaWe20192021-06-291-1/+1
* change tidelift logoGiampaolo Rodola2021-06-065-5/+39
* add Chenyoo Hao to list of supportersGiampaolo Rodola2021-06-064-4/+7
* try to fix py2 linting and freebsd installationGiampaolo Rodola2021-06-061-1/+3
* give CREDITS to @sansecio for the new sponsorshipGiampaolo Rodola2021-05-142-1/+8
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2021-05-034-3/+17
|\
| * Add tolerance to test_linux.TestSystemVirtualMemory.test_total (#1935)Miro HronĨok2021-04-151-1/+2
| * [Windows] psutil.swap_memory() show swap instead of committed memory (#1927)David Knaack2021-04-083-2/+15