uv/crates/uv-python
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
..
python Fix GraalPy abi tag parsing and discovery (#12154) 2025-03-13 23:55:07 +00:00
src Avoid enumerating sources in errors for path Python requests (#13335) 2025-05-07 18:53:09 +00: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 minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
download-metadata.json Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00
fetch-download-metadata.py Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00