[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Change by Ned Deily :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Ned Deily  added the comment:


New changeset f34d181fa15e1f082140a4e4a8fa3b77118f8e98 by Ned Deily in branch 
'main':
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)
https://github.com/python/cpython/commit/f34d181fa15e1f082140a4e4a8fa3b77118f8e98


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Ned Deily  added the comment:


New changeset 7accb4fdb3dc1b4140089edee290998aff496fe2 by Ned Deily in branch 
'3.9':
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933)
https://github.com/python/cpython/commit/7accb4fdb3dc1b4140089edee290998aff496fe2


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Ned Deily  added the comment:


New changeset 20801982fa696a01ad2c116925bddf2fda106338 by Ned Deily in branch 
'3.10':
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)
https://github.com/python/cpython/commit/20801982fa696a01ad2c116925bddf2fda106338


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Change by Ned Deily :


--
pull_requests: +28157
pull_request: https://github.com/python/cpython/pull/29933

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Change by Ned Deily :


--
pull_requests: +28156
pull_request: https://github.com/python/cpython/pull/29932

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily


Change by Ned Deily :


--
pull_requests: +28155
pull_request: https://github.com/python/cpython/pull/29931

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-11-30 Thread Ned Deily


Ned Deily  added the comment:

> It would be really great if Python 3.10.1 for macOS would come with Tcl/Tk 
> 8.6.12, as it is supposed to fix a nasty crash with Spanish keyboard.

Not to worry, the Tk for the macOS 3.10.1 will be updated. I need to do some 
more testing first. (BTW, I assume you are referring to this Tk issue: 
https://core.tcl-lang.org/tk/tktview/1626ed65b879bd76db99. The most recent 
3.11.0 alpha preview has a pre-release of 8.6.12 and I can confirm that the 
Cmd-` with the Spanish keyboard no longer crashes with it.)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-11-30 Thread Aivar Annamaa


Aivar Annamaa  added the comment:

Do I understand properly, that the macOS build hasn't been updated yet?

It would be really great if Python 3.10.1 for macOS would come with Tcl/Tk 
8.6.12, as it is supposed to fix a nasty crash with Spanish keyboard.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-11-16 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Steve, thank you for patching all current versions.  Previous policy has been 
to freeze tcl/tk x.y.z in python x.y because tk x.y.z may include a few 
enhancements among the bug fixes and hence indirectly add new features to 
tkinter in python x.y.z.  However ...

E.Paine's report for this bugfix
"2021-09-21 (bug)[033886] Win: hang in font loading (e-paine,vogel)"
was the result of #45103, based on an IDLE user's SO question about IDLE's 
config dialog hanging.  It turned out that adding a particular font (Phaistos) 
to Windows was the cause, and the fix was to remove it. Ned's link specifically 
 says they fixed " - Windows loading of the Phaistos font.", so I can now close 
our #45103.

Fine with me if we continue to update tcl/tk 8.6.z as possible on Windows as 
well as Mac.  Switching to 8.7, when released, would likely have to wait for 
discussion and a new Python version, which now is never too far away.

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-11-16 Thread Aivar Annamaa


Change by Aivar Annamaa :


--
nosy: +aivarannamaa

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-11-12 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
title: Update python.org Windows and macOS installers to use Tk 8.6.12 -> Make 
python.org Windows and macOS installers use Tk 8.6.12

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com