summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Fix broken ReST docstringsJohn Snow2021-07-015-6/+8
* python: remove auto-generated pyproject.toml fileJohn Snow2021-07-011-0/+2
* python: Update help text on 'make clean', 'make distclean'John Snow2021-07-011-4/+7
* python: Update help text on 'make check', 'make develop'John Snow2021-07-011-3/+7
* python: add 'make check-dev' invocationJohn Snow2021-07-012-2/+34
* python: only check qemu/ subdir with flake8John Snow2021-07-012-3/+1Star
* python: Fix .PHONY Make specifiersJohn Snow2021-07-011-2/+8
* python: update help text for check-toxJohn Snow2021-07-011-2/+6
* python: rename 'venv-check' target to 'check-pipenv'John Snow2021-07-012-11/+12
* python: Add no-install usage instructionsJohn Snow2021-07-011-0/+28
* python: README.rst touchupsJohn Snow2021-07-011-8/+9
* python: Re-lock pipenv at *oldest* supported versionsJohn Snow2021-07-012-61/+56Star
* python: Remove global pylint suppressionsJohn Snow2021-07-013-3/+6
* python: expose typing information via PEP 561John Snow2021-07-014-0/+4
* python/qom: Do not use 'err' name at module scopeJohn Snow2021-07-011-2/+2
* python: add qmp-shell entry pointJohn Snow2021-06-181-0/+1
* scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow2021-06-181-0/+535
* python/qmp: return generic type from context managerJohn Snow2021-06-181-1/+4
* python/qmp: add QMPObject type aliasJohn Snow2021-06-181-0/+3
* python/qemu-ga-client: add entry pointJohn Snow2021-06-182-2/+1Star
* scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow2021-06-181-0/+325
* python/qmp: Correct type of QMPReturnValueJohn Snow2021-06-181-9/+14
* python/qmp: add fuse command to 'qom' toolsJohn Snow2021-06-182-2/+13
* scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow2021-06-181-0/+206
* python: add optional FUSE dependenciesJohn Snow2021-06-182-1/+14
* scripts/qom-fuse: add static type hintsJohn Snow2021-06-181-0/+8
* python: Add 'fh' to known-good variable namesJohn Snow2021-06-181-3/+4
* python/qmp: add qom script entry pointsJohn Snow2021-06-181-0/+8
* python/qmp: Add qom script rewritesJohn Snow2021-06-182-0/+440
* python/qmp: add parse_address classmethodJohn Snow2021-06-181-0/+26
* python/qmp: Fix type of SocketAddrTJohn Snow2021-06-181-1/+1
* python/pipenv: Update Pipfile.lockJohn Snow2021-06-181-3/+88
* python: add tox supportJohn Snow2021-06-013-2/+29
* python: add .gitignoreJohn Snow2021-06-011-0/+15
* python: add Makefile for some common tasksJohn Snow2021-06-013-0/+55
* python: add avocado-framework and testsJohn Snow2021-06-018-0/+29
* python: add devel package requirements to setuptoolsJohn Snow2021-06-015-9/+27
* python/qemu: add qemu package itself to pipenvJohn Snow2021-06-012-2/+8
* python/qemu: add isort to pipenvJohn Snow2021-06-012-2/+3
* python: move .isort.cfg into setup.cfgJohn Snow2021-06-012-7/+8
* python: add mypy to pipenvJohn Snow2021-06-013-1/+38
* python: move mypy.ini into setup.cfgJohn Snow2021-06-012-4/+5
* python: Add flake8 to pipenvJohn Snow2021-06-012-1/+51
* python: add excluded dirs to flake8 configJohn Snow2021-06-011-0/+2
* python: move flake8 config to setup.cfgJohn Snow2021-06-012-2/+3
* python: add pylint to pipenvJohn Snow2021-06-012-0/+131
* python: move pylintrc into setup.cfgJohn Snow2021-06-012-58/+29Star
* python: add pylint import exceptionsJohn Snow2021-06-013-2/+5
* python: Add pipenv supportJohn Snow2021-06-012-0/+14
* python: add MANIFEST.inJohn Snow2021-06-012-0/+5