Tin mới
gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549)
gh-50409: Modernize tkinter.PanedWindow.paneconfigure() (GH-152399)
gh-152638: Deprecate tkinter.filedialog.askopenfiles() (GH-152647)
gh-72880: Add tkinter.fontchooser -- interface to the font selection dialog (GH-153255)
gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260)
gh-153256: Add tk_print() methods to tkinter Canvas and Text (GH-153257)
gh-153333: Read tkinter profile scripts with the source file's encoding (GH-153334)
gh-59396: Add use_ttk parameter to tkinter ScrolledText (GH-153119)
gh-143070: Use "+" instead of "!" in automatically generated tkinter widget names (GH-151975)
gh-153422: Return bool from some tkinter query methods (GH-153429)
gh-143990: Preserve the size when creating a Font from a named font (GH-153267)
gh-143990: Allow tkinter.font.Font to wrap a font description (GH-152025)
gh-43699: Defer the drag cursor in tkinter.dnd until the pointer moves (GH-152371)
gh-59396: Use themed widgets in tkinter.filedialog (GH-152036)
gh-103878: Return a consistent empty value from cancelled file dialogs (GH-152435)
gh-152587: Make name and value required in tkinter variable methods (GH-152595)
gh-78335: Complete the widget option lists in tkinter docstrings (GH-152485)
gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380)
gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336)
gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337)
gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH-152012)
gh-59396: Modernize tkinter.simpledialog (GH-151848)
gh-101284: Allow passing Menubutton options to tkinter.OptionMenu (GH-151959)
gh-75666: Fix a reference leak in tkinter event bindings (GH-151808)
gh-151920: Add the ttk.Style.theme_styles() method (GH-151921)
gh-151886: Add tkinter Misc.tk_appname, tk_useinputmethods and tk_caret (GH-151887)
gh-151890: Support more photo image options in tkinter.PhotoImage methods (GH-151891)
gh-151888: Add tkinter PhotoImage.redither method (GH-151889)
gh-151881: Add tkinter Menu.postcascade, Misc.tk_scaling and tk_inactive (GH-151882)
gh-151876: Add tkinter Canvas methods rotate and rchars (GH-151877)
gh-151910: Add tkinter.ttk.Treeview methods for the Tk 9.1 enhanced treeview (GH-151911)
gh-151878: Add tkinter Entry and Spinbox validate methods (GH-151879)
gh-86726: Document tkinter method-name conflicts (GH-151917)
gh-151874: Add tkinter wm_stackorder, wm_iconbadge and winfo_isdark (GH-151875)
gh-151675: Add tkinter Text.sync() and Text.pendingsync() (GH-151677)