- 71ed611 python: mkvenv: add ensuregroup command by Paolo Bonzini · 1 year, 7 months ago
- 3d7b897 python: bump minimum requirements so they are compatible with 3.12 by Paolo Bonzini · 1 year, 8 months ago
- c673f3d mkvenv: replace distlib.database with importlib.metadata/pkg_resources by Paolo Bonzini · 1 year, 10 months ago
- 7b4b98c python: bump some of the dependencies by Paolo Bonzini · 1 year, 10 months ago
- 5591b74 Python: Drop support for Python 3.6 by Paolo Bonzini · 1 year, 10 months ago
- 68ea6d1 mkvenv: use pip's vendored distlib as a fallback by John Snow · 1 year, 10 months ago
- 9283489 mkvenv: add console script entry point generation by John Snow · 1 year, 10 months ago
- c5538ee mkvenv: add ensure subcommand by John Snow · 1 year, 10 months ago
- dd84028 python: add mkvenv.py by John Snow · 1 year, 10 months ago
- 6c2537d python: update pylint configuration by John Snow · 1 year, 10 months ago
- 6832189 python: drop pipenv by John Snow · 2 years, 1 month ago
- 519f3cf python: add 3.11 to supported list by John Snow · 2 years, 3 months ago
- 745d58f Python: fix flake8 config by John Snow · 2 years, 3 months ago
- e7874a5 python: update for mypy 0.950 by John Snow · 2 years, 9 months ago
- b1a9b1f python: rename 'aqmp-tui' to 'qmp-tui' by John Snow · 3 years ago
- 37094b6 python: rename qemu.aqmp to qemu.qmp by John Snow · 3 years ago
- 105bbff python: re-enable pylint duplicate-code warnings by John Snow · 3 years ago
- adaca6e python: remove the old QMP package by John Snow · 3 years ago
- 335e7d4 python: temporarily silence pylint duplicate-code warnings by John Snow · 3 years ago
- 43a1119 Revert "python: pin setuptools below v60.0.0" by John Snow · 3 years, 1 month ago
- 5c66d7d python: support recording QMP session to a file by Daniel P. Berrangé · 3 years, 1 month ago
- 4391252 python: introduce qmp-shell-wrap convenience tool by Daniel P. Berrangé · 3 years, 1 month ago
- 74a1505 python: upgrade mypy to 0.780 by John Snow · 3 years, 1 month ago
- fd9c3a6 python: move qmp-shell under the AQMP package by John Snow · 3 years, 2 months ago
- 0347c4c python: move qmp utilities to python/qemu/utils by John Snow · 3 years, 2 months ago
- 1e4d8b3 python: pin setuptools below v60.0.0 by John Snow · 3 years, 1 month ago
- f37c34d python: add optional pygments dependency by G S Niteesh Babu · 3 years, 6 months ago
- 35755f7 python: Add entry point for aqmp-tui by G S Niteesh Babu · 3 years, 6 months ago
- aeb6b48 python/aqmp-tui: Add AQMP TUI by G S Niteesh Babu · 3 years, 6 months ago
- 974e2f4 python: Add dependencies for AQMP TUI by G S Niteesh Babu · 3 years, 6 months ago
- a4ffaec python/aqmp: Add Coverage.py support by John Snow · 3 years, 6 months ago
- 4320f71 python: bump avocado to v90.0 by John Snow · 3 years, 6 months ago
- 4cd17f3 python/pylint: disable no-member check by John Snow · 3 years, 6 months ago
- 29a8ea9 python/pylint: disable too-many-function-args by John Snow · 3 years, 6 months ago
- 35b9a85 python/pylint: Add exception for TypeVar names ('T') by John Snow · 3 years, 6 months ago
- a093a65 python/aqmp: add asynchronous QMP (AQMP) subpackage by John Snow · 3 years, 6 months ago
- eb8033f python: pylint 2.11 support by John Snow · 3 years, 6 months ago
- 5690b43 python: Update for pylint 2.10 by John Snow · 3 years, 6 months ago
- 22305c2 python: Reduce strictness of pylint's duplicate-code check by John Snow · 3 years, 7 months ago
- 6f651a6 python: Configure tox to skip missing interpreters by Wainer dos Santos Moschetta · 3 years, 8 months ago
- 0d52c19 python: only check qemu/ subdir with flake8 by John Snow · 3 years, 8 months ago
- 3afa350 python: Re-lock pipenv at *oldest* supported versions by John Snow · 3 years, 8 months ago
- 82e6517 python: Remove global pylint suppressions by John Snow · 3 years, 8 months ago
- 7f17908 python: expose typing information via PEP 561 by John Snow · 3 years, 8 months ago
- 957f3c5 python: add qmp-shell entry point by John Snow · 3 years, 9 months ago
- 7e7c2a0 python/qemu-ga-client: add entry point by John Snow · 3 years, 9 months ago
- 176c549 python/qmp: add fuse command to 'qom' tools by John Snow · 3 years, 9 months ago
- c63f3b0 python: add optional FUSE dependencies by John Snow · 3 years, 9 months ago
- 30ec845 scripts/qom-fuse: add static type hints by John Snow · 3 years, 9 months ago
- d229f1c python: Add 'fh' to known-good variable names by John Snow · 3 years, 9 months ago
- 7c4c595 python/qmp: add qom script entry points by John Snow · 3 years, 9 months ago
- 3c8de38 python: add tox support by John Snow · 3 years, 9 months ago
- 31622b2 python: add avocado-framework and tests by John Snow · 3 years, 9 months ago
- dbe75f5 python: add devel package requirements to setuptools by John Snow · 3 years, 9 months ago
- 158ac45 python: move .isort.cfg into setup.cfg by John Snow · 3 years, 9 months ago
- 0542a4c python: add mypy to pipenv by John Snow · 3 years, 9 months ago
- e941c84 python: move mypy.ini into setup.cfg by John Snow · 3 years, 9 months ago
- 21d0b86 python: add excluded dirs to flake8 config by John Snow · 3 years, 9 months ago
- 81f8c44 python: move flake8 config to setup.cfg by John Snow · 3 years, 9 months ago
- ef42440 python: move pylintrc into setup.cfg by John Snow · 3 years, 9 months ago
- 3afc329 python: add VERSION file by John Snow · 3 years, 9 months ago
- ea1213b python: add qemu package installer by John Snow · 3 years, 9 months ago