summaryrefslogtreecommitdiff
path: root/HISTORY.rst
Commit message (Expand)AuthorAgeFilesLines
* fix typos and some other minor bugs (#2253)HEADmastercui fliter2023-05-091-1/+1
* fix failing users() test; update HISTORY; give CREDITS to @0-wiz-0 for #2241Giampaolo Rodola2023-04-201-0/+8
* pre releaserelease-5.9.5Giampaolo Rodola2023-04-171-2/+4
* Add CI testing for OpenBSD and NetBSD (#2240)Giampaolo Rodola2023-04-171-0/+2
* Fix #2239 / proc name(): don't fail with ZombieProcess on cmdline()Giampaolo Rodola2023-04-171-0/+4
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-2/+6
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-161-0/+2
* Fix #2236 / NetNBSD: skip terminated process threadsGiampaolo Rodola2023-04-141-0/+2
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-151-0/+2
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-141-0/+1
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-131-0/+7
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-131-0/+2
* OpenBSD is unable to recognize zombie process. (#2229)Giampaolo Rodola2023-04-121-0/+2
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-111-0/+2
* [Linux] guess `available` virtual_memory() if kernel says it's 0 (#2052)Giampaolo Rodola2023-03-291-0/+4
* update HISTORYGiampaolo Rodola2023-03-281-0/+2
* update HISTORY/CREDITS for #2216 / @mayeutGiampaolo Rodola2023-03-271-0/+2
* Clearer tracebacks in case of chained exceptions (#2196)Giampaolo Rodola2023-01-241-0/+10
* give CREDITS to @sunpoet for #2186Giampaolo Rodola2022-12-271-0/+1
* #2164: fix compilation failures on linux < 2.6.27 / CentOS 5 (#2171)Giampaolo Rodola2022-11-101-0/+5
* pre releaseGiampaolo Rodola2022-11-071-3/+3
* update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #21...Giampaolo Rodola2022-10-211-1/+11
* Use system-level values for Windows virtual memory (#2077)Daniel Widdis2022-10-211-0/+10
* 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