Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix #1501: handle the case where NtQueryInformationProcess fails when ↵ | Giampaolo Rodola | 2019-05-14 | 2 | -0/+11 | |
| | | | | | | | | dealing with 'Registry' win 10 pseudo process | |||||
| * | small refactoring | Giampaolo Rodola | 2019-05-14 | 3 | -3/+3 | |
| | | ||||||
* | | fix #1501: guard against NtQueryInformationProcess failing for 'Registry' ↵ | Giampaolo Rodola | 2019-05-13 | 2 | -0/+11 | |
|/ | | | | pseudo process on win 10 | |||||
* | refactor shields | Giampaolo Rodola | 2019-05-08 | 1 | -15/+15 | |
| | ||||||
* | README: add some badges | Giampaolo Rodola | 2019-05-08 | 1 | -0/+13 | |
| | ||||||
* | update CREDITS + small style fix | Giampaolo Rodola | 2019-05-08 | 6 | -10/+19 | |
| | ||||||
* | Fix some tests on AIX (#1507) | wiggin15 | 2019-05-08 | 2 | -4/+20 | |
| | ||||||
* | Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari) | wiggin15 | 2019-05-07 | 4 | -2/+80 | |
| | ||||||
* | Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by ↵ | wiggin15 | 2019-05-06 | 3 | -33/+87 | |
| | | | | @wiggin15) | |||||
* | Fix Process.ionice example using wrong keyword arg (#1504) | Tongzhou Wang | 2019-05-06 | 1 | -2/+2 | |
| | ||||||
* | fix history syntax | Giampaolo Rodola | 2019-04-29 | 1 | -8/+8 | |
| | ||||||
* | remove catching IOError; let the test fail and adjust it later | Giampaolo Rodola | 2019-04-26 | 1 | -11/+5 | |
| | ||||||
* | Fix cpu freq (#1496) | David Brochart | 2019-04-26 | 3 | -12/+42 | |
| | ||||||
* | pre releaserelease-5.6.2 | Giampaolo Rodola | 2019-04-26 | 3 | -0/+8 | |
| | ||||||
* | fix #1493: [Linux] cpu_freq(): handle the case where ↵ | Giampaolo Rodola | 2019-04-26 | 2 | -1/+3 | |
| | | | | /sys/devices/system/cpu/cpufreq/ exists but is empty. | |||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-26 | 1 | -7/+1 | |
|\ | ||||||
| * | Revert "Fix cpu_freq (#1493)" (#1495) | Giampaolo Rodola | 2019-04-25 | 1 | -7/+1 | |
| | | | | | | This reverts commit 01e00a6629a78a7277aac627c8b025cb753d6fee. | |||||
* | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-25 | 1 | -1/+7 | |
|\ \ | |/ | ||||||
| * | Fix cpu_freq (#1493) | David Brochart | 2019-04-25 | 1 | -1/+7 | |
| | | ||||||
* | | merge from master | Giampaolo Rodola | 2019-04-25 | 4 | -6/+8 | |
|\ \ | |/ | ||||||
| * | Update cpu_freq to return 0 for max/min if not available (#1487) | Alex Manuskin | 2019-04-25 | 4 | -7/+9 | |
| | | ||||||
* | | give CREDITS to @agnewee for #1491 | Giampaolo Rodola | 2019-04-25 | 2 | -1/+8 | |
|/ | ||||||
* | SunOS / net_if_addrs(): free() ifap struct on error (#1491) | agnewee | 2019-04-25 | 1 | -0/+1 | |
| | ||||||
* | fix #1486: add wraps() decorator around wrap_exceptions | Giampaolo Rodola | 2019-04-25 | 3 | -2/+6 | |
| | ||||||
* | refactor/move some utilities into _common.py | Giampaolo Rodola | 2019-04-12 | 5 | -36/+18 | |
| | ||||||
* | update doc | Giampaolo Rodola | 2019-04-12 | 3 | -14/+10 | |
| | ||||||
* | update HISTORY | Giampaolo Rodola | 2019-04-11 | 2 | -1/+3 | |
| | ||||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-11 | 17 | -61/+288 | |
|\ | ||||||
| * | Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by ↵ | Ammar Askar | 2019-04-11 | 15 | -12/+229 | |
| | | | | | | | | Ammar Askar) | |||||
| * | Linux / CPU freq, fixes #1481 | Alex Manuskin | 2019-04-05 | 3 | -49/+59 | |
| | | ||||||
* | | give credits to @amanusk for #1472 | Giampaolo Rodola | 2019-04-05 | 2 | -2/+3 | |
|/ | ||||||
* | improve pmap.py script | Giampaolo Rodola | 2019-04-05 | 2 | -7/+8 | |
| | ||||||
* | reuse ps.py script in psutil.test() | Giampaolo Rodola | 2019-04-05 | 2 | -40/+51 | |
| | ||||||
* | move get_terminal_size() in _compat.py | Giampaolo Rodola | 2019-04-05 | 3 | -42/+48 | |
| | ||||||
* | improve ps.py script | Giampaolo Rodola | 2019-04-05 | 1 | -25/+6 | |
| | ||||||
* | improve ps.py script | Giampaolo Rodola | 2019-04-05 | 1 | -27/+24 | |
| | ||||||
* | move bytes2human() into psutil._common and reused it from scripts dir | Giampaolo Rodola | 2019-04-05 | 12 | -235/+106 | |
| | ||||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-05 | 2 | -8/+17 | |
|\ | ||||||
| * | fix windows failure re. py 2 vs. 3 | Giampaolo Rodola | 2019-04-05 | 1 | -7/+15 | |
| | | ||||||
| * | merge from master | Giampaolo Rodola | 2019-04-05 | 9 | -129/+230 | |
| |\ | ||||||
| * \ | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-04 | 4 | -2/+43 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-04 | 9 | -53/+133 | |
| |\ \ \ | ||||||
| * | | | | fix error on py 2.7 where OSError doesn't always have winerror attribute | Giampaolo Rodola | 2019-04-04 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | fix linux testsfix-tests | Giampaolo Rodola | 2019-04-05 | 3 | -5/+5 | |
| |_|_|/ |/| | | | ||||||
* | | | | fix #1474: fix formatting of psutil.tests() which mimicks 'ps aux' output | Giampaolo Rodola | 2019-04-05 | 2 | -10/+30 | |
| | | | | ||||||
* | | | | give CREDITS for #1480 | Giampaolo Rodola | 2019-04-05 | 2 | -0/+6 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-05 | 1 | -3/+11 | |
|\ \ \ \ | ||||||
| * | | | | Fix read access violation in psutil.cpu_count(logical=False) (#1480) | Samer Masterson | 2019-04-05 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix read access violation in psutil.cpu_count(logical=False) by stopping the iteration through the SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX buffer when we hit the last item. | |||||
* | | | | | remove outdated tests | Giampaolo Rodola | 2019-04-05 | 1 | -4/+0 | |
| | | | | | ||||||
* | | | | | update doc | Giampaolo Rodola | 2019-04-05 | 1 | -15/+10 | |
| | | | | |