uv/crates/uv-python
konsti cd49e1d11f
Use the `windows` crate facade consistently (#15737)
The initial motivation for this change was that we were using both the
`windows`, the `window_sys` and the `windows_core` crate in various
places. These crates have slightly unconventional versioning scheme
where there is a large workspace with the same version in general, but
only some crates get breaking releases when a new breaking release
happens, the others stay on the previous breaking version. The `windows`
crate is a shim for all three of them, with a single version. This
simplifies handling the versions.

Using `windows` over `windows_sys` has the advantage of a higher level
error interface, we now get a `Result` for all windows API calls instead
of C-style int-returns and get-last-error calls. This makes the
uv-keyring crate more resilient.

We keep using the `windows_registry` crate, which provides a higher
level interface to windows registry access.
2025-09-09 15:07:14 +00:00
..
python Include all site packages directories in ephemeral environment overlays (#15121) 2025-08-08 13:49:21 -05:00
src Use the `windows` crate facade consistently (#15737) 2025-09-09 15:07:14 +00:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
Cargo.toml Use the `windows` crate facade consistently (#15737) 2025-09-09 15:07:14 +00:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
download-metadata.json Sync latest Python releases (#15631) 2025-09-02 18:43:17 +00:00
fetch-download-metadata.py Allow pinning managed Python versions to specific build versions (#15314) 2025-08-25 16:25:05 -05:00