summaryrefslogtreecommitdiff
path: root/HISTORY.rst
Commit message (Expand)AuthorAgeFilesLines
* raise ZombieProcess instead of AccessDenied if process is a zombielinux-zombie-procGiampaolo Rodola2022-10-191-0/+11
* pre-release + give CREDITS to @mayeut (PR #2040) and @eallrich (new supporter)release-5.9.3Giampaolo Rodola2022-10-181-3/+8
* fix: race condition in test_posix.TestProcess.test_cmdline (#2153)Matthieu Darbois2022-10-081-0/+2
* fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-051-0/+1
* Resolve race condition in Process.threads() (#2151)Daniel Li2022-09-291-0/+2
* #2104 / TestFetchAllProcesses: don't use process pool on CI (fix deadlock)Giampaolo Rodola2022-09-201-1/+1
* fix #2116, macOS, net_connections() crashingGiampaolo Rodola2022-09-191-0/+1
* fix #2138 (critical): re-define ethtool_cmd_speedGiampaolo Rodola2022-09-191-0/+2
* resolve conflictsGiampaolo Rodola2022-09-191-8/+8
|\
| * Fix typosKian-Meng Ang2022-01-271-8/+8
* | [macOS] Fix out-of-bounds read around sysctl_procargs (#2135)Bernhard Urban-Forster2022-09-191-2/+4
* | update version + HISTORY + CREDITS for #2138Giampaolo Rodola2022-09-191-0/+10
* | Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-0/+1
* | fix venvrelease-5.9.2Giampaolo Rodola2022-09-041-9/+9
* | update HISTORY + bump up versionGiampaolo Rodola2022-09-021-7/+12
* | FreeBSD / pids(): increase buf size if not enoughGiampaolo Rodola2022-09-021-1/+3
* | [NetBSD] two fixes for swap code (#2128)Thomas Klausner2022-08-181-0/+1
* | [Linux] `net_if_stats()` returns an incorrect speed value for 100GbE network ...garrisoncarter2022-07-111-0/+2
* | Implicitly include <sys/param.h> so that __FreeBSD_version checks wor… (#2114)Torsten-B2022-06-241-0/+5
* | pre releaserelease-5.9.1Giampaolo Rodola2022-05-201-5/+6
* | [Linux] Speedup `Process.full_memory_info()` (#2108)Giampaolo Rodola2022-05-181-0/+3
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-2/+2
* | give CREDITS for #1053Giampaolo Rodola2022-04-151-0/+1
|/
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-161-0/+1
* [Linux]: increase `read(2)` buffer size when reading /proc files lines (#2054)Giampaolo Rodola2022-01-151-0/+8
* bump up ver + strip() some cat() resultsGiampaolo Rodola2022-01-081-2/+4
* fix #2048: str(psutil.Error) raise AttributeErrorGiampaolo Rodola2022-01-071-0/+2
* fix #2049: [Linux] cpu_freq returns current value in GHz but min/max in MHzGiampaolo Rodola2022-01-071-0/+8
* update HISTORYGiampaolo Rodola2021-12-291-2/+2
* pre-releaserelease-5.9.0Giampaolo Rodola2021-12-291-1/+1
* HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)Giampaolo Rodola2021-12-291-1150/+2267
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-291-1/+1
* fix #2023 [Linux] cpu_freq() return order is wrong on systems with > 9 CPUs.Giampaolo Rodola2021-11-251-0/+1
* give credits to @odormond for #1956 and #2011Giampaolo Rodola2021-11-101-0/+2
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-0/+2
* update HISTORY to include #1981, CREDIT @PetrPospisil, fix C linter warningsGiampaolo Rodola2021-10-181-0/+3
* [Linux] convert /dev/root device to real path (fixes #1999) (#2000)Giampaolo Rodola2021-10-141-0/+2
* give CREDITS to @ilius for #1996 + update docGiampaolo Rodola2021-10-121-0/+1
* move/rename tests re. to #1955Giampaolo Rodola2021-10-051-1/+1
* Handle ENAMETOOLONG on Linux (#1940) (#1955)Nikita Radchenko2021-10-051-0/+2
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-051-0/+5
* fix #1965 / win / users() / critical: Py_INCREF(Py_None) before setting None ...Giampaolo Rodola2021-10-051-0/+2
* fix #1919 / Linux: sensors_battery() may raise TypeError on PureOSGiampaolo Rodola2021-10-031-0/+1
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-031-0/+3
* Fix #1991: process_iter() raise TypeError with multi threads.Giampaolo Rodola2021-10-031-0/+2
* give credits to @XuehaiPan for #1948, #1949Giampaolo Rodola2021-10-021-3/+5
* [Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)Pablo Baeyens2021-08-051-0/+2
* ggive CREDITS to @MaWe2019Giampaolo Rodola2021-06-291-0/+2
* [Windows] psutil.swap_memory() show swap instead of committed memory (#1927)David Knaack2021-04-081-0/+1
* Fix incorrect range for Solaris swap output (#1874) (#1914)Jake Omann2021-02-211-0/+1