uv/crates/uv-python/src
Maksim Bondarenkov 228a803fde
uv-python: use windows-sys instead of winapi (#5591)
<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

use windows-sys bindings maintained by microsoft devs. winapi didn't has
any updates for more than 3 years

## Test Plan

cargo test. it failed locally because I don't have Python 3.12 installed
2024-07-30 11:43:04 +02:00
..
discovery.rs uv-python: use windows-sys instead of winapi (#5591) 2024-07-30 11:43:04 +02:00
downloads.inc Update bundled Pythons to include stripped variants (#5469) 2024-07-26 00:34:45 +00:00
downloads.inc.mustache Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
downloads.rs Rename `Error::IO` to `Error::Io` (#5174) 2024-07-18 04:13:45 +00: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 Display Python installation key for discovered interpreters (#5365) 2024-07-23 15:29:15 -05:00
interpreter.rs Remove some unused methods (#5512) 2024-07-28 17:20:12 +00:00
lib.rs Add color to `python pin` CLI (#5215) 2024-07-19 13:19:28 -04:00
managed.rs Add PyPy finder (#5337) 2024-07-23 14:58:04 -05: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 Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
target.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
version_files.rs Make directory a required argument (#5573) 2024-07-29 20:47:34 +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