aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-09-20tests/avocado: Fix console data lossNicholas Piggin
2023-09-07Revert "mkvenv: work around broken pip installations on Debian 10"Paolo Bonzini
2023-09-07mkvenv: assume presence of importlib.metadataPaolo Bonzini
2023-09-07Python: Drop support for Python 3.7Paolo Bonzini
2023-08-28Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini
2023-08-28python: use vendored tomliPaolo Bonzini
2023-08-28python: mkvenv: add ensuregroup commandPaolo Bonzini
2023-08-28python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini
2023-08-28python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini
2023-07-07python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini
2023-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow
2023-05-31python/machine: use connect-based interface for existing socketsJohn Snow
2023-05-31python/qmp/legacy: allow using sockets for connect()John Snow
2023-05-31python/qmp: allow sockets to be passed to connect()John Snow
2023-05-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson
2023-05-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell
2023-05-19mkvenv: pass first missing package to diagnose()Paolo Bonzini
2023-05-19mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini
2023-05-18meson: require 0.63.0Paolo Bonzini
2023-05-18python: bump some of the dependenciesPaolo Bonzini
2023-05-18mkvenv: mark command as requiredPaolo Bonzini
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini
2023-05-18python/wheels: add vendored meson packageJohn Snow
2023-05-18python: add vendor.py utilityJohn Snow
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow
2023-05-18mkvenv: add console script entry point generationJohn Snow
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow
2023-05-18mkvenv: add ensure subcommandJohn Snow
2023-05-18mkvenv: add nested venv workaroundJohn Snow
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow
2023-05-18python: add mkvenv.pyJohn Snow
2023-05-18python: update pylint configurationJohn Snow
2023-05-18python: shut up "pip install" during "make check-minreqs"Paolo Bonzini
2023-02-22python: drop pipenvJohn Snow
2023-02-22python: support pylint 2.16John Snow
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas
2023-01-24python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy
2023-01-24Fix some typosDongdong Zhang
2023-01-04python: add 3.11 to supported listJohn Snow
2023-01-04Python: fix flake8 configJohn Snow
2023-01-04python/machine: Handle termination cases without QMPJohn Snow
2023-01-04python/machine: Add debug logging to key state changesJohn Snow