| 
								
								
									 Martin v. Löwis | eba67c0eac | Issue #6470: Drop UNC prefix in FixTk.py Patch by Christop Gohlke and Amaury Forgeot d'Arc. | 2010-06-04 19:39:07 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | e84089e3f1 | Issue #8204: Fix test_ttk notebook test by forcing focus. | 2010-04-08 17:38:32 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | 1b287c7434 | Issue #8344: Fix test_ttk bug on FreeBSD. | 2010-04-08 09:47:40 +00:00 |  | 
				
					
						| 
								
								
									 Florent Xicluna | dfd3618422 | #7092: silence some py3k warnings | 2010-04-02 08:30:21 +00:00 |  | 
				
					
						| 
								
								
									 Florent Xicluna | c8a730bf72 | Syntax cleanup == None->is None | 2010-03-25 20:32:07 +00:00 |  | 
				
					
						| 
								
								
									 Matthias Klose | 8b41168bab | - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox with Tcl/Tk-8.5. | 2010-03-16 10:48:52 +00:00 |  | 
				
					
						| 
								
								
									 Florent Xicluna | 0b9a18a42f | #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. | 2010-03-06 11:01:08 +00:00 |  | 
				
					
						| 
								
								
									 Benjamin Peterson | b3be23ad27 | remove the svn:executable property from files that don't have shebang lines | 2010-03-05 03:20:06 +00:00 |  | 
				
					
						| 
								
								
									 Georg Brandl | 8cdc9bc901 | More yearly updates. | 2010-01-01 13:07:05 +00:00 |  | 
				
					
						| 
								
								
									 Benjamin Peterson | 6e3dbbdf39 | replace has_key with 'in' operator | 2009-10-09 22:15:50 +00:00 |  | 
				
					
						| 
								
								
									 Benjamin Peterson | de0559998f | replace callable() | 2009-10-09 22:05:45 +00:00 |  | 
				
					
						| 
								
								
									 R. David Murray | ddfb6cdc2b | Applying patches backported from 3.1, by Gregor Lingl. | 2009-09-28 18:29:28 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 6f1fa214c5 | Added missing static option for OptionMenu. Issue #5961. | 2009-08-18 16:39:36 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 7b50c4fa7c | Issue #1356969: Add missing info methods in Tix.HList. | 2009-08-18 14:46:57 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 397bd1e740 | Fixes for Tix.Grid from issue #1522587. | 2009-08-18 14:34:44 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 6b3c7098f3 | Issue #1522587: New constants and methods for the Tix.Grid widget. | 2009-08-18 14:23:00 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 57f9b7298a | Mark the "radio" option of Tix.CheckList as static. | 2009-08-18 13:33:30 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 6c823f8720 | Issue #1250469: Fix the return value of Tix.PanedWindow.panes. | 2009-08-18 13:29:20 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | d3e6e4bb8f | Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. | 2009-08-18 13:23:08 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 75e1f9985a | Clarifying Entry.selection_present's docstring. | 2009-08-14 14:43:43 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | e45f017023 | Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview* and yview* methods. | 2009-08-14 14:36:45 +00:00 |  | 
				
					
						| 
								
								
									 Benjamin Peterson | 5c8da86f3a | convert usage of fail* to assert* | 2009-06-30 22:57:08 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 7f146ab0ca | Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of
test_ttkguionly. | 2009-06-21 17:22:50 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 1c6787f9de | Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). | 2009-05-31 21:31:21 +00:00 |  | 
				
					
						| 
								
								
									 Walter Dörwald | 2827709d6d | Fix typos. | 2009-05-04 16:03:03 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 15d57653f1 | Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only after it is has been populated and properly configured in order to prevent
window flashing. | 2009-03-07 02:14:38 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 6d6c1fd04e | Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. | 2009-03-07 01:19:12 +00:00 |  | 
				
					
						| 
								
								
									 Mark Dickinson | 3e4caeb3bf | Issue #5341: Fix a variety of spelling errors. | 2009-02-21 20:27:01 +00:00 |  | 
				
					
						| 
								
								
									 Mark Dickinson | 2752e9b527 | Issue #5295: Typos in turtle.py | 2009-02-20 20:42:53 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | bbb7efd72b | Some tests for Tkinter.Text.search | 2009-02-09 19:21:21 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | d2ea0332ab | Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search | 2009-02-09 16:41:09 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 190c35f928 | Turned setup_master public | 2009-02-09 16:09:17 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 8e5e438d21 | Eliminated the need to use ttk.__loadtk__ and the problems related it. | 2009-02-07 02:20:29 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | b98cb43e4a | Moving to importlib | 2009-02-02 20:28:59 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | b64c989efc | Restore the previous geometry before leaving the test | 2009-02-02 20:23:29 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 905c6b7f48 | Use a single Tcl interpreter through all these tests, this may help some failing buildbots. | 2009-02-02 00:38:54 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 6d51f12c5e | Make sure the root windows gets destroyed | 2009-01-28 20:02:01 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | 6785cf0169 | Added support for collecting tests only from specific packages. | 2009-01-28 19:23:28 +00:00 |  | 
				
					
						| 
								
								
									 Guilherme Polo | cda93aafde | Added the ttk module. See issue #2983: Ttk support for Tkinter. | 2009-01-28 13:09:03 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | f081e1c9d9 | Issue #3881: Help Tcl to load even when started through the unreadable local symlink to "Program Files" on Vista. | 2009-01-24 15:47:27 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | 732479f50b | Issue #3767: Convert Tk object to string in tkColorChooser. | 2008-12-29 16:22:25 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | e2eb2b4bc3 | Issue #3248: Allow placing ScrolledText in a PanedWindow. | 2008-12-29 15:51:01 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | bb9b1f1d4a | Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ | 2008-11-19 09:09:41 +00:00 |  | 
				
					
						| 
								
								
									 Hirokazu Yamamoto | b9828f67b8 | Issue #3774: Fixed an error when create a Tkinter menu item without command and then remove it. Written by Guilherme Polo (gpolo). | 2008-11-03 18:03:06 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | e563aa4383 | Issue #3965: Allow repeated calls to turtle.Screen, by making it a true singleton object.
Reviewed by Gregor Lingl. | 2008-09-29 22:09:07 +00:00 |  | 
				
					
						| 
								
								
									 Benjamin Peterson | 52d52f185a | #3950 fix missing scale factors in turtle.py reviewers: Georg, Benjamin | 2008-09-24 22:11:59 +00:00 |  | 
				
					
						| 
								
								
									 Robert Schuppenies | af1aae3aa6 | Issue #1342811: Fixed broken patch. Reviewed by	benjamin.peterson. | 2008-08-22 08:03:43 +00:00 |  | 
				
					
						| 
								
								
									 Robert Schuppenies | 14646337bf | Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to menu entries were not deleted. | 2008-08-10 11:01:53 +00:00 |  | 
				
					
						| 
								
								
									 Brett Cannon | ff6868cf10 | Remove a use of callable() from Tkinter to silence warnings under -3. | 2008-08-04 21:24:43 +00:00 |  | 
				
					
						| 
								
								
									 Martin v. Löwis | aabf404ecc | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. | 2008-08-02 07:20:25 +00:00 |  |