| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | expose load counter code on winwin-getloadavg | Giampaolo Rodola | 2019-04-10 | 5 | -2/+131 |
| * | Linux / CPU freq, fixes #1481 | Alex Manuskin | 2019-04-05 | 3 | -49/+59 |
| * | 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 |
| * | | | | | remove outdated tests | Giampaolo Rodola | 2019-04-05 | 1 | -4/+0 |
| * | | | | | update doc | Giampaolo Rodola | 2019-04-05 | 1 | -15/+10 |
| * | | | | | update doc | Giampaolo Rodola | 2019-04-05 | 2 | -56/+87 |
| |/ / / / | |||||
| * | | | | [Win] Process IO priority constants + high priority (#1479 / #1476) | Giampaolo Rodola | 2019-04-05 | 6 | -48/+95 |
| | |_|/ |/| | | |||||
| * | | | don't fail if there are not prev failed tests | Giampaolo Rodola | 2019-04-05 | 1 | -1/+3 |
| * | | | fix #1478: add make command to re-run tests failed on last run | Giampaolo Rodola | 2019-04-05 | 4 | -2/+41 |
| | |/ |/| | |||||
| * | | [Win] return value is not properly handled for undocumented NT* Windows APIs.... | Giampaolo Rodola | 2019-04-04 | 9 | -53/+133 |
| |/ | |||||
| * | update HISTORY for #1475 | Giampaolo Rodola | 2019-04-04 | 1 | -0/+2 |
| * | properly check OSError.winerrorwinerr-handling | Giampaolo Rodola | 2019-04-04 | 2 | -49/+50 |
| * | refactor ionice() on Linux | Giampaolo Rodola | 2019-04-04 | 1 | -6/+3 |
| * | refactor ionice() on Linux | Giampaolo Rodola | 2019-04-04 | 2 | -59/+36 |
| * | ionice test refactoring | Giampaolo Rodola | 2019-04-04 | 1 | -48/+50 |
| * | #1404: fix regression not returning CPUs > 9 | Giampaolo Rodola | 2019-04-02 | 1 | -1/+2 |
| * | give CREDITS to Daniel Beer for #1471 | Giampaolo Rodola | 2019-04-02 | 3 | -5/+11 |
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-04-02 | 3 | -7/+9 |
| |\ | |||||
| | * | Fix spurious exception when iterating processes on Solaris (#1471) | Daniel Beer | 2019-04-02 | 1 | -1/+3 |
| | * | Fix corner case when /etc/mtab doesn't exist and procfs=/proc (#1470) | Cedric Lamoriniere | 2019-03-28 | 1 | -4/+4 |
| | * | Typo fixed (#1469) | ABDUL NIYAS P M | 2019-03-27 | 1 | -2/+2 |
| * | | give CREDITS for #1470 | Giampaolo Rodola | 2019-03-28 | 2 | -1/+7 |
| * | | update DEVNOTES | Giampaolo Rodola | 2019-03-28 | 1 | -0/+11 |
| |/ | |||||
| * | #1458: implement colors on Windows | Giampaolo Rodola | 2019-03-18 | 1 | -7/+49 |
| * | update HISTORY / CREDITS, fix some C warnings | Giampaolo Rodola | 2019-03-17 | 4 | -10/+6 |
| * | Make uptime type consitent to fix boot time error. (#1225) | Xiaoling Bao | 2019-03-17 | 1 | -17/+8 |
| * | fix #1463: cpu_distribution.py script is broken | Giampaolo Rodola | 2019-03-17 | 2 | -7/+36 |
| * | update issue template | Giampaolo Rodola | 2019-03-14 | 2 | -7/+12 |
| * | issue #1404 / linux / phys CPUs count | Giampaolo Rodola | 2019-03-14 | 3 | -6/+21 |
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-03-14 | 0 | -0/+0 |
| |\ | |||||
| | * | Big docfix (#1464) | Giampaolo Rodola | 2019-03-13 | 6 | -218/+217 |
| * | | Big docfix (#1464) | Giampaolo Rodola | 2019-03-14 | 16 | -345/+369 |
| |/ | |||||
| * | Make tests invariant to LANG setting (#1462) | Benjamin Drung | 2019-03-13 | 1 | -3/+3 |
| * | test runner: show errors on KeyboardInterrupt | Giampaolo Rodola | 2019-03-13 | 3 | -4/+25 |
