summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | use calculate_avail_vmem() if MemAvailable from /proc/meminfo is 0Giampaolo Rodola2021-05-141-32/+40
* | add one testGiampaolo Rodola2021-05-121-0/+7
* | move tests aroundGiampaolo Rodola2021-05-121-27/+24
* | test phys mem against both free and vmstatGiampaolo Rodola2021-05-111-17/+29
|/
* 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
* | Re. #1210: add doc warning explaining that cpu_times() values can sometimes g...Giampaolo Rodola2021-05-033-20/+8
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2021-04-062-1/+2
|\
| * Fix incorrect range for Solaris swap output (#1874) (#1914)Jake Omann2021-02-212-1/+2
* | add @cybersecgeek to sponsorsGiampaolo Rodola2021-04-062-0/+2
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2021-02-184-0/+16
|\ \ | |/
| * Linux: wait_procs ignoring timeout (#1913) (#1917)Guillermo2021-02-184-0/+16
* | update DEVNOTESGiampaolo Rodola2021-01-181-52/+4
|/
* give CREDITS to @alxchk for #1904Giampaolo Rodola2021-01-082-1/+3
* windows: Preserve GetLastError() value before calling sprintf (#1904)alxchk2021-01-081-1/+2
* give CREDITS to @marxin for #1851 and #1852Giampaolo Rodola2021-01-072-0/+10
* Speed up cpu_frequncy() on Linux systems (#1851) (#1852)marxin2021-01-072-20/+21
* #1901 / macOS: better err msg on proc_pidinfo()Giampaolo Rodola2021-01-061-3/+10
* fix issue labeler issueGiampaolo Rodola2021-01-061-16/+1
* provide debug info in case of error for getloadavg() on Windows.Giampaolo Rodola2020-12-301-12/+14
* Linux, cpu_freq(): diminish os.stat() calls a bitGiampaolo Rodola2020-12-301-12/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-12-291-1/+1
|\
| * Fix typo in index.rst (#1899)Andre F de Miranda2020-12-291-1/+1
* | update docGiampaolo Rodola2020-12-291-12/+2
|/
* Fix #1512 proc connections() fails with EOPNOTSUPPGiampaolo Rodola2020-12-292-6/+12
* give CREDITS to @aristocratos for new sponsorship (thank you ;))Giampaolo Rodola2020-12-283-2/+8
* remove win dead codeGiampaolo Rodola2020-12-271-29/+0
* update docGiampaolo Rodola2020-12-273-11/+6
* give CREDITS to @dbwiddis for becoming a GH sponsor (thanks ;))Giampaolo Rodola2020-12-242-3/+8
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-12-248-122/+154
|\
| * FreeBSD: move CPU C functions in their own cpu.c moduleGiampaolo Rodola2020-12-248-122/+154