uv/docs/concepts
konsti a39eb61ade
Use windows registry to discover python (#6761)
Our current strategy of parsing the output of `py --list-paths` to get
the installed python versions on windows is brittle (#6524, missing
`py`, etc.) and it's slow (10ms last time i measured).

Instead, we should behave spec-compliant and read the python versions
from the registry following PEP 514.

It's not fully clear which errors we should ignore and which ones we
need to raise.

We're using the official rust-for-windows crates for accessing the
registry.

Fixes #1521
Fixes #6524
2024-08-29 22:48:22 +02:00
..
cache.md docs: Use proper environment variables for Windows (#6433) 2024-08-23 13:04:08 -05:00
dependencies.md docs: Incorrect workspace members keyword (#6502) 2024-08-23 12:16:33 +02:00
index.md Update documentation sections (#5452) 2024-07-25 12:37:22 -05:00
projects.md Add uv export --format requirements.txt (#6778) 2024-08-29 17:46:42 +00:00
python-versions.md Use windows registry to discover python (#6761) 2024-08-29 22:48:22 +02:00
resolution.md docs: use python to highlight requirements and use more content tabs (#6549) 2024-08-27 06:05:14 -05:00
tools.md Support {package}@{version} in uv tool install (#6762) 2024-08-28 12:40:49 -04:00
workspaces.md Update workspace documentation to remove legacy virtual projects (#6720) 2024-08-27 17:31:12 -04:00