[issue37041] IDLE: path browser unusable on some displays

2019-05-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Another reason to replace IDLE's custom tree widget with hard-coded constants with ttk.Treeview. I am closing this because I believe that #31552 will solve this problem. For an initial check, run the following test code, extracted from https://tkdocs.com/tu

[issue31552] IDLE: Convert browswers to use ttk.Treeview

2019-05-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: I changed the type to behavior because the hard-coded pixel heights prevent the browsers form being usable on at least one HiDPI monitor. I closed #37041 in favor of this on the presumption that ttk.Treeview will work on such monitors, at least after fix_sc

[issue37039] IDLE: Improve zoomheight doc and behavior.

2019-05-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Andre, we need to severely trim quotes when posting by email. A summary with added info. Andre: 2000 pixels / 183 mm = 10.9 pixels / mm Terry: 1440 pixels / 336 mm = 4.3 pixels / mm Andre: Windows Display setting text size, custom scaling = 200%, 200% Terry:

[issue27987] obmalloc's 8-byte alignment causes undefined behavior

2019-05-25 Thread Inada Naoki
Change by Inada Naoki : -- pull_requests: +13488 pull_request: https://github.com/python/cpython/pull/13581 ___ Python tracker ___ _

<    1   2