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 |
Benjamin Peterson
|
e70f8e1205
|
remove usage of MacOS from Tkinter
|
2008-07-31 15:15:45 +00:00 |
Martin v. Löwis
|
8718459f0f
|
Patch #1513695: New turtle module, with demos.
|
2008-06-04 06:29:55 +00:00 |
Georg Brandl
|
4ed3ed13c5
|
Fix Tkinter sequence passing. #2906.
|
2008-06-03 10:23:15 +00:00 |
Georg Brandl
|
7943a3295d
|
#2906: accept lists for options, and some cosmetic fixes in Tkinter.
|
2008-05-29 07:18:49 +00:00 |
Guilherme Polo
|
6acb075f03
|
Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming
|
2008-05-24 18:24:49 +00:00 |
Georg Brandl
|
ae019e14bd
|
#615772: raise a more explicit error from Tkinter.Misc.__contains__.
|
2008-05-20 08:48:34 +00:00 |
Georg Brandl
|
06d2a2cb0e
|
Remove debugging line.
|
2008-05-20 07:23:59 +00:00 |
Georg Brandl
|
6634bf2919
|
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
|
2008-05-20 07:13:37 +00:00 |
Georg Brandl
|
33cece05b9
|
Tkinter renaming reversal: move modules back in their place.
|
2008-05-20 06:58:21 +00:00 |
Georg Brandl
|
248e3a8b7f
|
Tkinter renaming reversal: Delete all stubs from lib-tk.
|
2008-05-20 06:49:28 +00:00 |
Georg Brandl
|
8291f8efae
|
Tkinter: make stub modules.
|
2008-05-17 15:21:58 +00:00 |
Georg Brandl
|
ad9afeb8f0
|
Tkinter rename, step 2: fix imports and add stub modules.
|
2008-05-16 15:48:15 +00:00 |
Georg Brandl
|
bbc57d73a0
|
Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
|
2008-05-16 14:24:45 +00:00 |
Georg Brandl
|
275360eaa5
|
#2535: remove duplicated method.
|
2008-05-11 21:34:10 +00:00 |
Brett Cannon
|
d5a0985265
|
The Canvas module has been deprecated for removal in 3.0.
|
2008-05-10 03:14:32 +00:00 |
Benjamin Peterson
|
5b63acd31e
|
#2503 make singletons compared with "is" not == or !=
Thanks to Wummel for the patch
|
2008-03-29 15:24:25 +00:00 |
Christian Heimes
|
c5f05e45cf
|
Patch #2167 from calvin: Remove unused imports
|
2008-02-23 17:40:11 +00:00 |
Martin v. Löwis
|
f5d902fc47
|
Always convert Text.index result to string.
This improves compatibility with Tcl 8.5, which would
otherwise return textindex objects.
|
2008-01-01 21:08:18 +00:00 |
Christian Heimes
|
bb89992211
|
Make it a bit easier to test Tcl/Tk and idle from a build dir.
|
2007-12-18 09:00:13 +00:00 |
Tim Peters
|
f733abb783
|
Whitespace normalization.
|
2007-01-30 03:03:46 +00:00 |
Martin v. Löwis
|
bba003ef24
|
Patch #1472877: Fix Tix subwidget name resolution.
Will backport to 2.5.
|
2006-11-18 18:42:11 +00:00 |
Martin v. Löwis
|
ef5fd3e7c9
|
Patch #1594554: Always close a tkSimpleDialog on ok(), even
if an exception occurs.
Will backport to 2.5.
|
2006-11-18 18:05:35 +00:00 |
Martin v. Löwis
|
c73a4a4f51
|
Patch #1538878: Don't make tkSimpleDialog dialogs transient if
the parent window is withdrawn. This mirrors what dialog.tcl
does.
Will backport to 2.5.
|
2006-11-18 18:00:23 +00:00 |
Martin v. Löwis
|
038cad7ee4
|
Patch #1592250: Add elidge argument to Tkinter.Text.search.
|
2006-11-09 11:27:32 +00:00 |
Martin v. Löwis
|
5361e9a54e
|
Patch #1351744: Add askyesnocancel helper for tkMessageBox.
|
2006-11-08 07:35:55 +00:00 |
Brett Cannon
|
d80e0c8677
|
Fix turtle so that you can launch the demo2 function on its own instead of only
when the module is launched as a script.
|
2006-10-16 03:09:52 +00:00 |
Andrew M. Kuchling
|
e2222a083b
|
Fix docstring punctuation
|
2006-07-29 14:43:55 +00:00 |
Martin v. Löwis
|
426f4a1c65
|
Patch #1524429: Use repr instead of backticks again.
|
2006-07-18 17:46:31 +00:00 |
Tim Peters
|
12c00f79bc
|
Whitespace normalization.
|
2006-07-11 02:17:48 +00:00 |