index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
scripts
/
mkvenv.py
Age
Commit message (
Expand
)
Author
2026-02-23
python/mkvenv: add mechanism to install local package(s)
John Snow
2026-02-23
python/mkvenv: create timestamp file for each group "ensured"
John Snow
2026-02-02
python: fix msys64 wheel directory specification
John Snow
2025-11-19
python/mkvenv: ensure HAVE_LIB variables are actually constants
John Snow
2025-08-22
python: mkvenv: fix messages printed by mkvenv
Paolo Bonzini
2025-08-12
mkvenv: Support pip 25.2
Sv. Lockal
2024-11-25
python: silence pylint raising-non-exception error
John Snow
2024-06-08
python: mkvenv: remove ensure command
Paolo Bonzini
2023-09-07
Revert "mkvenv: work around broken pip installations on Debian 10"
Paolo Bonzini
2023-09-07
mkvenv: assume presence of importlib.metadata
Paolo Bonzini
2023-09-07
Python: Drop support for Python 3.7
Paolo Bonzini
2023-08-28
Revert "tests: Use separate virtual environment for avocado"
Paolo Bonzini
2023-08-28
python: mkvenv: add ensuregroup command
Paolo Bonzini
2023-08-28
python: mkvenv: introduce TOML-like representation of dependencies
Paolo Bonzini
2023-08-28
python: mkvenv: tweak the matching of --diagnose to depspecs
Paolo Bonzini
2023-06-06
mkvenv: always pass locally-installed packages to pip
Paolo Bonzini
2023-05-19
mkvenv: pass first missing package to diagnose()
Paolo Bonzini
2023-05-19
mkvenv: replace distlib.database with importlib.metadata/pkg_resources
Paolo Bonzini
2023-05-18
mkvenv: mark command as required
Paolo Bonzini
2023-05-18
mkvenv: work around broken pip installations on Debian 10
John Snow
2023-05-18
mkvenv: avoid ensurepip if pip is installed
John Snow
2023-05-18
mkvenv: use pip's vendored distlib as a fallback
John Snow
2023-05-18
mkvenv: add console script entry point generation
John Snow
2023-05-18
mkvenv: add --diagnose option to explain "ensure" failures
John Snow
2023-05-18
mkvenv: add ensure subcommand
John Snow
2023-05-18
mkvenv: add nested venv workaround
John Snow
2023-05-18
mkvenv: add better error message for broken or missing ensurepip
John Snow
2023-05-18
python: add mkvenv.py
John Snow