uv/crates/uv-interpreter/src
Zanie Blue 66eb642938
Add test context utility to uv-interpreter (#3832)
Follow-up to https://github.com/astral-sh/uv/pull/3797 to clean up the
test isolation in `uv-interpreter`.

I still want to expose a CLI at some point like `uv python <...>` for
discovery and test from there, hopefully this will make that transition
simpler.
2024-05-27 04:17:49 +00:00
..
managed Add persistent storage of installed toolchains (#3797) 2024-05-27 03:54:49 +00:00
discovery.rs Gate discovery of managed toolchains with preview (#3835) 2024-05-27 04:05:19 +00:00
environment.rs Gate discovery of managed toolchains with preview (#3835) 2024-05-27 04:05:19 +00:00
implementation.rs Improve logging of interpreter implementation (#3791) 2024-05-23 10:00:45 -05:00
interpreter.rs Fix interpreter cache collisions for relative virtualenv paths (#3823) 2024-05-24 11:18:49 -05:00
lib.rs Add test context utility to uv-interpreter (#3832) 2024-05-27 04:17:49 +00:00
platform.rs Update bundled Python URLs and add "arm" architecture variant (#3855) 2024-05-26 23:33:08 -04:00
pointer_size.rs Create lib64 symlink for 64-bit, non-macOS, POSIX environments (#3584) 2024-05-14 14:33:44 -04:00
py_launcher.rs Rewrite Python interpreter discovery (#3266) 2024-05-21 14:37:23 -05:00
python_version.rs pep508: un-export fields for MarkerEnvironment 2024-05-09 10:06:02 -04:00
target.rs Create --target directories lazily (#3274) 2024-04-26 03:36:56 +00:00
virtualenv.rs Search for python3 in unix virtual environments (#3798) 2024-05-23 19:33:34 -05:00