summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* set timeout for wait()Giampaolo Rodola2020-05-231-2/+2
* refactor win testsGiampaolo Rodola2020-05-231-15/+14
* remove placeholders for open_filesGiampaolo Rodola2020-05-233-4/+0
* fix importGiampaolo Rodola2020-05-231-0/+1
* fix race conditionGiampaolo Rodola2020-05-232-3/+8
* skip unicode tests on pypy2Giampaolo Rodola2020-05-231-12/+12
* revert previous commitGiampaolo Rodola2020-05-231-2/+7
* refactor isfile/path_strict funcsGiampaolo Rodola2020-05-232-8/+3
* fix other testsGiampaolo Rodola2020-05-233-14/+12
* take PYPY into accountGiampaolo Rodola2020-05-231-1/+2
* skip testsGiampaolo Rodola2020-05-231-0/+3
* revert wmi refactGiampaolo Rodola2020-05-231-25/+18
* try to fix win errGiampaolo Rodola2020-05-221-2/+0
* skip wmi testsGiampaolo Rodola2020-05-221-22/+27
* disable windows specific tests on githubGiampaolo Rodola2020-05-221-1/+3
* increase sysmem toleranceGiampaolo Rodola2020-05-221-1/+1
* try to adjust testGiampaolo Rodola2020-05-221-0/+2
* fix exeGiampaolo Rodola2020-05-222-4/+4
* try to adjust testGiampaolo Rodola2020-05-222-3/+3
* try to fix win failureGiampaolo Rodola2020-05-221-1/+1
* undo last commitGiampaolo Rodola2020-05-224-0/+5
* try to adjust testGiampaolo Rodola2020-05-191-1/+1
* adjust depsGiampaolo Rodola2020-05-191-8/+9
* adjust flake8Giampaolo Rodola2020-05-191-4/+4
* remove duplicate testGiampaolo Rodola2020-05-195-69/+14
* fix for floppyGiampaolo Rodola2020-05-181-1/+2
* refactor some testsGiampaolo Rodola2020-05-183-38/+48
* look for floppyGiampaolo Rodola2020-05-181-0/+2
* fix some testsGiampaolo Rodola2020-05-183-10/+16
* refactor FetchAll testGiampaolo Rodola2020-05-181-8/+4
* fix occasional false positivesGiampaolo Rodola2020-05-182-2/+4
* Wheels2 (#1761)Giampaolo Rodola2020-05-1811-88/+141
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-163-3/+8
* [Linux] Process.rlimit() does not handle LONG LONG properly (#1760)Giampaolo Rodola2020-05-161-3/+1
* 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-132-1/+1
* 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-135-193/+108
* Add new TestFdsLeak test class (#1752)Giampaolo Rodola2020-05-065-66/+154
* Windows: refactor proc username(), split it in 2 functionsGiampaolo Rodola2020-05-052-54/+59
* fix some memleak tests on winGiampaolo Rodola2020-05-052-2/+22
* have mem leak test class check num of fds/handlesGiampaolo Rodola2020-05-043-47/+43
* Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-048-285/+419