summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* turn psutil_debug() C function into a macro printing file name and linedebug-c-macroGiampaolo Rodola2021-10-252-17/+9
* update HISTORY to include #1981, CREDIT @PetrPospisil, fix C linter warningsGiampaolo Rodola2021-10-181-6/+6
* 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-142-0/+140
* 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
* 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-051-22/+13
* Handle ENAMETOOLONG on Linux (#1940) (#1955)Nikita Radchenko2021-10-052-0/+41
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-054-111/+97
* fix #1965 / win / users() / critical: Py_INCREF(Py_None) before setting None ...Giampaolo Rodola2021-10-051-0/+1
* use ThreadTask as a ctx managerGiampaolo Rodola2021-10-051-5/+1
* fix #1919 / Linux: sensors_battery() may raise TypeError on PureOSGiampaolo Rodola2021-10-032-2/+4
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-035-82/+105
* Fix #1991: process_iter() raise TypeError with multi threads.Giampaolo Rodola2021-10-031-39/+39
* give credits to @XuehaiPan for #1948, #1949Giampaolo Rodola2021-10-021-1/+3
* 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
* [Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)Pablo Baeyens2021-08-051-0/+1
* Fix typos in documentation (#1970)Dmitry Gorbunov2021-07-241-1/+1
* Changed size of opts array in psutil/arch/windows/disk.c to 50 (#1962)MaWe20192021-06-291-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2021-05-032-3/+12
|\
| * 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-081-2/+10
* | Re. #1210: add doc warning explaining that cpu_times() values can sometimes g...Giampaolo Rodola2021-05-031-1/+0
|/
* Fix incorrect range for Solaris swap output (#1874) (#1914)Jake Omann2021-02-211-1/+1
* Linux: wait_procs ignoring timeout (#1913) (#1917)Guillermo2021-02-182-0/+11
* windows: Preserve GetLastError() value before calling sprintf (#1904)alxchk2021-01-081-1/+2
* 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
* 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
* Fix #1512 proc connections() fails with EOPNOTSUPPGiampaolo Rodola2020-12-291-6/+10
* remove win dead codeGiampaolo Rodola2020-12-271-29/+0
* FreeBSD: move CPU C functions in their own cpu.c moduleGiampaolo Rodola2020-12-246-122/+149
* rename C funGiampaolo Rodola2020-12-214-4/+4
* Refactor macOS CPU code (#1896)Giampaolo Rodola2020-12-213-147/+155
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-2121-55/+53
* adjust CI botsGiampaolo Rodola2020-12-201-1/+1
* #1892 fix cpu_freq() broken on Apple M1 (#1895)Giampaolo Rodola2020-12-201-18/+21
* update INSTALL.rst + fix CI failuresGiampaolo Rodola2020-12-192-0/+7
* fix around macos failure on CIrelease-5.8.0Giampaolo Rodola2020-12-191-1/+2
* Don't duplicate coretemp sensor readings (#1822)Tim Schlueter2020-12-171-2/+12
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-1717-49/+91
* workaround for environ() on CI + MACOSGiampaolo Rodola2020-12-141-1/+10
* [Windows] giveup with AD for all NtWow64 API calls (query 64-bit process from...Giampaolo Rodola2020-12-141-2/+44
* fix #1875: username return ERROR_NONE_MAPPEDGiampaolo Rodola2020-12-141-0/+13