summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-2625-134/+315
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-2625-134/+315
* | rename varGiampaolo Rodola2020-04-265-45/+45
|/
* 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
* | skip scripts test if can't locate directoryGiampaolo Rodola2020-04-241-4/+1
|/
* 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
| * 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
|/
* 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
* fix Makefile for freebsdGiampaolo Rodola2020-02-181-9/+7
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-02-171-9/+0
|\
| * Remove use of deprecated setuptools test_suite & tests_require (#1696)Jon Dufresne2020-02-171-9/+0
* | #1053 fix syntax incompatible with py2.6Giampaolo Rodola2020-02-161-2/+1
* | remove deprecation test: it fails intermittently because warnings uses a glob...Giampaolo Rodola2020-02-161-17/+0
|/
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-158-91/+24
* point all shebangs to python 3Giampaolo Rodola2020-02-1551-52/+52
* refactor print colors utilsGiampaolo Rodola2020-02-1510-208/+133
* update docGiampaolo Rodola2020-02-151-0/+3
* update history for #1695Giampaolo Rodola2020-02-152-0/+6
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-02-153-13/+9
|\
| * Fix a compile error in _psutil_linux.c if PSUTIL_HAVE_IOPRIO is false (#1695)Anselm Kruis2020-02-151-1/+1
| * #1693: also increase precision of users()'s login timeGiampaolo Rodola2020-02-132-12/+8
* | update docGiampaolo Rodola2020-02-152-5/+6
* | update docGiampaolo Rodola2020-02-156-15/+15
* | update docGiampaolo Rodola2020-02-151-27/+18
|/
* divide test_system.py unit tests in multiple classesGiampaolo Rodola2020-02-141-183/+200
* fix testsGiampaolo Rodola2020-02-132-2/+6
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-143-5/+13
* small refactoringGiampaolo Rodola2020-02-141-6/+7
* #1681, revert 00a3398Giampaolo Rodola2020-02-134-47/+0
* Merge branch 'win-cpu-times-refact' of github.com:giampaolo/psutil into win-c...win-cpu-times-refactGiampaolo Rodola2020-02-130-0/+0
|\
| * remove cache for proc_times(): unnecessary because create_time() is already c...Giampaolo Rodola2020-02-131-9/+4
| * rename varGiampaolo Rodola2020-02-131-1/+1
| * bind cpu_times() and create_time() with oneshot()Giampaolo Rodola2020-02-131-2/+9
| * remove unnecessary wrap_exceptions decoGiampaolo Rodola2020-02-131-1/+0
| * rename methodGiampaolo Rodola2020-02-131-10/+10