summary refs log tree commit diff stats
path: root/python/setup.cfg (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Drop redundant warn_unused_configs = TrueMarkus Armbruster2025-06-051-1/+0
* python: add qapi static analysis testsJohn Snow2025-06-051-0/+1
* Drop support for Python 3.8Thomas Huth2025-04-301-4/+3
* python: disable too-many-positional-arguments warningJohn Snow2024-11-251-0/+1
* python: enable testing for 3.13John Snow2024-07-121-1/+2
* python: Do not use pylint 3.2.4 with python 3.8John Snow2024-07-121-0/+1
* Python: Enable python3.12 supportJohn Snow2023-10-111-1/+2
* mkvenv: assume presence of importlib.metadataPaolo Bonzini2023-09-071-9/+0
* Python: Drop support for Python 3.7Paolo Bonzini2023-09-071-4/+3
* python: mkvenv: add ensuregroup commandPaolo Bonzini2023-08-281-0/+6
* python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini2023-07-071-1/+1
* mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini2023-05-191-6/+0
* python: bump some of the dependenciesPaolo Bonzini2023-05-181-8/+2
* Python: Drop support for Python 3.6Paolo Bonzini2023-05-181-4/+3
* mkvenv: use pip's vendored distlib as a fallbackJohn Snow2023-05-181-0/+18
* mkvenv: add console script entry point generationJohn Snow2023-05-181-0/+3
* mkvenv: add ensure subcommandJohn Snow2023-05-181-0/+10
* python: add mkvenv.pyJohn Snow2023-05-181-0/+9
* python: update pylint configurationJohn Snow2023-05-181-0/+1
* python: drop pipenvJohn Snow2023-02-221-3/+1
* python: add 3.11 to supported listJohn Snow2023-01-041-1/+2
* Python: fix flake8 configJohn Snow2023-01-041-1/+2
* python: update for mypy 0.950John Snow2022-06-061-0/+1
* python: rename 'aqmp-tui' to 'qmp-tui'John Snow2022-04-211-3/+3
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-211-5/+5
* python: re-enable pylint duplicate-code warningsJohn Snow2022-04-211-1/+0
* python: remove the old QMP packageJohn Snow2022-04-211-2/+1
* python: temporarily silence pylint duplicate-code warningsJohn Snow2022-04-211-0/+1
* Revert "python: pin setuptools below v60.0.0"John Snow2022-02-231-1/+0
* python: support recording QMP session to a fileDaniel P. Berrangé2022-02-231-0/+3
* python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé2022-02-231-0/+1
* python: upgrade mypy to 0.780John Snow2022-02-021-1/+1
* python: move qmp-shell under the AQMP packageJohn Snow2022-01-211-1/+1
* python: move qmp utilities to python/qemu/utilsJohn Snow2022-01-211-8/+8
* python: pin setuptools below v60.0.0John Snow2022-01-211-0/+1
* python: add optional pygments dependencyG S Niteesh Babu2021-09-271-0/+5
* python: Add entry point for aqmp-tuiG S Niteesh Babu2021-09-271-0/+1
* python/aqmp-tui: Add AQMP TUIG S Niteesh Babu2021-09-271-1/+12
* python: Add dependencies for AQMP TUIG S Niteesh Babu2021-09-271-0/+8
* python/aqmp: Add Coverage.py supportJohn Snow2021-09-271-0/+10
* python: bump avocado to v90.0John Snow2021-09-271-1/+1
* python/pylint: disable no-member checkJohn Snow2021-09-271-0/+1
* python/pylint: disable too-many-function-argsJohn Snow2021-09-271-0/+1
* python/pylint: Add exception for TypeVar names ('T')John Snow2021-09-271-0/+1
* python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow2021-09-271-0/+1
* python: pylint 2.11 supportJohn Snow2021-09-161-1/+1
* python: Update for pylint 2.10John Snow2021-09-161-0/+1
* python: Reduce strictness of pylint's duplicate-code checkJohn Snow2021-09-011-0/+5
* python: Configure tox to skip missing interpretersWainer dos Santos Moschetta2021-07-131-0/+1
* python: only check qemu/ subdir with flake8John Snow2021-06-301-2/+0