Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 759: External Wheel Hosting #4011

Merged
merged 39 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
78ab4c4
PEP 759, External Wheel Hosting
warsaw Oct 1, 2024
f197858
Fix some formatting
warsaw Oct 1, 2024
86cc414
Merge branch 'main' into warsaw/pep-759
warsaw Oct 1, 2024
f1ad9f6
/peps/numerical.rst is generated
warsaw Oct 1, 2024
ffa8a6a
Update peps/pep-0759.rst
warsaw Oct 1, 2024
599d2e1
Update peps/pep-0759.rst
warsaw Oct 1, 2024
056aa9f
Update peps/pep-0759.rst
warsaw Oct 1, 2024
5e6707a
Update peps/pep-0759.rst
warsaw Oct 1, 2024
4c64f22
Update peps/pep-0759.rst
warsaw Oct 1, 2024
fbe93a3
Update peps/pep-0759.rst
warsaw Oct 1, 2024
1568701
Update peps/pep-0759.rst
warsaw Oct 1, 2024
0c90cb4
Update peps/pep-0759.rst
warsaw Oct 1, 2024
f88c18f
Update peps/pep-0759.rst
warsaw Oct 2, 2024
6c86b80
Update peps/pep-0759.rst
warsaw Oct 2, 2024
85ec40e
Update peps/pep-0759.rst
warsaw Oct 2, 2024
aba3c50
Update peps/pep-0759.rst
warsaw Oct 2, 2024
dc17cd0
Update peps/pep-0759.rst
warsaw Oct 2, 2024
d76f915
Update peps/pep-0759.rst
warsaw Oct 2, 2024
9eb22a5
Update peps/pep-0759.rst
warsaw Oct 2, 2024
d04b637
Update peps/pep-0759.rst
warsaw Oct 2, 2024
207637f
Update peps/pep-0759.rst
warsaw Oct 2, 2024
8753c5d
Update peps/pep-0759.rst
warsaw Oct 2, 2024
442fc27
Update peps/pep-0759.rst
warsaw Oct 2, 2024
5be072b
Update CODEOWNERS for PEP 759
warsaw Oct 2, 2024
dac3a68
Update peps/pep-0759.rst
warsaw Oct 2, 2024
b88ec81
Update peps/pep-0759.rst
warsaw Oct 2, 2024
3e15a58
Header dates must have two digit days
warsaw Oct 2, 2024
87d2790
Use `HTTP HEAD` in RFC text
warsaw Oct 2, 2024
77344ba
Update .github/CODEOWNERS
warsaw Oct 2, 2024
2ab8c5c
Merge branch 'main' into warsaw/pep-759
JelleZijlstra Oct 2, 2024
2b15c38
Improve the wording around PEP 470 and PEP 438
warsaw Oct 2, 2024
3226b98
Responding to PR comments
warsaw Oct 2, 2024
ad8c9df
Merge remote-tracking branch 'refs/remotes/warsaw/warsaw/pep-759' int…
warsaw Oct 2, 2024
a78fb69
Update peps/pep-0759.rst
warsaw Oct 2, 2024
bba566c
Respond to the feedback on wheel stubs in the Rationale section
warsaw Oct 2, 2024
5a815bd
Improve a heading and relabel some sections as subsections
warsaw Oct 2, 2024
b12bc7e
Reword the PyPI limits rationale, based on feedback
warsaw Oct 2, 2024
6f692c0
Reword the intro to the specifications section, and other improvements
warsaw Oct 2, 2024
34db413
Merge branch 'main' into warsaw/pep-759
warsaw Oct 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ coverage.xml
/venv

# Builds
/sphinx-warnings.txt
/sphinx-warnings.txt
/peps/numerical.rst
Loading
Loading