summaryrefslogtreecommitdiff
path: root/psutil/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* update HISTORYGiampaolo Rodola2019-11-121-1/+1
* #1615, 1614: remove pyproject.tomlGiampaolo Rodola2019-11-061-1/+1
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-14/+13
* small refactoringGiampaolo Rodola2019-05-141-1/+1
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-1/+1
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-1/+1
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-1/+1
* update docGiampaolo Rodola2019-04-121-1/+1
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+11
* reuse ps.py script in psutil.test()Giampaolo Rodola2019-04-051-38/+29
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-2/+5
* fix linux testsfix-testsGiampaolo Rodola2019-04-051-1/+1
* fix #1474: fix formatting of psutil.tests() which mimicks 'ps aux' outputGiampaolo Rodola2019-04-051-10/+29