uv/crates/uv-python/src
Zanie Blue 7d90c29552
Fix priority for .python-versions files in uv python install (#6382)
In https://github.com/astral-sh/uv/pull/6359, I accidentally made `uv
python install` prefer `.python-version` files over `.python-versions`
files -.-, kind of niche but it's a regression.
2024-08-21 22:17:14 +00:00
..
discovery.rs Apply system Python filtering to executable name requests (#4309) 2024-08-20 11:31:46 -05:00
downloads.inc Update Pythons to include Python 3.12.5 (#6087) 2024-08-14 15:18:01 +00:00
downloads.inc.mustache Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
downloads.rs Colocate Python install cache with destination directory (#6043) 2024-08-12 16:15:30 -04:00
environment.rs feat(venv): add relocatable flag (#5515) 2024-07-29 00:10:11 +00:00
implementation.rs Use max rather than min to sort managed Pythons (#5205) 2024-07-19 12:35:17 +00:00
installation.rs Colocate Python install cache with destination directory (#6043) 2024-08-12 16:15:30 -04:00
interpreter.rs allow manylinux compatibility override via _manylinux module. (#6039) 2024-08-21 01:57:42 +00:00
lib.rs Refactor .python-version discovery (#6359) 2024-08-21 16:41:20 -05:00
managed.rs Colocate Python install cache with destination directory (#6043) 2024-08-12 16:15:30 -04:00
platform.rs Deduplicate when install or uninstall python (#4841) 2024-07-05 22:05:17 -05:00
pointer_size.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
prefix.rs Initialize all --prefix subdirectories (#4895) 2024-07-08 14:15:25 +00:00
py_launcher.rs Upgrade to Rust 1.80.0 (#5472) 2024-07-27 01:49:47 +00:00
python_version.rs Use "pre-release" in prose and Prerelease in code (#5697) 2024-08-01 20:56:29 +00:00
target.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
version_files.rs Fix priority for .python-versions files in uv python install (#6382) 2024-08-21 22:17:14 +00:00
virtualenv.rs feat(venv): add relocatable flag (#5515) 2024-07-29 00:10:11 +00:00
which.rs Search for all python3.x in PATH (#5148) 2024-07-18 17:00:01 +02:00