summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* monkey patch concurrencytest lib not closing fdopen() streamparallel-testsGiampaolo Rodola2020-04-261-3/+16
|
* make test-by-name now has colorsGiampaolo Rodola2020-04-254-9/+11
|
* refacGiampaolo Rodola2020-04-251-6/+6
|
* run process tests seriallyGiampaolo Rodola2020-04-251-1/+0
|
* run process tests seriallyGiampaolo Rodola2020-04-254-14/+4
|
* remove py 3.4 from travisGiampaolo Rodola2020-04-251-1/+0
|
* enable parallel tests on cirrusGiampaolo Rodola2020-04-251-2/+2
|
* refactGiampaolo Rodola2020-04-252-13/+12
|
* refactGiampaolo Rodola2020-04-251-6/+7
|
* refactGiampaolo Rodola2020-04-251-12/+16
|
* wait for orphaned childrenGiampaolo Rodola2020-04-252-2/+7
|
* refactGiampaolo Rodola2020-04-251-9/+21
|
* refactGiampaolo Rodola2020-04-251-11/+13
|
* refactGiampaolo Rodola2020-04-256-24/+23
|
* rename methsGiampaolo Rodola2020-04-251-15/+16
|
* split loader and runner in 2 classesGiampaolo Rodola2020-04-251-12/+16
|
* unicode tests can run in parallelGiampaolo Rodola2020-04-251-2/+0
|
* assert is classGiampaolo Rodola2020-04-252-2/+4
|
* rename decoGiampaolo Rodola2020-04-257-16/+16
|
* don't use colors on APPVEYORGiampaolo Rodola2020-04-251-1/+5
|
* move stuff aroundGiampaolo Rodola2020-04-251-13/+12
|
* merge from masterGiampaolo Rodola2020-04-2512-394/+434
|\
| * trick to execute atexit functions in case of SIGTERMGiampaolo Rodola2020-04-251-21/+34
| |
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-2410-355/+300
| |\
| | * Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-2410-355/+300
| | |
| * | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-246-30/+111
| |\ \ | | |/
| | * Backport python 3 super() (#1733)Giampaolo Rodola2020-04-247-34/+112
| | |
* | | Merge branch 'master' into parallel-testsGiampaolo Rodola2020-04-241-4/+1
|\ \ \ | |/ /
| * | skip scripts test if can't locate directoryGiampaolo Rodola2020-04-241-4/+1
| |/ | | | | | | | | May happen on CI and when running tests via "python -m psutil.tests" since scripts dir is not installed.
* | mark serialGiampaolo Rodola2020-04-231-0/+1
| |
* | merge from masterGiampaolo Rodola2020-04-2315-450/+594
|\ \ | |/
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-2312-443/+572
| |\
| | * MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-2313-442/+586
| | |
| | * Remove useless assignment (#1728)kaiix2020-04-161-1/+0
| | |
| * | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-154-4/+4
| |\ \ | | |/
| | * Fix handling /proc/cpuinfo without tabs (#1726)Michał Górny2020-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | /proc/cpuinfo uses spaces rather than tabs on ia64. Since there seems not to be any reason to require specific kind of whitespace before ':' on 'cpu mhz' line, just split on ':'. See: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/ia64/kernel/setup.c#n700
| | * Fixup release date (#1716)Andrey Babak2020-03-141-1/+1
| | |
| | * sensors_fans is not available on MacOS (#1710)crusaderky2020-03-042-2/+2
| | |
| * | update HISTORY/CREDITSGiampaolo Rodola2020-04-142-0/+14
| |/
* | install depsGiampaolo Rodola2020-03-031-4/+2
| |
* | printGiampaolo Rodola2020-03-032-5/+6
| |
* | add make targetGiampaolo Rodola2020-03-031-0/+4
| |
* | Merge branch 'master' into parallel-testsGiampaolo Rodola2020-03-0335-245/+357
|\ \ | |/
| * 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-2116-173/+230
| |
| * fix KeyErrorrelease-5.7.0Giampaolo Rodola2020-02-181-1/+1
| |
| * Add C linter script (#1698)Giampaolo Rodola2020-02-1822-29/+128
| |
| * revert process_iter() exactly how it was pre #1667Giampaolo Rodola2020-02-182-5/+5
| |
| * revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-184-34/+2
| | | | | | | | | | | | | | | | | | | | On a second thought I realized that process_iter() uses a global variable, so it's not thread safe. That means that if the are 2 threads using it, the first thread one calling the function (+ consume the iterator), will "steal" the processes of the second thread. psutil.cpu_percent() has the same problem. That means we have a problem can't solve with the current API and requires a lot of thinking on how to solve it as it's not obvious.
| * fix Makefile for freebsdGiampaolo Rodola2020-02-181-9/+7
| |