summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* fix runGiampaolo Rodola2020-05-171-3/+3
* try to skip PYPY wheels on linuxGiampaolo Rodola2020-05-175-55/+59
* print sysinfo at the end of test runGiampaolo Rodola2020-05-173-44/+47
* small refactoringGiampaolo Rodola2020-05-172-9/+13
* print sysinfo on CIGiampaolo Rodola2020-05-172-2/+38
* try to fix testGiampaolo Rodola2020-05-174-5/+8
* try to fix failureGiampaolo Rodola2020-05-171-1/+1
* adjust some testsGiampaolo Rodola2020-05-171-1/+1
* adjust some testsGiampaolo Rodola2020-05-176-60/+61
* try to fix some testsGiampaolo Rodola2020-05-173-3/+7
* fix testsGiampaolo Rodola2020-05-172-5/+3
* try to fix some failuresGiampaolo Rodola2020-05-174-5/+6
* add script to download wheels from GitHubGiampaolo Rodola2020-05-161-3/+4
* 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
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-038-138/+252
* 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
* Revert #1736: Popen inheriting from subprocess (#1744)Giampaolo Rodola2020-05-013-75/+55
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-3016-260/+256
* See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-303-141/+148
* refactoring / rename varsGiampaolo Rodola2020-04-291-12/+10
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-2812-215/+260
* show status() in __repr__Giampaolo Rodola2020-04-282-14/+18
* create_zombie_proc() make it return parent so that we can kill zombieGiampaolo Rodola2020-04-284-19/+27
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-285-47/+81
* add new termina() test utilGiampaolo Rodola2020-04-271-56/+73
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-2618-113/+291
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-2618-113/+291
* | rename varGiampaolo Rodola2020-04-265-45/+45
|/
* trick to execute atexit functions in case of SIGTERMGiampaolo Rodola2020-04-251-21/+34