summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog onlyGuilherme Polo2009-03-071-2/+6
* Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.Guilherme Polo2009-03-071-1/+1
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-214-8/+8
* Issue #5295: Typos in turtle.pyMark Dickinson2009-02-201-21/+21
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-092-0/+39
* Fixed issue #4890: Handle empty text search pattern inGuilherme Polo2009-02-091-2/+3
* Turned setup_master publicGuilherme Polo2009-02-091-22/+19
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-071-29/+41
* Moving to importlibGuilherme Polo2009-02-021-4/+3
* Restore the previous geometry before leaving the testGuilherme Polo2009-02-021-2/+3
* Use a single Tcl interpreter through all these tests, this may help someGuilherme Polo2009-02-024-16/+34
* Make sure the root windows gets destroyedGuilherme Polo2009-01-281-1/+4
* Added support for collecting tests only from specific packages.Guilherme Polo2009-01-281-4/+11
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-289-0/+3646
* Issue #3881: Help Tcl to load even when started through theMartin v. Löwis2009-01-241-0/+35
* Issue #3767: Convert Tk object to string in tkColorChooser.Martin v. Löwis2008-12-291-5/+7
* Issue #3248: Allow placing ScrolledText in a PanedWindow.Martin v. Löwis2008-12-291-33/+42
* Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__Martin v. Löwis2008-11-191-2/+2
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-11/+13
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-28/+31
* #3950 fix missing scale factors in turtle.pyBenjamin Peterson2008-09-241-1/+1
* Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.Robert Schuppenies2008-08-221-5/+7
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+10
* Remove a use of callable() from Tkinter to silence warnings under -3.Brett Cannon2008-08-041-1/+1
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-9/+9
* remove usage of MacOS from TkinterBenjamin Peterson2008-07-311-10/+0
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-750/+3822
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-1/+7
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
* Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renamingGuilherme Polo2008-05-241-1/+1
* #615772: raise a more explicit error from Tkinter.Misc.__contains__.Georg Brandl2008-05-201-0/+2
* Remove debugging line.Georg Brandl2008-05-201-1/+0
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-2011-49/+50
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-2016-0/+8566
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-2015-120/+0
* Tkinter: make stub modules.Georg Brandl2008-05-172-530/+12
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-1614-1/+105
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-1614-8032/+0
* #2535: remove duplicated method.Georg Brandl2008-05-111-3/+0
* The Canvas module has been deprecated for removal in 3.0.Brett Cannon2008-05-101-0/+4
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-292-5/+5
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Always convert Text.index result to string.Martin v. Löwis2008-01-011-1/+1
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-181-0/+4
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-1/+4
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-3/+4
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-1/+6
* Patch #1592250: Add elidge argument to Tkinter.Text.search.Martin v. Löwis2006-11-091-1/+2
* Patch #1351744: Add askyesnocancel helper for tkMessageBox.Martin v. Löwis2006-11-081-0/+10