uv/crates/uv-python/src
konsti 06af93fce7
Fix optional cfg gates (#14448)
Running `cargo clippy` in individual crates could raise warnings due to
unused imports as `Cow` is only used with `#[cfg(feature = "schemars")]`
2025-07-03 15:29:03 -05:00
..
sysconfig Sync latest Python releases (#14426) 2025-07-02 14:51:17 -05:00
cpuinfo.rs Fix hard and soft float libc detection for managed Python distributions on ARM (#8498) 2024-10-29 23:46:21 +00:00
discovery.rs Bump MSRV and rust-toolchain version (#14303) 2025-06-27 10:27:45 -04:00
downloads.rs Keep track of retries in ManagedPythonDownload::fetch_with_retry 2025-07-01 09:52:19 -07:00
environment.rs Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
implementation.rs Use the canonical ImplementationName -> &str implementation (#14337) 2025-06-28 09:42:18 -05:00
installation.rs Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
interpreter.rs Include the canonical path in the interpreter query cache key (#14331) 2025-06-30 15:39:47 +00:00
lib.rs Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
libc.rs make the error message clearer when running distroless containers (#13549) 2025-05-29 10:29:01 -07: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 Use the canonical ImplementationName -> &str implementation (#14337) 2025-06-28 09:42:18 -05:00
microsoft_store.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
platform.rs disfavor aarch64 windows in its own house (#13724) 2025-06-30 17:42:00 -04:00
pointer_size.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
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 Refactor PythonVersionFile global loading (#14107) 2025-06-20 15:31:32 -05:00
virtualenv.rs Consolidate logic for checking for a virtual environment (#14214) 2025-06-23 15:12:43 +02:00
windows_registry.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00