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 |
|
Andrew Svetlov
|
11dc6c311d
|
Issue #15721: make _tkinter module pep384 compatible.
|
2012-10-14 16:54:35 +03:00 |
|
Andrew Svetlov
|
09c61bef2d
|
Remove unused functions from _tkinter.
|
2012-10-07 13:39:00 +03:00 |
|
Andrew Svetlov
|
885dc287d3
|
Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.
|
2012-10-07 12:30:51 +03:00 |
|
Andrew Svetlov
|
9dc5bdddc0
|
Utilize Py_RETURN_NONE in _tkinter module.
|
2012-10-07 12:08:38 +03:00 |
|
Jesus Cea
|
6efe9dff14
|
Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning
|
2012-10-05 04:02:41 +02:00 |
|
Jesus Cea
|
bf0f34421c
|
Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning
|
2012-10-05 03:57:56 +02:00 |
|
Andrew Svetlov
|
456b2b8777
|
Issue #14446: Remove deprecated tkinter functions
Thanks to Michael Driscoll
|
2012-10-04 22:10:09 +03:00 |
|
Andrew Svetlov
|
80823d7ed7
|
#15094: fix incorrectly placed #endif in _tkinter.c.
Patch by Serhiy Storchaka.
|
2012-07-22 13:56:54 +03:00 |
|