summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-181-3/+3
* add ifconfig test case for NIC flags re. to #2037Giampaolo Rodola2022-09-061-1/+1
* fix venvrelease-5.9.2Giampaolo Rodola2022-09-041-4/+3
* FreeBSD / pids(): increase buf size if not enoughGiampaolo Rodola2022-09-021-0/+1
* remove 'import setuptools' from 'make install' as it's unnecessary and slowGiampaolo Rodola2022-07-071-2/+0
* refactor Makefile a bitGiampaolo Rodola2022-07-051-5/+4
* make fix-flake8: parallelize autoflake8 executionGiampaolo Rodola2022-06-241-2/+2
* update flake8-ersGiampaolo Rodola2022-06-081-3/+4
* add flake8-quotes pluginGiampaolo Rodola2022-05-251-0/+1
* add flake8-debugger plugin to detect pdb/set_trace() linesGiampaolo Rodola2022-05-251-1/+2
* integrate flake8-blind-except pluginGiampaolo Rodola2022-05-251-1/+2
* introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-251-7/+8
* remove tidelift.py scriptGiampaolo Rodola2022-05-201-4/+0
* update docGiampaolo Rodola2022-04-161-1/+5
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-3/+1
* Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-151-1/+1
* add autoflake automation tool to remove unused modules & variableGiampaolo Rodola2022-04-101-1/+3
* use autopep8 to automatically fix (some) flake8 failures; get rid of old hand...Giampaolo Rodola2022-04-061-2/+3
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-6/+18
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-291-1/+3
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-1/+1
* add Chenyoo Hao to list of supportersGiampaolo Rodola2021-06-061-0/+1
* make clean: add -v optGiampaolo Rodola2020-12-221-2/+2
* update docGiampaolo Rodola2020-12-191-0/+1
* refactor wheels download scriptsGiampaolo Rodola2020-11-151-2/+2
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-8/+6
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-10/+9
* script to convert README for PYPIGiampaolo Rodola2020-10-241-0/+2
* pypi download stats scriptGiampaolo Rodola2020-10-171-13/+27
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-2/+5
* rename memleaks scriptGiampaolo Rodola2020-05-131-1/+1
* Drastically improve "make test/build" speed.Giampaolo Rodola2020-05-011-22/+22
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-1/+1
* See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-301-21/+28
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-281-1/+1
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-1/+6
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-0/+4
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-6/+11
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-3/+10
* fix Makefile for freebsdGiampaolo Rodola2020-02-181-9/+7
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-151-2/+2
* refactor print colors utilsGiampaolo Rodola2020-02-151-7/+11
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-141-1/+1
* refactor docGiampaolo Rodola2020-02-121-1/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-1/+0
* properly cleanup C threadGiampaolo Rodola2020-01-141-2/+2
* exec make install before 2 targetsGiampaolo Rodola2020-01-141-0/+2
* Don't pollute tree with temporary configure test files (#1597)Anthony Ramine2019-09-301-4/+1
* fix #1578: 'perf' lib was renamed to 'pyperf'Giampaolo Rodola2019-09-181-1/+1
* add script to help fix flake8 issuesGiampaolo Rodola2019-06-291-0/+3