summaryrefslogtreecommitdiff
path: root/Modules/_tkinter.c
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #20515: Fix NULL pointer dereference introduced by issue #20368Christian Heimes2014-02-051-427/+239
|\
| * Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-031-68/+114
| |\
| * \ Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-14/+0
| |\ \
| * | | Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation.Serhiy Storchaka2013-09-231-2/+7
| * | | Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command callSerhiy Storchaka2013-09-201-4/+1
| |\ \ \
| * \ \ \ (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit,Victor Stinner2013-09-051-434/+232
| |\ \ \ \
| | * \ \ \ Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-12/+53
| | |\ \ \ \
| | * \ \ \ \ Issue #17119: Fixed integer overflows when processing large strings and tuplesSerhiy Storchaka2013-08-211-434/+232
| | |\ \ \ \ \
| | | * | | | | Fix refcounting issue with extension types in tkinter.Antoine Pitrou2013-08-111-0/+9
| | | * | | | | Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+15
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Issue #13153: Tkinter functions now raise TclError instead of ValueError whenSerhiy Storchaka2013-02-181-1/+1
| | | |\ \ \ \ \ \
| | | * | | | | | | Issue #15721: apply PEP 384 Refactoring to tkinter module.Andrew Svetlov2012-10-301-6/+1
| | | * | | | | | | Reformat _tkinter code to follow PEP7Andrew Svetlov2012-10-161-56/+72
| | | * | | | | | | Issue #15721: make _tkinter module pep384 compatible.Andrew Svetlov2012-10-141-132/+142
| | | * | | | | | | Remove unused functions from _tkinter.Andrew Svetlov2012-10-071-21/+0
| | | * | | | | | | Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.Andrew Svetlov2012-10-071-19/+19
| | | * | | | | | | Utilize Py_RETURN_NONE in _tkinter module.Andrew Svetlov2012-10-071-26/+13
| | | * | | | | | | Issue #14446: Remove deprecated tkinter functions: Delete an unused function ...Jesus Cea2012-10-051-30/+0
| | | * | | | | | | Issue #14446: Remove deprecated tkinter functions: Delete an unused function ...Jesus Cea2012-10-051-76/+0
| | | * | | | | | | Issue #14446: Remove deprecated tkinter functionsAndrew Svetlov2012-10-041-88/+0
* | | | | | | | | | Issue #20515: Fix NULL pointer dereference introduced by issue #20368Christian Heimes2014-02-051-0/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-031-68/+114
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-14/+0
* | | | | | | | Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.Serhiy Storchaka2013-09-231-12/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command callSerhiy Storchaka2013-09-201-4/+1
|/ / / / / /
* | | | | | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't castVictor Stinner2013-09-051-1/+1
| |_|_|_|/ |/| | | |
* | | | | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-12/+53
|/ / / /
* | | | Issue #17119: Fixed integer overflows when processing large strings and tuplesSerhiy Storchaka2013-08-211-9/+30
| |_|/ |/| |
* | | Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+15
| |/ |/|
* | Issue #13153: Tkinter functions now raise TclError instead of ValueError whenSerhiy Storchaka2013-02-181-1/+1
|\ \ | |/ |/|
| * Issue #13153: Tkinter functions now raise TclError instead of ValueError whenSerhiy Storchaka2013-02-181-1/+1
* | #15094: fix incorrectly placed #endif in _tkinter.c.Andrew Svetlov2012-07-221-1/+1
* | MERGE: Closes #15396: memory leak in tkinterJesus Cea2012-07-191-52/+50
|\ \ | |/ |/|
| * fix issue #5136: deprecate old unused functions from tkinter.Andrew Svetlov2012-03-311-1/+18
| * Revert the patch for issue 3835 because failed on Windows buildbotAndrew Svetlov2012-03-141-7/+0
| * Issue #3835: Refuse to use unthreaded Tcl in threaded Python.Martin v. Löwis2012-03-131-0/+7
| * Issue #12342: Fix compilation on Mac OS XVictor Stinner2011-11-041-1/+1
| * (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable chara...Victor Stinner2011-11-041-2/+4
| |\
| * \ Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-041-50/+31
| |\ \
| | * | Implement PEP 393.Martin v. Löwis2011-09-281-43/+27
| | * | Merge from 3.2Kurt B. Kaiser2011-05-111-1/+13
| | |\ \
| | * | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead ofVictor Stinner2011-03-211-5/+3
| | * | | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-2/+1
* | | | | Closes #15396: memory leak in tkinterJesus Cea2012-07-191-1/+3
| |_|_|/ |/| | |
* | | | Issue #12342: Improve _tkinter error message on unencodable characterVictor Stinner2011-11-041-2/+4
|/ / /
* | | Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-041-2/+2
| |/ |/|
* | Merge from 3.1Kurt B. Kaiser2011-05-111-3/+1
|\ \ | |/
| * Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-151-3/+1
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-2018/+2018
* | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-1/+13