summaryrefslogtreecommitdiff
path: root/psutil/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #2239 / proc name(): don't fail with ZombieProcess on cmdline()Giampaolo Rodola2023-04-171-1/+6
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-1/+1
* #2164: fix compilation failures on linux < 2.6.27 / CentOS 5 (#2171)Giampaolo Rodola2022-11-101-1/+1
* update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #21...Giampaolo Rodola2022-10-211-1/+1
* resolve conflictsGiampaolo Rodola2022-09-191-3/+3
|\
| * Fix typosKian-Meng Ang2022-01-271-3/+3
* | update version + HISTORY + CREDITS for #2138Giampaolo Rodola2022-09-191-1/+1
* | update HISTORY + bump up versionGiampaolo Rodola2022-09-021-1/+1
* | fix sphinx warning: unexpected unindent (#2118)Xuehai Pan2022-08-181-1/+1
* | introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-251-1/+1
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-5/+2
* | Use a generator to avoid a needless list allocation (#1567)Ofek Lev2022-04-151-1/+1
|/
* bump up ver + strip() some cat() resultsGiampaolo Rodola2022-01-081-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-26/+27
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-291-1/+1
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-0/+9
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-031-5/+10
* Fix #1991: process_iter() raise TypeError with multi threads.Giampaolo Rodola2021-10-031-39/+39
* Fix typos in documentation (#1970)Dmitry Gorbunov2021-07-241-1/+1
* Re. #1210: add doc warning explaining that cpu_times() values can sometimes g...Giampaolo Rodola2021-05-031-1/+0
* Linux: wait_procs ignoring timeout (#1913) (#1917)Guillermo2021-02-181-0/+3
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-1/+1
* adjust CI botsGiampaolo Rodola2020-12-201-1/+1
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-1/+1
* remove misleading "in UTC" (#1882)zed2020-11-151-1/+1
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-1/+3
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-2/+18
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-47/+25
* increase test coverageGiampaolo Rodola2020-10-171-2/+2
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-211-1/+1
* give CREDITS for #1800 / @ArminGrunnerGiampaolo Rodola2020-08-131-1/+1
* pre-releaseGiampaolo Rodola2020-07-151-1/+1
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-21/+25
* cleanup psutil mod namespace a bitGiampaolo Rodola2020-05-011-21/+18
* Revert #1736: Popen inheriting from subprocess (#1744)Giampaolo Rodola2020-05-011-41/+28
* show status() in __repr__Giampaolo Rodola2020-04-281-14/+16
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-281-31/+44
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-1/+1
* sensors_fans is not available on MacOS (#1710)crusaderky2020-03-041-1/+1
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-3/+2
* revert process_iter() exactly how it was pre #1667Giampaolo Rodola2020-02-181-3/+2
* revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-181-5/+1
* update docGiampaolo Rodola2020-02-151-2/+3
* Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-181-4/+8
* #1652 remove Windows Vista referencesGiampaolo Rodola2020-01-111-1/+1
* move send_signal() code into windows moduleGiampaolo Rodola2020-01-051-10/+1
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-106/+5
* bump versioncygwinGiampaolo Rodola2019-12-291-1/+2
* lintGiampaolo Rodola2019-12-281-0/+2
* fix #1630: can't compile source distribution on WindowsGiampaolo Rodola2019-11-261-1/+1