Serhiy Storchaka
|
4babb9111f
|
Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises
TypeError instead of TclError on wrong number of arguments. Original patch
by Guilherme Polo.
|
2013-11-03 14:34:25 +02:00 |
|
Serhiy Storchaka
|
0b9e815d8d
|
Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
|
2013-11-03 14:29:35 +02:00 |
|
Serhiy Storchaka
|
0de5362a40
|
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
integers instead of a string. Based on patch by Guilherme Polo.
|
2013-11-03 14:15:00 +02:00 |
|
Serhiy Storchaka
|
2849e0dfb7
|
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
integers instead of a string. Based on patch by Guilherme Polo.
|
2013-11-03 14:13:34 +02:00 |
|
Serhiy Storchaka
|
e39e54d0b3
|
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
|
2013-08-22 17:53:06 +03:00 |
|
Serhiy Storchaka
|
06ce077e43
|
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
|
2013-08-22 17:51:58 +03:00 |
|
Terry Jan Reedy
|
8b53559a89
|
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 18:36:38 -04:00 |
|
Terry Jan Reedy
|
0f84764a09
|
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 18:34:00 -04:00 |
|
Serhiy Storchaka
|
fb3c6286a6
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:59:53 +02:00 |
|
Serhiy Storchaka
|
1e2b7ee3e8
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:58:14 +02:00 |
|
Serhiy Storchaka
|
b139652366
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:56:08 +02:00 |
|
Serhiy Storchaka
|
08f4556524
|
Merge heads
|
2013-01-02 10:40:36 +02:00 |
|
Serhiy Storchaka
|
32e258d877
|
Merge heads
|
2013-01-02 10:37:54 +02:00 |
|
Serhiy Storchaka
|
4cf4f3a7c6
|
Issue #16541: tk_setPalette() now works with keyword arguments.
Added a test for tk_setPalette().
|
2013-01-02 00:03:58 +02:00 |
|
Andrew Svetlov
|
a191959849
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:27:16 +02:00 |
|
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
|
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
|
Andrew Svetlov
|
a6b292fbc7
|
Issue #16582: use int exit code in tkinter._exit
|
2012-12-10 00:03:55 +02:00 |
|
Andrew Svetlov
|
14857cf8fa
|
Issue #16582: use int exit code in tkinter._exit
|
2012-12-10 00:03:39 +02:00 |
|
Andrew Svetlov
|
806bfad457
|
Issue #16582: use int exit code in tkinter._exit
|
2012-12-10 00:02:31 +02:00 |
|
Antoine Pitrou
|
db0420db17
|
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python.
Patch by Zachary Ware.
|
2012-12-09 14:47:23 +01:00 |
|
Antoine Pitrou
|
373528f6b1
|
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python.
Patch by Zachary Ware.
|
2012-12-09 14:46:46 +01:00 |
|
Antoine Pitrou
|
7ec3a32360
|
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python.
Patch by Zachary Ware.
|
2012-12-09 14:46:18 +01:00 |
|
Andrew Svetlov
|
2d72781082
|
Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper
|
2012-12-03 16:13:48 +02:00 |
|
Andrew Svetlov
|
e854433686
|
Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper
|
2012-12-03 16:13:34 +02:00 |
|