| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | show status() in __repr__ | Giampaolo Rodola | 2020-04-28 | 1 | -14/+16 |
| | | |||||
| * | psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter ↵ | Giampaolo Rodola | 2020-04-28 | 1 | -31/+44 |
| | | | | | (#1736) | ||||
| * | MemoryLeakTest class enhancements (#1731) | Giampaolo Rodola | 2020-04-23 | 1 | -1/+1 |
| | | |||||
| * | sensors_fans is not available on MacOS (#1710) | crusaderky | 2020-03-04 | 1 | -1/+1 |
| | | |||||
| * | Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704) | Giampaolo Rodola | 2020-02-21 | 1 | -3/+2 |
| | | |||||
| * | revert process_iter() exactly how it was pre #1667 | Giampaolo Rodola | 2020-02-18 | 1 | -3/+2 |
| | | |||||
| * | revert #1667 process_iter() new_only param | Giampaolo Rodola | 2020-02-18 | 1 | -5/+1 |
| | | | | | | | | | | | On a second thought I realized that process_iter() uses a global variable, so it's not thread safe. That means that if the are 2 threads using it, the first thread one calling the function (+ consume the iterator), will "steal" the processes of the second thread. psutil.cpu_percent() has the same problem. That means we have a problem can't solve with the current API and requires a lot of thinking on how to solve it as it's not obvious. | ||||
| * | update doc | Giampaolo Rodola | 2020-02-15 | 1 | -2/+3 |
| | | |||||
| * | Add *new_only* parameter for process_iter() (#1667) | Giampaolo Rodola | 2020-01-18 | 1 | -4/+8 |
| | | |||||
| * | #1652 remove Windows Vista references | Giampaolo Rodola | 2020-01-11 | 1 | -1/+1 |
| | | |||||
| * | move send_signal() code into windows module | Giampaolo Rodola | 2020-01-05 | 1 | -10/+1 |
| | | |||||
| * | move custom exceptions in _common.py | Giampaolo Rodola | 2020-01-02 | 1 | -106/+5 |
| | | |||||
| * | bump versioncygwin | Giampaolo Rodola | 2019-12-29 | 1 | -1/+2 |
| | | |||||
| * | lint | Giampaolo Rodola | 2019-12-28 | 1 | -0/+2 |
| | | |||||
| * | fix #1630: can't compile source distribution on Windows | Giampaolo Rodola | 2019-11-26 | 1 | -1/+1 |
| | | |||||
| * | update HISTORY | Giampaolo Rodola | 2019-11-12 | 1 | -1/+1 |
| | | |||||
| * | #1615, 1614: remove pyproject.toml | Giampaolo Rodola | 2019-11-06 | 1 | -1/+1 |
| | | |||||
| * | PEP-3151: backport FS exceptions to Python 2 (#1544) | Giampaolo Rodola | 2019-06-28 | 1 | -14/+13 |
| | | |||||
| * | small refactoring | Giampaolo Rodola | 2019-05-14 | 1 | -1/+1 |
| | | |||||
| * | update CREDITS + small style fix | Giampaolo Rodola | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari) | wiggin15 | 2019-05-07 | 1 | -1/+1 |
| | | |||||
| * | refactor/move some utilities into _common.py | Giampaolo Rodola | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by ↵ | Ammar Askar | 2019-04-11 | 1 | -0/+11 |
| | | | | | Ammar Askar) | ||||
| * | reuse ps.py script in psutil.test() | Giampaolo Rodola | 2019-04-05 | 1 | -38/+29 |
| | | |||||
| * | move bytes2human() into psutil._common and reused it from scripts dir | Giampaolo Rodola | 2019-04-05 | 1 | -2/+5 |
| | | |||||
| * | fix linux testsfix-tests | Giampaolo Rodola | 2019-04-05 | 1 | -1/+1 |
| | | |||||
| * | fix #1474: fix formatting of psutil.tests() which mimicks 'ps aux' output | Giampaolo Rodola | 2019-04-05 | 1 | -10/+29 |
| | | |||||
| * | [Win] Process IO priority constants + high priority (#1479 / #1476) | Giampaolo Rodola | 2019-04-05 | 1 | -0/+4 |
| | | |||||
| * | Big docfix (#1464) | Giampaolo Rodola | 2019-03-14 | 1 | -1/+1 |
| | | | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs | ||||
| * | test runner: show errors on KeyboardInterrupt | Giampaolo Rodola | 2019-03-13 | 1 | -1/+1 |
| | | |||||
| * | bump up version, fix some doc issues | Giampaolo Rodola | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | update doc + change git hook location | Giampaolo Rodola | 2019-03-02 | 1 | -3/+0 |
| | | |||||
| * | #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise ↵ | Giampaolo Rodola | 2019-02-27 | 1 | -1/+0 |
| | | | | | AccessDenied | ||||
| * | #fix 1438: do not return any parent() for PID 0 + update doc | Giampaolo Rodola | 2019-02-26 | 1 | -24/+16 |
| | | |||||
| * | remove assertion | Giampaolo Rodola | 2019-02-26 | 1 | -4/+3 |
| | | |||||
| * | fix #1437: return pids() in sorted order | Giampaolo Rodola | 2019-02-26 | 1 | -2/+2 |
| | | |||||
| * | fix <= logic | Giampaolo Rodola | 2019-02-26 | 1 | -1/+1 |
| | | |||||
| * | #1433, #1379: fix parents() method (infinite loop) | Giampaolo Rodola | 2019-02-26 | 1 | -4/+23 |
| | | |||||
| * | #1353: make process_iter() thread-safe | Giampaolo Rodola | 2019-02-26 | 1 | -5/+11 |
| | | |||||
| * | Add Process.parents() method (#1433) | Giampaolo Rodola | 2019-02-25 | 1 | -2/+13 |
| | | |||||
| * | #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413) | Giampaolo Rodola | 2019-02-17 | 1 | -1/+1 |
| | | | | #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() | ||||
| * | pre-release | Giampaolo Rodola | 2019-02-15 | 1 | -1/+1 |
| | | |||||
| * | fix #1402: move psutil exceptions back into __init__.py | Giampaolo Rodola | 2019-02-04 | 1 | -8/+107 |
| | | |||||
| * | fix #1111: use a lock to make Process.oneshot() thread safe | Giampaolo Rodola | 2018-12-13 | 1 | -34/+40 |
| | | |||||
| * | #1373: different approach to oneshot() cache (pass Process instances around ↵ | Giampaolo Rodola | 2018-12-13 | 1 | -8/+8 |
| | | | | | - which is faster) | ||||
| * | revert 5398c48047d424af97644879fb4eaa7aad432f58; let's do it in a separate ↵ | Giampaolo Rodola | 2018-12-08 | 1 | -36/+33 |
| | | | | | branch | ||||
| * | #1111 make Process.oneshot() thread-safe | Giampaolo Rodola | 2018-12-08 | 1 | -33/+36 |
| | | |||||
| * | sort HISTORY | Giampaolo Rodola | 2018-12-05 | 1 | -1/+1 |
| | | |||||
| * | give CREDITS to @amanusk for #1369 / #1352 and update doc | Giampaolo Rodola | 2018-12-01 | 1 | -1/+1 |
| | | |||||
