aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2021-06-30python: Fix broken ReST docstringsJohn Snow
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow
2021-06-30python: Update help text on 'make check', 'make develop'John Snow
2021-06-30python: add 'make check-dev' invocationJohn Snow
2021-06-30python: only check qemu/ subdir with flake8John Snow
2021-06-30python: Fix .PHONY Make specifiersJohn Snow
2021-06-30python: update help text for check-toxJohn Snow
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow
2021-06-30python: Add no-install usage instructionsJohn Snow
2021-06-30python: README.rst touchupsJohn Snow
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow
2021-06-30python: Remove global pylint suppressionsJohn Snow
2021-06-30python: expose typing information via PEP 561John Snow
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow
2021-06-18python: add qmp-shell entry pointJohn Snow
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow
2021-06-18python/qmp: return generic type from context managerJohn Snow
2021-06-18python/qmp: add QMPObject type aliasJohn Snow
2021-06-18python/qemu-ga-client: add entry pointJohn Snow
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow
2021-06-18python/qmp: Correct type of QMPReturnValueJohn Snow
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow
2021-06-18python: add optional FUSE dependenciesJohn Snow
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow
2021-06-18python: Add 'fh' to known-good variable namesJohn Snow
2021-06-18python/qmp: add qom script entry pointsJohn Snow
2021-06-18python/qmp: Add qom script rewritesJohn Snow
2021-06-18python/qmp: add parse_address classmethodJohn Snow
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow
2021-06-18python/pipenv: Update Pipfile.lockJohn Snow
2021-06-01python: add tox supportJohn Snow
2021-06-01python: add .gitignoreJohn Snow
2021-06-01python: add Makefile for some common tasksJohn Snow
2021-06-01python: add avocado-framework and testsJohn Snow
2021-06-01python: add devel package requirements to setuptoolsJohn Snow
2021-06-01python/qemu: add qemu package itself to pipenvJohn Snow
2021-06-01python/qemu: add isort to pipenvJohn Snow
2021-06-01python: move .isort.cfg into setup.cfgJohn Snow
2021-06-01python: add mypy to pipenvJohn Snow
2021-06-01python: move mypy.ini into setup.cfgJohn Snow
2021-06-01python: Add flake8 to pipenvJohn Snow
2021-06-01python: add excluded dirs to flake8 configJohn Snow
2021-06-01python: move flake8 config to setup.cfgJohn Snow
2021-06-01python: add pylint to pipenvJohn Snow
2021-06-01python: move pylintrc into setup.cfgJohn Snow
2021-06-01python: add pylint import exceptionsJohn Snow
2021-06-01python: Add pipenv supportJohn Snow
2021-06-01python: add MANIFEST.inJohn Snow