| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | set timeout for wait() | Giampaolo Rodola | 2020-05-23 | 1 | -2/+2 |
| * | refactor win tests | Giampaolo Rodola | 2020-05-23 | 1 | -15/+14 |
| * | remove placeholders for open_files | Giampaolo Rodola | 2020-05-23 | 3 | -4/+0 |
| * | fix import | Giampaolo Rodola | 2020-05-23 | 1 | -0/+1 |
| * | fix race condition | Giampaolo Rodola | 2020-05-23 | 2 | -3/+8 |
| * | skip unicode tests on pypy2 | Giampaolo Rodola | 2020-05-23 | 1 | -12/+12 |
| * | revert previous commit | Giampaolo Rodola | 2020-05-23 | 1 | -2/+7 |
| * | refactor isfile/path_strict funcs | Giampaolo Rodola | 2020-05-23 | 2 | -8/+3 |
| * | fix other tests | Giampaolo Rodola | 2020-05-23 | 3 | -14/+12 |
| * | take PYPY into account | Giampaolo Rodola | 2020-05-23 | 1 | -1/+2 |
| * | skip tests | Giampaolo Rodola | 2020-05-23 | 1 | -0/+3 |
| * | revert wmi refact | Giampaolo Rodola | 2020-05-23 | 1 | -25/+18 |
| * | try to fix win err | Giampaolo Rodola | 2020-05-22 | 1 | -2/+0 |
| * | skip wmi tests | Giampaolo Rodola | 2020-05-22 | 1 | -22/+27 |
| * | disable windows specific tests on github | Giampaolo Rodola | 2020-05-22 | 1 | -1/+3 |
| * | increase sysmem tolerance | Giampaolo Rodola | 2020-05-22 | 1 | -1/+1 |
| * | try to adjust test | Giampaolo Rodola | 2020-05-22 | 1 | -0/+2 |
| * | fix exe | Giampaolo Rodola | 2020-05-22 | 2 | -4/+4 |
| * | try to adjust test | Giampaolo Rodola | 2020-05-22 | 2 | -3/+3 |
| * | try to fix win failure | Giampaolo Rodola | 2020-05-22 | 1 | -1/+1 |
| * | undo last commit | Giampaolo Rodola | 2020-05-22 | 4 | -0/+5 |
| * | try to adjust test | Giampaolo Rodola | 2020-05-19 | 1 | -1/+1 |
| * | adjust deps | Giampaolo Rodola | 2020-05-19 | 1 | -8/+9 |
| * | adjust flake8 | Giampaolo Rodola | 2020-05-19 | 1 | -4/+4 |
| * | remove duplicate test | Giampaolo Rodola | 2020-05-19 | 5 | -69/+14 |
| * | fix for floppy | Giampaolo Rodola | 2020-05-18 | 1 | -1/+2 |
| * | refactor some tests | Giampaolo Rodola | 2020-05-18 | 3 | -38/+48 |
| * | look for floppy | Giampaolo Rodola | 2020-05-18 | 1 | -0/+2 |
| * | fix some tests | Giampaolo Rodola | 2020-05-18 | 3 | -10/+16 |
| * | refactor FetchAll test | Giampaolo Rodola | 2020-05-18 | 1 | -8/+4 |
| * | fix occasional false positives | Giampaolo Rodola | 2020-05-18 | 2 | -2/+4 |
| * | Wheels2 (#1761) | Giampaolo Rodola | 2020-05-18 | 11 | -88/+141 |
| * | Have GitHub build wheels on commit (#1758) | Grzegorz Bokota | 2020-05-16 | 3 | -3/+8 |
| * | [Linux] Process.rlimit() does not handle LONG LONG properly (#1760) | Giampaolo Rodola | 2020-05-16 | 1 | -3/+1 |
| * | add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa... | Giampaolo Rodola | 2020-05-16 | 5 | -8/+13 |
| * | #1758: fix github failures | Giampaolo Rodola | 2020-05-15 | 6 | -21/+12 |
| * | better #ifdef detection for prlimit() availbility | Giampaolo Rodola | 2020-05-15 | 2 | -26/+22 |
| * | shorter testfn | Giampaolo Rodola | 2020-05-15 | 1 | -3/+1 |
| * | fix some tests | Giampaolo Rodola | 2020-05-15 | 3 | -7/+9 |
| * | have leak test use 3M instead of 70M to avoid swapping out on CI | Giampaolo Rodola | 2020-05-13 | 1 | -1/+2 |
| * | rename memleaks script | Giampaolo Rodola | 2020-05-13 | 2 | -1/+1 |
| * | always execute python memleak tests on linux (just fewer times) | Giampaolo Rodola | 2020-05-13 | 2 | -55/+69 |
| * | put fds test in mem leak class | Giampaolo Rodola | 2020-05-13 | 3 | -128/+70 |
| * | remove dead code | Giampaolo Rodola | 2020-05-13 | 1 | -6/+0 |
| * | Memory leak test: take fluctuations into account (#1757) | Giampaolo Rodola | 2020-05-13 | 5 | -193/+108 |
| * | Add new TestFdsLeak test class (#1752) | Giampaolo Rodola | 2020-05-06 | 5 | -66/+154 |
| * | Windows: refactor proc username(), split it in 2 functions | Giampaolo Rodola | 2020-05-05 | 2 | -54/+59 |
| * | fix some memleak tests on win | Giampaolo Rodola | 2020-05-05 | 2 | -2/+22 |
| * | have mem leak test class check num of fds/handles | Giampaolo Rodola | 2020-05-04 | 3 | -47/+43 |
| * | Refactor tests calling all process methods (process_namespace class) (#1749) | Giampaolo Rodola | 2020-05-04 | 8 | -285/+419 |
