| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix run | Giampaolo Rodola | 2020-05-17 | 1 | -3/+3 |
| * | try to skip PYPY wheels on linux | Giampaolo Rodola | 2020-05-17 | 5 | -55/+59 |
| * | print sysinfo at the end of test run | Giampaolo Rodola | 2020-05-17 | 3 | -44/+47 |
| * | small refactoring | Giampaolo Rodola | 2020-05-17 | 2 | -9/+13 |
| * | print sysinfo on CI | Giampaolo Rodola | 2020-05-17 | 2 | -2/+38 |
| * | try to fix test | Giampaolo Rodola | 2020-05-17 | 4 | -5/+8 |
| * | try to fix failure | Giampaolo Rodola | 2020-05-17 | 1 | -1/+1 |
| * | adjust some tests | Giampaolo Rodola | 2020-05-17 | 1 | -1/+1 |
| * | adjust some tests | Giampaolo Rodola | 2020-05-17 | 6 | -60/+61 |
| * | try to fix some tests | Giampaolo Rodola | 2020-05-17 | 3 | -3/+7 |
| * | fix tests | Giampaolo Rodola | 2020-05-17 | 2 | -5/+3 |
| * | try to fix some failures | Giampaolo Rodola | 2020-05-17 | 4 | -5/+6 |
| * | add script to download wheels from GitHub | Giampaolo Rodola | 2020-05-16 | 1 | -3/+4 |
| * | 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 |
| * | Process wait() improvements (#1747) | Giampaolo Rodola | 2020-05-03 | 8 | -138/+252 |
| * | Parallelize fetch all processes tests with proc pool (#1746) | Giampaolo Rodola | 2020-05-02 | 1 | -114/+103 |
| * | cleanup psutil mod namespace a bit | Giampaolo Rodola | 2020-05-01 | 1 | -21/+18 |
| * | refactor signal tests | Giampaolo Rodola | 2020-05-01 | 1 | -50/+38 |
| * | fix AttributeError | Giampaolo Rodola | 2020-05-01 | 1 | -2/+8 |
| * | Refactor process test utils methods (#1745) | Giampaolo Rodola | 2020-05-01 | 11 | -178/+151 |
| * | Revert #1736: Popen inheriting from subprocess (#1744) | Giampaolo Rodola | 2020-05-01 | 3 | -75/+55 |
| * | Per-test file cleanup and new PsutilTestCase (#1743) | Giampaolo Rodola | 2020-04-30 | 16 | -260/+256 |
| * | See: #1709: allow per-test parallelization | Giampaolo Rodola | 2020-04-30 | 3 | -141/+148 |
| * | refactoring / rename vars | Giampaolo Rodola | 2020-04-29 | 1 | -12/+10 |
| * | Test sub-processes cleanup and ProcessTestCase class (#1739) | Giampaolo Rodola | 2020-04-28 | 12 | -215/+260 |
| * | show status() in __repr__ | Giampaolo Rodola | 2020-04-28 | 2 | -14/+18 |
| * | create_zombie_proc() make it return parent so that we can kill zombie | Giampaolo Rodola | 2020-04-28 | 4 | -19/+27 |
| * | psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (... | Giampaolo Rodola | 2020-04-28 | 5 | -47/+81 |
| * | add new termina() test util | Giampaolo Rodola | 2020-04-27 | 1 | -56/+73 |
| * | Merge branch 'master' into devreap-children | Giampaolo Rodola | 2020-04-26 | 18 | -113/+291 |
| |\ | |||||
| | * | Parallel tests (UNIX) (#1709) | Giampaolo Rodola | 2020-04-26 | 18 | -113/+291 |
| * | | rename var | Giampaolo Rodola | 2020-04-26 | 5 | -45/+45 |
| |/ | |||||
| * | trick to execute atexit functions in case of SIGTERM | Giampaolo Rodola | 2020-04-25 | 1 | -21/+34 |
