-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-95299: Stop installing setuptools as a part of ensurepip and venv #101039
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
Merged
pradyunsg
merged 21 commits into
python:main
from
pradyunsg:remove-setuptools-ensurepip
Apr 18, 2023
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
001ee43
Use environment variables to pass data into test setup script
pradyunsg b8421a1
Update test_cppext to stop invoking setuptools-based script as a CLI
pradyunsg 9d343f2
Stop installing setuptools as a part of ensurepip and venv
pradyunsg 4a51332
Correct the name of step in GitHub Action
pradyunsg e0c53df
Drop most remaining references to `easy_install`
pradyunsg 4c8e6be
fixup! Update test_cppext to stop invoking setuptools-based script as…
pradyunsg b489e52
fixup! Update test_cppext to stop invoking setuptools-based script as…
pradyunsg f308da4
Add a "What's New" entry for the setuptools removal
pradyunsg 9579a3e
fixup! Add a "What's New" entry for the setuptools removal
pradyunsg 0e2b55e
fixup! Add a "What's New" entry for the setuptools removal
pradyunsg 0b8f384
Update Doc/whatsnew/3.12.rst
pradyunsg 1262bee
Merge branch 'main' into remove-setuptools-ensurepip
arhadthedev bcda4cd
Merge branch 'main' into remove-setuptools-ensurepip
pradyunsg e19784d
Update "Creating virtual environments" section to drop reference
pradyunsg ea1bcea
Use the style suggested in review
pradyunsg 5275f93
Use dirname on the absolute path
pradyunsg 5c3ce99
Locate cppextdata with plain filesystem lookups
pradyunsg 375b5c6
Merge branch 'main' into remove-setuptools-ensurepip
pradyunsg 991d066
bundled pip -> bundled wheels
pradyunsg ebf6c3b
Unbreak `test_cppext`
pradyunsg b83cf9f
:art:
pradyunsg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2023-01-14-17-54-56.gh-issue-95299.vUhpKz.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Remove the bundled setuptools wheel from ``ensurepip``, and stop installing setuptools in environments created by ``venv``. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.