uv/crates/uv-python/src
Zanie Blue fa8db5a8d0
Avoid enumerating sources in errors for path Python requests (#13335)
e.g., these are misleading cruft in the error message at
https://github.com/astral-sh/uv/pull/12168#discussion_r2078204601

```
❯ uv python find /foo/bar
error: No interpreter found for path `/foo/bar` in virtual environments, managed installations, or search path
❯ cargo run -q -- python find /foo/bar
error: No interpreter found at path `/foo/bar`
```
2025-05-07 18:53:09 +00:00
..
sysconfig Fix patching of `clang` in managed Python sysconfig (#13237) 2025-04-30 12:23:22 -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 Avoid enumerating sources in errors for path Python requests (#13335) 2025-05-07 18:53:09 +00:00
downloads.rs Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00
environment.rs Fix incorrect venv invalidation for pre-release Python versions (#13234) 2025-04-30 10:55:22 -05:00
implementation.rs Prefer Python executable names that match the request over default names (#9066) 2024-11-13 10:00:23 -06:00
installation.rs Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL (#12974) 2025-04-30 15:52:11 -04:00
interpreter.rs Improve error message when a virtual environment Python symlink is broken (#12168) 2025-05-07 13:24:53 -05:00
lib.rs Improve error message when a virtual environment Python symlink is broken (#12168) 2025-05-07 13:24:53 -05:00
libc.rs Consistently write log messages with capitalized first word (#11111) 2025-01-30 18:56:46 +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 Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00
microsoft_store.rs Install and remove managed Python to and from the Windows Registry (PEP 514) (#10634) 2025-01-23 14:13:41 +00:00
platform.rs Add support for dynamic musl Python distributions on x86-64 Linux (#12121) 2025-03-11 18:14:10 -05: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 Report Python versions in `pyvenv.cfg` version mismatch (#13027) 2025-04-25 18:06:46 +00:00
target.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
version_files.rs Ignore arbitrary Python requests in version files (#12909) 2025-04-29 16:37:00 -05:00
virtualenv.rs Report Python versions in `pyvenv.cfg` version mismatch (#13027) 2025-04-25 18:06:46 +00:00
windows_registry.rs Bump MSRV to 1.84 (#12670) 2025-04-04 11:49:26 -04:00