286 Commits (a12d92bec1858a76f2c5519bce07c8a00a891207)

Author SHA1 Message Date
Serhiy Storchaka 3af7a38c61 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 11 years ago
Serhiy Storchaka 77e8311deb Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. 11 years ago
Serhiy Storchaka 9a6e201f7d Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 11 years ago
Serhiy Storchaka ea134da929 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and 11 years ago
Serhiy Storchaka f7de3dd02d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. 11 years ago
Serhiy Storchaka efdc16f978 Issue #20204: Added the __module__ attribute to _tkinter classes. 11 years ago
Serhiy Storchaka 3584056ca5 Shoould be Py_MIN, not Py_MAX. 11 years ago
Serhiy Storchaka abf68ce164 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with 12 years ago
Serhiy Storchaka 0794088379 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. 12 years ago
Serhiy Storchaka 74596a887a Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. 12 years ago
Serhiy Storchaka b1ebfdddb3 Call PyErr_NoMemory() when PyMem_Malloc() fails. 12 years ago
Serhiy Storchaka 79851d755b Issue #21552: Fixed possible integer overflow of too long string lengths in 12 years ago
Christian Heimes d33491ea76 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 12 years ago
Serhiy Storchaka 1317e14468 Issue #20368: The null character now correctly passed from Tcl to Python. 12 years ago
Serhiy Storchaka 7e52705ee3 Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
Serhiy Storchaka 369606df2f Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. 13 years ago
Serhiy Storchaka 463bd4b5c6 Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation. 13 years ago
Serhiy Storchaka 31f477c7eb Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call 13 years ago
Victor Stinner e1040e276b Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast 13 years ago
Serhiy Storchaka 203eb317d2 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj 13 years ago
Serhiy Storchaka 9e6b97502f Issue #17119: Fixed integer overflows when processing large strings and tuples 13 years ago
Antoine Pitrou 584e815114 Fix refcounting issue with extension types in tkinter. 13 years ago
Serhiy Storchaka 275d5fdbe4 Issue #18101: Tcl.split() now process strings nested in a tuple as it 13 years ago
Serhiy Storchaka 59f5dee3d6 Issue #13153: Tkinter functions now raise TclError instead of ValueError when 13 years ago
Serhiy Storchaka 4676448941 Issue #13153: Tkinter functions now raise TclError instead of ValueError when 13 years ago
Andrew Svetlov d2217a83d4 Issue #15721: apply PEP 384 Refactoring to tkinter module. 14 years ago
Andrew Svetlov d0ad0b3ae2 Reformat _tkinter code to follow PEP7 14 years ago
Andrew Svetlov 11dc6c311d Issue #15721: make _tkinter module pep384 compatible. 14 years ago
Andrew Svetlov 09c61bef2d Remove unused functions from _tkinter. 14 years ago
Andrew Svetlov 885dc287d3 Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter. 14 years ago
Andrew Svetlov 9dc5bdddc0 Utilize Py_RETURN_NONE in _tkinter module. 14 years ago
Jesus Cea 6efe9dff14 Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning 14 years ago
Jesus Cea bf0f34421c Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning 14 years ago
Andrew Svetlov 456b2b8777 Issue #14446: Remove deprecated tkinter functions 14 years ago
Andrew Svetlov 80823d7ed7 #15094: fix incorrectly placed #endif in _tkinter.c. 14 years ago
Jesus Cea ef86d12979 Closes #15396: memory leak in tkinter 14 years ago
Andrew Svetlov 9e892bbf28 fix issue #5136: deprecate old unused functions from tkinter. 14 years ago
Andrew Svetlov c5ceb0aaaf Revert the patch for issue 3835 because failed on Windows buildbot 14 years ago
Martin v. Löwis df50cebbed Issue #3835: Refuse to use unthreaded Tcl in threaded Python. 14 years ago
Victor Stinner 3d7acb08c4 Issue #12342: Fix compilation on Mac OS X 15 years ago
Victor Stinner 7ab4192e82 Issue #12342: Improve _tkinter error message on unencodable character 15 years ago
Antoine Pitrou 44b3b5457a Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 15 years ago
Antoine Pitrou ed8ba14441 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Kurt B. Kaiser e147806da9 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. 15 years ago
Victor Stinner 6ced7c4333 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Victor Stinner ae6265f8d0 Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago