]> git.proxmox.com Git - mirror_qemu.git/history - python/scripts
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
[mirror_qemu.git] / python / scripts /
2023-09-11 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-07 Paolo BonziniRevert "mkvenv: work around broken pip installations...
2023-09-07 Paolo Bonzinimkvenv: assume presence of importlib.metadata
2023-09-07 Paolo BonziniPython: Drop support for Python 3.7
2023-08-29 Stefan HajnocziMerge tag '2023q3-bsd-user-pull-request' of https:...
2023-08-28 Stefan HajnocziMerge tag 'pull-tcg-20230823-2' of https://gitlab.com...
2023-08-28 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-08-28 Paolo BonziniRevert "tests: Use separate virtual environment for...
2023-08-28 Paolo Bonzinipython: use vendored tomli
2023-08-28 Paolo Bonzinipython: mkvenv: add ensuregroup command
2023-08-28 Paolo Bonzinipython: mkvenv: introduce TOML-like representation...
2023-08-28 Paolo Bonzinipython: mkvenv: tweak the matching of --diagnose to...
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-06-06 Richard HendersonMerge tag 'pull-target-arm-20230606' of https://git...
2023-06-06 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-06 Paolo Bonzinimkvenv: always pass locally-installed packages to pip
2023-05-22 Richard HendersonMerge tag 'pull-qapi-2023-05-17-v2' of https://repo...
2023-05-22 Richard HendersonMerge tag 'pull-request-2023-05-22' of https://gitlab...
2023-05-22 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-05-21 Richard HendersonMerge tag 'for-upstream-urgent' of https://gitlab.com...
2023-05-19 Paolo Bonzinimkvenv: pass first missing package to diagnose()
2023-05-19 Paolo Bonzinimkvenv: replace distlib.database with importlib.metadat...
2023-05-19 Richard HendersonMerge tag 'pull-hex-20230518-1' of https://github.com...
2023-05-18 Richard HendersonMerge tag 'migration-20230518-pull-request' of https...
2023-05-18 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-05-18 Paolo Bonzinimeson: require 0.63.0
2023-05-18 Paolo Bonzinimkvenv: mark command as required
2023-05-18 John Snowpython: add vendor.py utility
2023-05-18 John Snowmkvenv: work around broken pip installations on Debian 10
2023-05-18 John Snowmkvenv: avoid ensurepip if pip is installed
2023-05-18 John Snowmkvenv: use pip's vendored distlib as a fallback
2023-05-18 John Snowmkvenv: add console script entry point generation
2023-05-18 John Snowmkvenv: add --diagnose option to explain "ensure" failures
2023-05-18 John Snowmkvenv: add ensure subcommand
2023-05-18 John Snowmkvenv: add nested venv workaround
2023-05-18 John Snowmkvenv: add better error message for broken or missing...
2023-05-18 John Snowpython: add mkvenv.py