summaryrefslogtreecommitdiff
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-12/+12
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-154-5/+5
* Merged revisions 85930 via svnmerge fromAlexander Belopolsky2010-11-051-1/+4
* Merged revisions 85018 via svnmerge fromAntoine Pitrou2010-10-091-4/+8
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+2
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-081-0/+4
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-081-2/+2
* #7092: silence some py3k warningsFlorent Xicluna2010-04-021-2/+2
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-251-5/+5
* - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBoxMatthias Klose2010-03-161-3/+5
* #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.Florent Xicluna2010-03-061-5/+5
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* More yearly updates.Georg Brandl2010-01-011-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-096-27/+27
* replace callable()Benjamin Peterson2009-10-092-4/+4
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-4/+9
* Added missing static option for OptionMenu. Issue #5961.Guilherme Polo2009-08-181-1/+2
* Issue #1356969: Add missing info methods in Tix.HList.Guilherme Polo2009-08-181-0/+10
* Fixes for Tix.Grid from issue #1522587.Guilherme Polo2009-08-181-3/+6
* Issue #1522587: New constants and methods for the Tix.Grid widget.Guilherme Polo2009-08-181-11/+102
* Mark the "radio" option of Tix.CheckList as static.Guilherme Polo2009-08-181-1/+1
* Issue #1250469: Fix the return value of Tix.PanedWindow.panes.Guilherme Polo2009-08-181-5/+2
* Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...Guilherme Polo2009-08-181-1/+4
* Clarifying Entry.selection_present's docstring.Guilherme Polo2009-08-141-1/+2
* Issue #1135: Add the XView and YView mix-ins to avoid duplicatingGuilherme Polo2009-08-143-131/+51
* convert usage of fail* to assert*Benjamin Peterson2009-06-305-421/+421
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-211-0/+45
* Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the poss...Guilherme Polo2009-05-311-2/+2
* Fix typos.Walter Dörwald2009-05-042-3/+3
* 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