summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* try to fix OSX/Travis failuretestfnGiampaolo Rodola2020-04-241-1/+1
* atexit close DEVNULL separatelyGiampaolo Rodola2020-04-241-2/+7
* remove UNIX test socket files created by subprocessGiampaolo Rodola2020-04-241-2/+4
* get rid of unix_socket_pathGiampaolo Rodola2020-04-244-123/+98
* fix win testsGiampaolo Rodola2020-04-243-10/+16
* monkey patch unittest.TestCase if PSUTIL_TESTING env varGiampaolo Rodola2020-04-242-4/+4
* get rid of prefix argGiampaolo Rodola2020-04-242-9/+8
* get rid of TESTFNGiampaolo Rodola2020-04-241-16/+5
* get rid of TESTFN_INVALID_UNICODEGiampaolo Rodola2020-04-242-9/+8
* get rid of TESTFN_UNICODEGiampaolo Rodola2020-04-243-9/+10
* get rid of _TESTFNGiampaolo Rodola2020-04-241-8/+8
* do not use TESTFNGiampaolo Rodola2020-04-241-5/+2
* don't use tempfileGiampaolo Rodola2020-04-241-8/+5
* fix errsGiampaolo Rodola2020-04-241-6/+6
* replace tempfile with get_tempfn()Giampaolo Rodola2020-04-244-16/+14
* randomize unique file name + use function instead of TestCase methodGiampaolo Rodola2020-04-246-35/+42
* docstringGiampaolo Rodola2020-04-242-4/+7
* utility fun to create TESTFNGiampaolo Rodola2020-04-249-141/+113
* Merge branch 'master' into testfnGiampaolo Rodola2020-04-246-30/+111
|\
| * Backport python 3 super() (#1733)Giampaolo Rodola2020-04-247-34/+112
* | rename varsGiampaolo Rodola2020-04-243-32/+27
* | skip scripts test if can't locate directoryGiampaolo Rodola2020-04-241-4/+1
|/
* 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
* revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-182-21/+1
* #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-153-84/+17
* point all shebangs to python 3Giampaolo Rodola2020-02-1516-16/+16
* refactor print colors utilsGiampaolo Rodola2020-02-153-93/+85
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-02-152-11/+7
|\
| * 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-131-10/+6
* | update docGiampaolo Rodola2020-02-151-2/+3
|/
* 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-142-4/+12
* small refactoringGiampaolo Rodola2020-02-141-6/+7
* #1681, revert 00a3398Giampaolo Rodola2020-02-132-44/+0
* refactoring: get rid of duplicated code; use one function to return (user, sy...Giampaolo Rodola2020-02-132-58/+20
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-134-64/+58
* #1672: warning pre-processor directive don't work on win + py2; also if struc...Giampaolo Rodola2020-02-131-7/+4
* small refactoring to accomodate #1691Giampaolo Rodola2020-02-131-5/+6