uv/crates/uv-python
konsti 25bedeadea
Stop leaking strings in Python downloads (#15418)
We should not unnecessarily leak memory. Instead, we follow the general
patterns and use `Cow` for strings that can be from either a static or a
dynamic source.
2025-08-21 17:54:39 +02:00
..
python Include all site packages directories in ephemeral environment overlays (#15121) 2025-08-08 13:49:21 -05:00
src Stop leaking strings in Python downloads (#15418) 2025-08-21 17:54:39 +02:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
Cargo.toml Split platform detection code into a dedicated uv-platform crate (#14918) 2025-07-28 14:12:04 -05:00
download-metadata.json Update Pyodide to 0.28.2 (#15385) 2025-08-21 01:04:15 +00:00
fetch-download-metadata.py Add support for installing pyodide Pythons (#14518) 2025-08-13 11:03:25 -05:00