Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 ↵ | Giampaolo Rodola | 2019-04-04 | 9 | -53/+133 | |
|/ | | | | APIs. (#1477) | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | In some Linux configurations the `/etc/mtab` does not exist but the procfs_path is equal to `/proc`. With the fix done for the issue #1307, the described configuration didn't work. This Commit introduce an additional check that verifies if the `/etc/mtab` file exists before using it, else it defaults to `<procfs_path>/self/mounts` Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com> | |||||
| * | 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 | |
| | | | | | determine CPUs from /sys/devices/system/cpu/cpu[0-9]/topology/core_id in case /proc/cpuinfo does not provide this info | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs | |||||
* | | Big docfix (#1464) | Giampaolo Rodola | 2019-03-14 | 16 | -345/+369 | |
|/ | | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs | |||||
* | Make tests invariant to LANG setting (#1462) | Benjamin Drung | 2019-03-13 | 1 | -3/+3 | |
| | | | | | | | When LANG is set to a non English locale (e.g. de_DE.UTF-8), free and vmstat will output the text translated and cause the test cases to fail. Therefore set LANG=C.UTF-8 when calling free or vmstat to always get the English output. | |||||
* | test runner: show errors on KeyboardInterrupt | Giampaolo Rodola | 2019-03-13 | 3 | -4/+25 | |
| | ||||||
* | test runner refactoring (avoid code duplication) | Giampaolo Rodola | 2019-03-13 | 17 | -57/+48 | |
| | ||||||
* | Coloured tests (#1459) | Giampaolo Rodola | 2019-03-13 | 19 | -63/+144 | |
| | | | Fixes #1458. | |||||
* | pre-releaserelease-5.6.1 | Giampaolo Rodola | 2019-03-11 | 2 | -0/+8 | |
| | ||||||
* | [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453) | Giampaolo Rodola | 2019-03-11 | 6 | -68/+150 | |
| | ||||||
* | fix version highlighting in docs/index (#1455) | Evgeni Golov | 2019-03-11 | 1 | -1/+1 | |
| | ||||||
* | fix version highlighting in README (#1454) | Evgeni Golov | 2019-03-11 | 1 | -1/+1 | |
| | ||||||
* | run win specific tests twice as fast | Giampaolo Rodola | 2019-03-09 | 1 | -22/+10 | |
| | ||||||
* | test refactoring | Giampaolo Rodola | 2019-03-10 | 1 | -47/+57 | |
| | ||||||
* | test: avoid failing at import time | Giampaolo Rodola | 2019-03-06 | 2 | -3/+2 | |
| | ||||||
* | mention how to run tests in INSTALL guide | Giampaolo Rodola | 2019-03-06 | 1 | -4/+6 | |
| | ||||||
* | #1448: fix Wine support due to missing rtlIpv6AddressToStringA | Giampaolo Rodola | 2019-03-05 | 3 | -7/+10 | |
| | ||||||
* | update HISTORY | Giampaolo Rodola | 2019-03-05 | 2 | -1/+10 | |
| | ||||||
* | Fix #1329: [AIX] disable some functions based on availability in libperfstat ↵ | wiggin15 | 2019-03-05 | 8 | -18/+50 | |
| | | | | (#1349) | |||||
* | bump up version, fix some doc issues | Giampaolo Rodola | 2019-03-05 | 4 | -4/+6 | |
| | ||||||
* | fix ResourceWarningrelease-5.6.0 | Giampaolo Rodola | 2019-03-05 | 1 | -2/+2 | |
| | ||||||
* | pre-release | Giampaolo Rodola | 2019-03-05 | 5 | -52/+54 | |
| | ||||||
* | fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!) | Giampaolo Rodola | 2019-03-03 | 7 | -5/+17 | |
| | ||||||
* | update doc + change git hook location | Giampaolo Rodola | 2019-03-02 | 6 | -18/+12 | |
| | ||||||
* | update doc | Giampaolo Rodola | 2019-03-01 | 1 | -11/+16 | |
| | ||||||
* | make pre-release checks/install src dist in a venv | Giampaolo Rodola | 2019-03-01 | 3 | -17/+20 | |
| | ||||||
* | add new make command to check tar.gz sanity | Giampaolo Rodola | 2019-03-01 | 1 | -1/+9 | |
| |