uv/crates/uv-python/src
Charlie Marsh 0dc74f619c
Remove `path-absolutize` dependency (#6589)
## Summary

This is now in the standard library.
2024-08-25 12:01:07 +00:00
..
discovery.rs Add support for configuring `python-downloads` with `UV_PYTHON_DOWNLOADS` (#6436) 2024-08-22 23:19:03 +00:00
downloads.inc Update Pythons to include Python 3.12.5 (#6087) 2024-08-14 15:18:01 +00:00
downloads.inc.mustache
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
installation.rs Colocate Python install cache with destination directory (#6043) 2024-08-12 16:15:30 -04:00
interpreter.rs Remove `path-absolutize` dependency (#6589) 2024-08-25 12:01:07 +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
pointer_size.rs
prefix.rs
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
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