uv/crates/uv-python/src
Jo 2cb998847c
Fix SourceNotAllowed error message (#13012)
## Summary

Before:

```console
$ uv python list py --managed-python
error: Interpreter discovery for `executable name `py`` requires `search path` but only only managed is allowed
```

After:

```console
$ uv python list py --managed-python
error: Interpreter discovery for `executable name `py`` requires `search path` but only `only managed` is allowed
```
2025-04-21 08:29:45 -04:00
..
sysconfig Patch CC and CCX entries in sysconfig for cross-compiled aarch64 Python distributions (#12239) 2025-04-16 08:34:05 -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 Fix SourceNotAllowed error message (#13012) 2025-04-21 08:29:45 -04:00
download-metadata-minified.json Sync latest Python releases (#12784) 2025-04-09 12:32:00 -05:00
downloads.rs Fix PythonDownloadRequest parsing for partial keys (#12925) 2025-04-18 11:25:52 -05:00
environment.rs Ensure virtual environment is compatible with interpreter on sync (#12884) 2025-04-15 12:01:14 +02: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 UV_PYTHON_DOWNLOADS_JSON_URL to set custom managed python sources (#10939) 2025-04-07 13:55:00 -04:00
interpreter.rs Report the queried executable path in uv python list (#12628) 2025-04-02 14:24:58 -05:00
lib.rs Bump MSRV to 1.84 (#12670) 2025-04-04 11:49:26 -04: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 Bump MSRV to 1.84 (#12670) 2025-04-04 11:49:26 -04: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 Edition 2024 prep: Escape r#gen and remove redundant ref (#11922) 2025-03-03 11:13:56 +00:00
target.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
version_files.rs Add debug logs for version file search (#12951) 2025-04-18 16:31:52 +00:00
virtualenv.rs Ensure virtual environment is compatible with interpreter on sync (#12884) 2025-04-15 12:01:14 +02:00
windows_registry.rs Bump MSRV to 1.84 (#12670) 2025-04-04 11:49:26 -04:00