Serhiy Storchaka
|
79851d755b
|
Issue #21552: Fixed possible integer overflow of too long string lengths in
the tkinter module on 64-bit platforms.
|
2014-05-30 14:24:03 +03:00 |
|
Christian Heimes
|
25ff287dd7
|
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
CID 1167595
|
2014-02-05 00:29:48 +01:00 |
|
Christian Heimes
|
d33491ea76
|
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
CID 1167595
|
2014-02-05 00:29:17 +01:00 |
|
Serhiy Storchaka
|
ce591c2868
|
Issue #20368: The null character now correctly passed from Tcl to Python.
Improved error handling in variables-related commands.
|
2014-02-03 21:25:56 +02:00 |
|
Serhiy Storchaka
|
1317e14468
|
Issue #20368: The null character now correctly passed from Tcl to Python.
Improved error handling in variables-related commands.
|
2014-02-03 21:24:07 +02:00 |
|
Serhiy Storchaka
|
ab0ac27d24
|
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Removed backward compatibility alias curses.window.nooutrefresh which should
be removed in 2.3.
|
2014-01-20 21:35:06 +02:00 |
|
Serhiy Storchaka
|
7e52705ee3
|
Issue #20315: Removed support for backward compatibility with early 2.x versions.
|
2014-01-20 21:29:31 +02:00 |
|
Serhiy Storchaka
|
369606df2f
|
Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
|
2013-09-23 23:20:07 +03:00 |
|
Serhiy Storchaka
|
463bd4b5c6
|
Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation.
|
2013-09-23 22:49:02 +03:00 |
|
Serhiy Storchaka
|
dac8b8b7a6
|
Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
returned empty string.
|
2013-09-20 23:24:20 +03:00 |
|
Serhiy Storchaka
|
31f477c7eb
|
Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
returned empty string.
|
2013-09-20 23:21:44 +03:00 |
|
Victor Stinner
|
555e57de19
|
(Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit,
don't cast 64-bit pointer to long (32 bits).
|
2013-09-05 00:23:08 +02:00 |
|
Victor Stinner
|
e1040e276b
|
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
64-bit pointer to long (32 bits).
|
2013-09-05 00:22:24 +02:00 |
|
Serhiy Storchaka
|
254954aacd
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument.
This is needed for support Tcl/Tk 8.6.
|
2013-08-22 17:42:05 +03:00 |
|
Serhiy Storchaka
|
203eb317d2
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument.
This is needed for support Tcl/Tk 8.6.
|
2013-08-22 17:40:31 +03:00 |
|
Serhiy Storchaka
|
4e4088d273
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
in the tkinter module.
|
2013-08-21 21:43:08 +03:00 |
|
Serhiy Storchaka
|
9e6b97502f
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
in the tkinter module.
|
2013-08-21 21:38:21 +03:00 |
|
Antoine Pitrou
|
584e815114
|
Fix refcounting issue with extension types in tkinter.
(issue #15721)
|
2013-08-11 00:22:30 +02:00 |
|
Serhiy Storchaka
|
50ae3f680b
|
Issue #18101: Tcl.split() now process strings nested in a tuple as it
do with byte strings.
Added tests for Tcl.split() and Tcl.splitline().
|
2013-07-11 20:36:00 +03:00 |
|
Serhiy Storchaka
|
275d5fdbe4
|
Issue #18101: Tcl.split() now process strings nested in a tuple as it
do with byte strings.
Added tests for Tcl.split() and Tcl.splitline().
|
2013-07-11 20:34:47 +03:00 |
|
Serhiy Storchaka
|
2cca36ed3c
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:03:07 +02:00 |
|
Serhiy Storchaka
|
df4aa642a5
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:02:41 +02:00 |
|
Serhiy Storchaka
|
59f5dee3d6
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:01:52 +02:00 |
|
Andrew Svetlov
|
d2217a83d4
|
Issue #15721: apply PEP 384 Refactoring to tkinter module.
|
2012-10-30 22:49:16 +02:00 |
|
Andrew Svetlov
|
d0ad0b3ae2
|
Reformat _tkinter code to follow PEP7
|
2012-10-16 22:50:34 +03:00 |
|