-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-89520: IDLE - Make extentions use user's keys, not all defaults #28713
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
CoolCat467
wants to merge
41
commits into
python:main
Choose a base branch
from
CoolCat467:patch-1
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 all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
354ad86
Make extentions use user's keys, not all defaults
CoolCat467 b6d2782
📜🤖 Added by blurb_it.
blurb-it[bot] 48e18d6
Fix config and dialog to use user config extentions
CoolCat467 d8a267c
Merge branch 'python:main' into patch-1
CoolCat467 e1e8cd9
Remove debug print I forgot
CoolCat467 e2a2528
Remove debug comment out lines
CoolCat467 8fe6ecd
Merge branch 'python:main' into patch-1
CoolCat467 539d63b
Merge branch 'python:main' into patch-1
CoolCat467 1dfacb9
Merge branch 'python:main' into patch-1
CoolCat467 4e2161b
Fix spelling
CoolCat467 b425b72
Revert previous change
CoolCat467 88d40e0
Merge branch 'python:main' into patch-1
CoolCat467 c835095
Merge branch 'main' into patch-1
CoolCat467 f0e856a
Add trailing newline
CoolCat467 54b6c54
Merge branch 'main' into patch-1
CoolCat467 73c984e
Merge branch 'python:main' into patch-1
CoolCat467 40d864b
Simplify and update from `idleuserextend`'s testing
CoolCat467 fc190e3
Revert always save changes
CoolCat467 a2eb4b6
Merge branch 'python:main' into patch-1
CoolCat467 dc46fb7
Revert unnecessary formatting changes
CoolCat467 59b6a25
Merge branch 'main' into patch-1
CoolCat467 016ce89
`user_list` -> `user`, as is no longer a list but a set.
CoolCat467 ba7218f
Merge branch 'main' into patch-1
CoolCat467 954d0b8
Merge branch 'main' into patch-1
CoolCat467 568cd80
Revert noted strictly format change
CoolCat467 0240959
Remove suppression for errors that will never happen
CoolCat467 c032cf8
Merge branch 'main' into patch-1
CoolCat467 2f47ecb
Add test for ZzDummy being loaded in extensions list
CoolCat467 3a9d1dd
Don't require enabled
CoolCat467 29961f3
Add tests for reading extension keys
CoolCat467 8336d96
Merge branch 'main' into patch-1
CoolCat467 350253f
Merge branch 'main' into patch-1
CoolCat467 d6c8947
Merge branch 'main' into patch-1
CoolCat467 e521eef
Merge branch 'main' into patch-1
CoolCat467 9e04329
Merge branch 'main' into patch-1
CoolCat467 c0aaf33
Merge branch 'main' into patch-1
CoolCat467 e142132
Merge branch 'main' into patch-1
CoolCat467 455e8df
Merge branch 'main' into patch-1
CoolCat467 344d555
Merge branch 'main' into patch-1
CoolCat467 d814f03
Merge branch 'main' into patch-1
CoolCat467 7d0f5ac
Merge branch 'main' into patch-1
CoolCat467 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks wrong, as it would load any garbage that users add to the user file. Since it affects all confit files, not obvious related to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change allows keys that are not in the default configuration to be loaded from user configuration. This means sections like extensions that might not be in the default config can be loaded.