index
:
riscv-gnu-toolchain/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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-07
Revert "mkvenv: work around broken pip installations on Debian 10"
Paolo Bonzini
1
-58
/
+16
2023-09-07
mkvenv: assume presence of importlib.metadata
Paolo Bonzini
1
-169
/
+28
2023-09-07
Python: Drop support for Python 3.7
Paolo Bonzini
1
-1
/
+4
2023-08-28
Revert "tests: Use separate virtual environment for avocado"
Paolo Bonzini
1
-8
/
+5
2023-08-28
python: use vendored tomli
Paolo Bonzini
1
-1
/
+4
2023-08-28
python: mkvenv: add ensuregroup command
Paolo Bonzini
1
-1
/
+125
2023-08-28
python: mkvenv: introduce TOML-like representation of dependencies
Paolo Bonzini
1
-16
/
+61
2023-08-28
python: mkvenv: tweak the matching of --diagnose to depspecs
Paolo Bonzini
1
-1
/
+4
2023-06-06
mkvenv: always pass locally-installed packages to pip
Paolo Bonzini
1
-2
/
+74
2023-05-19
mkvenv: pass first missing package to diagnose()
Paolo Bonzini
1
-12
/
+25
2023-05-19
mkvenv: replace distlib.database with importlib.metadata/pkg_resources
Paolo Bonzini
1
-48
/
+65
2023-05-18
meson: require 0.63.0
Paolo Bonzini
1
-2
/
+2
2023-05-18
mkvenv: mark command as required
Paolo Bonzini
1
-0
/
+1
2023-05-18
python: add vendor.py utility
John Snow
1
-0
/
+74
2023-05-18
mkvenv: work around broken pip installations on Debian 10
John Snow
1
-16
/
+56
2023-05-18
mkvenv: avoid ensurepip if pip is installed
John Snow
1
-3
/
+64
2023-05-18
mkvenv: use pip's vendored distlib as a fallback
John Snow
1
-3
/
+22
2023-05-18
mkvenv: add console script entry point generation
John Snow
1
-0
/
+114
2023-05-18
mkvenv: add --diagnose option to explain "ensure" failures
John Snow
1
-1
/
+169
2023-05-18
mkvenv: add ensure subcommand
John Snow
1
-3
/
+132
2023-05-18
mkvenv: add nested venv workaround
John Snow
1
-5
/
+86
2023-05-18
mkvenv: add better error message for broken or missing ensurepip
John Snow
1
-0
/
+37
2023-05-18
python: add mkvenv.py
John Snow
1
-0
/
+247