summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update HISTORY for #1901 / #1903osx-list-fds-refactGiampaolo Rodola2021-10-051-0/+5
* Merge branch 'master' into osx-list-fds-refactGiampaolo Rodola2021-10-0527-256/+372
|\
| * 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
| * | 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
* | adjust error msgsGiampaolo Rodola2021-01-082-5/+5
* | OSX: get rid of catch_zombie() ctx mgrGiampaolo Rodola2021-01-081-47/+10
* | better debug msgGiampaolo Rodola2021-01-083-6/+6
* | set a limit for malloc() sizeGiampaolo Rodola2021-01-071-0/+6
* | add debug printsGiampaolo Rodola2021-01-071-8/+3
* | remove unnecesary (Giampaolo Rodola2021-01-061-1/+1
* | castingGiampaolo Rodola2021-01-071-3/+3
* | rename varGiampaolo Rodola2021-01-072-13/+16
* | reuse utility funGiampaolo Rodola2021-01-071-31/+6