summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add debugging prints()wheel4Giampaolo Rodola2020-05-231-1/+2
* add debugging prints()Giampaolo Rodola2020-05-231-0/+8
* try to fix conn combos failureGiampaolo Rodola2020-05-231-17/+16
* use yml file from PRGiampaolo Rodola2020-05-231-17/+16
* go back to py36 for osxGiampaolo Rodola2020-05-231-1/+1
* Wheels 3 (#1764)Giampaolo Rodola2020-05-2313-147/+107
* some fixes to help #1762Giampaolo Rodola2020-05-185-46/+65
* memleak test: retries 10 times on CI instead of 5Giampaolo Rodola2020-05-181-2/+2
* refactor FetchAll testGiampaolo Rodola2020-05-181-8/+4
* fix occasional false positivesGiampaolo Rodola2020-05-182-2/+4
* enable github sponsorsGiampaolo Rodola2020-05-181-1/+1
* Wheels2 (#1761)Giampaolo Rodola2020-05-1817-103/+314
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-165-6/+91
* [Linux] Process.rlimit() does not handle LONG LONG properly (#1760)Giampaolo Rodola2020-05-162-3/+2
* add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa...Giampaolo Rodola2020-05-165-8/+13
* #1758: fix github failuresGiampaolo Rodola2020-05-156-21/+12
* better #ifdef detection for prlimit() availbilityGiampaolo Rodola2020-05-152-26/+22
* shorter testfnGiampaolo Rodola2020-05-151-3/+1
* fix some testsGiampaolo Rodola2020-05-153-7/+9
* have leak test use 3M instead of 70M to avoid swapping out on CIGiampaolo Rodola2020-05-131-1/+2
* rename memleaks scriptGiampaolo Rodola2020-05-137-6/+6
* always execute python memleak tests on linux (just fewer times)Giampaolo Rodola2020-05-132-55/+69
* put fds test in mem leak classGiampaolo Rodola2020-05-133-128/+70
* remove dead codeGiampaolo Rodola2020-05-131-6/+0
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-1310-206/+127
* merge from masterGiampaolo Rodola2020-05-074-46/+135
|\
| * Add new TestFdsLeak test class (#1752)Giampaolo Rodola2020-05-067-66/+162
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-05-051-53/+58
|\ \ | |/
| * Windows: refactor proc username(), split it in 2 functionsGiampaolo Rodola2020-05-052-54/+59
* | restore file permissionsGiampaolo Rodola2020-05-054-0/+0
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-05-053-4/+24
|\ \ | |/
| * fix some memleak tests on winGiampaolo Rodola2020-05-054-9/+29
* | fix winmake test targetGiampaolo Rodola2020-05-051-2/+2
* | (minor) fix argGiampaolo Rodola2020-05-051-3/+3
* | don't run namespaces test at runtime + refactor coverage testGiampaolo Rodola2020-05-053-23/+30
|/
* have mem leak test class check num of fds/handlesGiampaolo Rodola2020-05-043-47/+43
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-05-048-285/+419
|\
| * Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-049-299/+430
* | update READMEGiampaolo Rodola2020-05-031-14/+11
|/
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-0312-159/+306
* Parallelize fetch all processes tests with proc pool (#1746)Giampaolo Rodola2020-05-021-114/+103
* cleanup psutil mod namespace a bitGiampaolo Rodola2020-05-011-21/+18
* refactor signal testsGiampaolo Rodola2020-05-011-50/+38
* fix AttributeErrorGiampaolo Rodola2020-05-011-2/+8
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-0111-178/+151
* Drastically improve "make test/build" speed.Giampaolo Rodola2020-05-014-39/+39
* Revert #1736: Popen inheriting from subprocess (#1744)Giampaolo Rodola2020-05-015-112/+69
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-3018-269/+262
* Merge branch 'test-runner-refact'Giampaolo Rodola2020-04-303-151/+159
|\
| * See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-308-170/+187