summaryrefslogtreecommitdiff
path: root/python/scripts
AgeCommit message (Expand)Author
2024-06-08python: mkvenv: remove ensure commandPaolo Bonzini
2024-06-08Revert "python: use vendored tomli"Paolo Bonzini
2023-11-24buildsys: Bump known good meson version to v1.2.3Philippe Mathieu-Daudé
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-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini
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-18mkvenv: mark command as requiredPaolo Bonzini
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