-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-148641: Implement PEP 829 - startup configuration files #149109
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
Open
warsaw
wants to merge
48
commits into
python:main
Choose a base branch
from
warsaw:warsaw/829
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
f05e9f6
Prototype of package.site.toml files
warsaw 1f697e6
Merge branch 'main' into pth2toml
warsaw 594f347
Validate [metadata].schema_version
warsaw ca6e4ed
Added PEP 829 draft
warsaw 508f493
Update and refine PEP 829
warsaw 72b4d9a
Merge branch 'main' into pth2toml
warsaw 390de9f
Checkpointing reference implementation updates
warsaw 8454716
Fix phase ordering
warsaw 3e99f25
Fix docs and tests for PEP 829
warsaw e1eaffb
Trim the out-of-date site.py docstring
warsaw caab85c
Fix some tests
warsaw e393af0
A couple more improvements
warsaw bc92325
Merge branch 'main' into pth2toml
warsaw 9b0b977
Remove unused import
warsaw 1804f68
Blurb It
warsaw 1bc0ac4
Merge branch 'main' into pth2toml
warsaw cdcd9cd
Add a migration guide for pth->start files
warsaw 88465c1
Merge branch 'main' into pth2toml
warsaw d969ae6
Update site.rst documentation
warsaw d5eb74d
Merge branch 'python:main' into pth2toml
warsaw 981d42b
Merge branch 'pth2toml' into warsaw/829
warsaw 6eb25da
Implement PEP 829 - startup configuration files
warsaw 77e73c2
Add comment for the future
warsaw c6c4252
Merge branch 'main' into warsaw/829
warsaw e3be2af
Remove accidental PEP file
warsaw 95f5f68
Fix empty .start file logic bug
warsaw b36a16a
Fix another test: line numbers are suppressed
warsaw 9a017f2
Add resolve_name(name, *, strict=False)
warsaw 261088d
Defer entry point syntax check to execution time
warsaw ab8f926
Add optional exc=None to _trace()
warsaw 27cb819
main() should use the flush_pth_start() helper
warsaw cc61acd
Improve some documentation wording
warsaw 6e34cbc
Add a test to ensure site.addsitedir() works end-to-end
warsaw 133b1a5
Add tests to validate the encoding constraints for .start and .pth files
warsaw eb6ddef
Add tests to ensure error verbosity with and without -v
warsaw cb61374
Split the blurb entry into site.py and pkgutil.resolve_name() descrip…
warsaw 9d37c8a
Respond to PR review:
warsaw 3a8db6d
Remove unused cross-reference anchor
warsaw 30f38b0
Two more review fixes
warsaw 618af20
List PEP 829 in whatsnew for 3.15
warsaw 9007fa2
Merge branch 'main' into warsaw/829
warsaw d32a82d
Inline future deprecation warnings
warsaw f85e959
Merge branch 'main' into warsaw/829
warsaw ccb75a4
Merge branch 'main' into warsaw/829
warsaw 760fb81
Use of "i.e." is discouraged
warsaw b7b22d6
Merge branch 'main' into warsaw/829
warsaw 9292522
Merge branch 'main' into warsaw/829
warsaw e3ef09b
In version-related markup, use `next` instead of `3.15`
warsaw 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
Remove unused cross-reference anchor
- Loading branch information
commit 3a8db6d43b4cf6849dedd50687ae4dd319d64e38
Some comments aren't visible on the classic Files Changed page.
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
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.