summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* update docstringproc-namespaceGiampaolo Rodola2020-05-041-11/+6
* port PID 0 testGiampaolo Rodola2020-05-041-17/+9
* fix testsGiampaolo Rodola2020-05-042-4/+10
* fix invalid py 2.7 syntaxGiampaolo Rodola2020-05-045-15/+15
* port zombie test to namespacesGiampaolo Rodola2020-05-042-36/+18
* remove dead codeGiampaolo Rodola2020-05-041-2/+2
* cleanup opsGiampaolo Rodola2020-05-041-12/+18
* use namespaces in memleak scriptGiampaolo Rodola2020-05-041-32/+14
* unit tests for namespace classesGiampaolo Rodola2020-05-041-0/+16
* test for system_namespaceGiampaolo Rodola2020-05-041-21/+37
* explicitly declare all class names (don't rely on as_dict)Giampaolo Rodola2020-05-031-46/+74
* add system_namespaceGiampaolo Rodola2020-05-033-23/+93
* remove duplicate codeGiampaolo Rodola2020-05-031-36/+0
* remove unneeded codeGiampaolo Rodola2020-05-031-6/+2
* clear the cache of a Process instance before each fun callGiampaolo Rodola2020-05-032-6/+5
* add a process_namespace.iter() utility method to avoid doing functools.partia...Giampaolo Rodola2020-05-032-9/+25
* move num_fds() leak test in test_memory_leaks.pyGiampaolo Rodola2020-05-033-46/+42
* test namespaceGiampaolo Rodola2020-05-031-18/+37
* reuse process_namespace in fetch all proc testGiampaolo Rodola2020-05-031-42/+62
* add a container class which avoids code duplication when we want to call all ...Giampaolo Rodola2020-05-032-61/+92
* 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
* Fix handling /proc/cpuinfo without tabs (#1726)Michał Górny2020-04-141-1/+1
* sensors_fans is not available on MacOS (#1710)crusaderky2020-03-041-1/+1
* Fix detecting empty result in TestSystemAPIs.test_users() (#1699)Michał Górny2020-02-211-2/+2
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-216-22/+9
* fix KeyErrorrelease-5.7.0Giampaolo Rodola2020-02-181-1/+1
* Add C linter script (#1698)Giampaolo Rodola2020-02-1811-14/+13
* revert process_iter() exactly how it was pre #1667Giampaolo Rodola2020-02-181-3/+2