-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 #124156
Merged
Merged
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
797ab58
New branch for PR against Python 3.14.
culler 03ccc1b
Ttk tests on linux
culler d7fdc88
Remove trailing whitespace.
culler 9fe5e01
Add NEWS file.
culler 144c754
Make Windows build work; adjust for new changes to Canvas.
culler 3b21086
Attempt to restore autogenerated files that git tricked me into commi…
culler 485e38a
Revert other autogenerated files committed by mistake
culler 5a954ec
Revert one more autogenerated file committed by mistake
culler 50d6958
Reference for combobox issue; address conditional definitions of _cli…
culler ee186de
Revert PCbuild changes; add examples for tk 9
culler 1318d04
Adjust no_round for Canvas and Scrollbar.
culler e68994f
Adjust _clipped for Canvas once more.
culler c069c89
Hmmm = Canvas does clip highlightthickness.
culler 8072c54
Remove message catalog.
culler ec56443
Force checks to rerun since CLA signing seems hung. (No changes.)
culler 4f753f8
Merge branch 'tk9_for_python314' of github.com:culler/cpython into tk…
culler bf2243f
Update build files to use Tcl/Tk 8.6.14 by default but to allow any v…
culler 77396d8
Add changes suggested by @zware
culler cf9b947
Remove trailing whitespace.
culler 2ef001b
Deal with test_configure_width and test_configure_height for Notebooks.
culler cc50039
Merge branch 'tk9_for_python314' of github.com:culler/cpython into tk…
culler 6a9ebc1
Need to make tests pass with 8.6.14 too, for the PR checks.
culler 406aeff
Fix version tests in NotebookTest
culler 5edecc1
Include changes suggested by @zware
culler f661969
Merge branch 'main' into tk9_for_python314
zware 822c3bf
Add changes to tcltk.props and _tkinter.vcxproj suggested by @zooba
culler 7d851a8
Merge branch 'tk9_for_python314' of github.com:culler/cpython into tk…
culler 635d807
Merge branch 'main' into tk9_for_python314
culler ba09108
Merge remote-tracking branch 'origin/main' into tk9_for_python314
zware 9075a80
Formatting fixups, remove note from build.bat
zware 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 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 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.
Nit: this doesn't seem to be used anymore.