uv/crates/uv-python
Charlie Marsh c37af945b3
Avoid using owned String in deserializers (#11764)
## Summary

This is the pattern I see in a variety of crates, and I believe this is
preferred if you don't _need_ an owned `String`, since you can avoid the
allocation. This could be pretty impactful for us?
2025-02-25 14:28:16 +00:00
..
python Catch broken mac_ver() (#11396) 2025-02-10 22:49:16 +01:00
src Avoid using owned String in deserializers (#11764) 2025-02-25 14:28:16 +00:00
Cargo.toml Install and remove managed Python to and from the Windows Registry (PEP 514) (#10634) 2025-01-23 14:13:41 +00:00
download-metadata.json Make fetch python downloads deterministic (#11572) 2025-02-17 08:36:38 -06:00
fetch-download-metadata.py Make fetching github releases faster (#11614) 2025-02-19 08:57:56 -06:00
template-download-metadata.py Update riscv64 Python downloads to allow install on riscv64gc (#10937) 2025-01-24 09:33:29 -06:00