[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: This worked for me on main and 3.10. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-04 Thread Steve Dower
Steve Dower added the comment: New changeset 6340ba7f2c1bef94939dcab0d5babc256ffd7485 by Steve Dower in branch '3.10': bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) https://github.com/python/cpython/commit/6340ba7f2c1bef94939dcab0d5babc256ffd7485 --

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-04 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +27663 pull_request: https://github.com/python/cpython/pull/29407 ___ Python tracker ___

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-04 Thread Steve Dower
Steve Dower added the comment: New changeset 36b4f9e2a7d5ed55c441eb6dfe5c13baa483b9d4 by Steve Dower in branch 'main': bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) https://github.com/python/cpython/commit/36b4f9e2a7d5ed55c441eb6dfe5c13baa483b9d4 --

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-03 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +27655 pull_request: https://github.com/python/cpython/pull/29397 ___ Python tracker ___

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-01 Thread Steve Dower
Steve Dower added the comment: Looks like something went wrong back when I built it in March and it built the older version again. I probably need to revamp that build step. I think it relies on a race to build properly, since it's in the main repo. We need a way to override the version

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-11-01 Thread E. Paine
E. Paine added the comment: This does not seem to have done the trick. The installers for 3.10.0 and 3.11.0a1 both use Tk 8.6.10 still. This can be verified using the bug in #45681 or using `tkinter.test.support.get_tk_patchlevel()`. -- nosy: +epaine

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-04-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Previous issue, which I mistyped, was #39107. Release notes at https://sourceforge.net/projects/tcl/files/Tcl/8.6.11/tcltk-release-notes-8.6.11.txt/view -- ___ Python tracker

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-04-23 Thread Steve Dower
Steve Dower added the comment: Thanks for finishing up that patch. And yes, we add a ".0" in case we need to patch the sources ourselves. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-04-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The upgrade to 8.6.10 broke a Scale test. The fix for that in #41306 conv = False if get_tk_patchlevel() >= (8, 6, 10) else float_round should still work unless there was a further Scale change. -- stage: patch review -> needs patch

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-04-03 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +23911 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25170 ___ Python tracker

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-04-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Did you use revision 0, and in 8.6.11.0, or a later one? As I mentioned in #43719, I cannot currently build master, but I will upload a PR (with .0) for CI to test. -- ___ Python tracker

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-03-29 Thread Steve Dower
Steve Dower added the comment: Turns out I did get it done, so you should be able to update the references you find in the PCbuild directory and get a build. -- ___ Python tracker

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-03-29 Thread Steve Dower
Steve Dower added the comment: I also need to pull the Tcl and Tk sources into our cpython-source-deps repository, run a signed build, and put the binaries into the cpython-bin-deps repository. I'll get that started tonight, but probably won't finish it until tomorrow. --

[issue43652] Upgrade Windows tcl/tk to 8.6.11

2021-03-29 Thread Terry J. Reedy
New submission from Terry J. Reedy : #39017, PR 22405 was too late for 3.9, but the new Mac installer is already using 8.6.11. Serhiy, do you know any reason not to upgrade the Windows installer to 8.6.11 also? Steve, should a new PR with '10' replaced with '11, where '9' was replaced with