summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* Build wheel2 (#1762)Grzegorz Bokota2020-05-252-0/+3
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-255-7/+27
* fix conn combos failure of #1762Giampaolo Rodola2020-05-231-17/+16
* Wheels 3 (#1764)Giampaolo Rodola2020-05-239-133/+92
* 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
* 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
* 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
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-2410-355/+300
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-247-34/+112
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-237-440/+567
* Remove useless assignment (#1728)kaiix2020-04-161-1/+0