uv/crates/uv-python/src
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
..
sysconfig Sync latest Python releases (#15363) 2025-08-18 21:49:00 +00:00
discovery.rs Allow selection of pyodide interpreters with "pyodide" (#15256) 2025-08-13 19:08:55 +00:00
downloads.rs Stop leaking strings in Python downloads (#15418) 2025-08-21 17:54:39 +02:00
environment.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00
implementation.rs Allow selection of pyodide interpreters with "pyodide" (#15256) 2025-08-13 19:08:55 +00:00
installation.rs Allow selection of pyodide interpreters with "pyodide" (#15256) 2025-08-13 19:08:55 +00:00
interpreter.rs Skip interpreters that are not found on query (#15315) 2025-08-18 10:42:48 -05:00
lib.rs Allow selection of pyodide interpreters with "pyodide" (#15256) 2025-08-13 19:08:55 +00:00
macos_dylib.rs Install and remove managed Python to and from the Windows Registry (PEP 514) (#10634) 2025-01-23 14:13:41 +00:00
managed.rs Stop leaking strings in Python downloads (#15418) 2025-08-21 17:54:39 +02:00
microsoft_store.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
pointer_size.rs
prefix.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
python_version.rs Fix optional cfg gates (#14448) 2025-07-03 15:29:03 -05:00
target.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
version_files.rs Make the use of Self consistent. (#15074) 2025-08-05 20:17:12 +01:00
virtualenv.rs Make the use of Self consistent. (#15074) 2025-08-05 20:17:12 +01:00
windows_registry.rs Split platform detection code into a dedicated uv-platform crate (#14918) 2025-07-28 14:12:04 -05:00