Commit 2dd5372
committed
Merge branch 'main' into fix-8743
* main: (53 commits)
Shorten "Using existing Python versions" nav item so it fits on one line (astral-sh#11077)
docs: suggest copy linking for GitLab integration guide (astral-sh#11067)
Refactor `uv tool run` hint into separate function (astral-sh#11069)
Fix typo in no-deps docs/comments/cli description (astral-sh#11073)
Allow `--no-dev --invert` in `uv tree` (astral-sh#11068)
Add docs for signal handling (astral-sh#11041)
Add a bit more context about SIGTERM and PID 1 (astral-sh#11036)
Reflow CLI documentation comments (astral-sh#11040)
doc typo: unnecessary backslashes to represent brackets in markdown (astral-sh#11059)
Update Dependabot links (astral-sh#11054)
Document `gather_credentials` (astral-sh#11024)
Link to our MRE documentation in the issue template (astral-sh#11045)
Avoid sharing state between universal and non-universal resolves (astral-sh#11051)
Mark metadata as dynamic when reading from built wheel cache (astral-sh#11046)
Fix formatting of `RUST_LOG` documentation (astral-sh#10053)
Bump version to 0.5.25 (astral-sh#11042)
Add CVE disclosure to security policy (astral-sh#11037)
Guard against concurrent cache writes on Windows (astral-sh#11007)
Add SECURITY policy (astral-sh#11035)
Improve SIGINT handling in `uv run` (astral-sh#11009)
...File tree
72 files changed
+2629
-1245
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- crates
- uv-cache/src
- uv-client/src
- uv-cli/src
- uv-dispatch/src
- uv-distribution/src
- metadata
- source
- uv-fs/src
- uv-python/src
- uv-resolver/src
- uv-settings/src
- uv-static/src
- uv-version
- uv-workspace/src
- uv
- src/commands
- project
- tool
- tests/it
- snapshots
- docs
- concepts
- projects
- configuration
- getting-started
- guides
- integration
- pip
- reference
- troubleshooting
- scripts/publish
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+2629
-1245
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
352 | 357 | | |
353 | 358 | | |
354 | 359 | | |
355 | 360 | | |
356 | 361 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
3 | 36 | | |
4 | 37 | | |
5 | 38 | | |
| |||
0 commit comments