summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-1/+3
|\ \ | |/
| * Closes #15396: memory leak in tkinterJesus Cea2012-07-191-1/+3
* | 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-031-2/+4
|\ \ | |/
| * Issue #12342: Improve _tkinter error message on unencodable characterVictor Stinner2011-11-031-2/+4
* | Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-041-2/+2
|\ \ | |/
| * Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-041-2/+2
* | Implement PEP 393.Martin v. Löwis2011-09-281-43/+27
* | Merge from 3.2Kurt B. Kaiser2011-05-111-1/+13
|\ \ | |/
| * Merge from 3.1Kurt B. Kaiser2011-05-111-1/+13
| |\
| | * Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-1/+13
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-2018/+2018
* | | 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
|/ /
* | 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
|/
* Merged revisions 71210 via svnmerge fromGuilherme Polo2009-04-101-2/+2
* Initialize the tk_init_failed static variable to 0.Alexandre Vassalotti2009-04-051-1/+1
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-6/+28
* Merged revisions 70218-70219 via svnmerge fromGuilherme Polo2009-03-071-1/+1
* Merged revisions 69474 via svnmerge fromGuilherme Polo2009-02-091-2/+2
* Merged revisions 69473 via svnmerge fromGuilherme Polo2009-02-091-25/+62
* Merged revisions 69376-69377 via svnmerge fromGuilherme Polo2009-02-061-18/+28
* Merged revisions 69217,69219 via svnmerge fromGuilherme Polo2009-02-021-2/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-3/+3
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-45/+89
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-301-1/+3
* Fix for issue #3638: Remove module level functions in _tkinter thatGuilherme Polo2009-01-031-66/+8
* Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue ...Hirokazu Yamamoto2008-11-181-8/+2
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-16/+34
* Merged revisions 64226 via svnmerge fromMartin v. Löwis2008-06-131-2/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-6/+20
* Renamed PyString to PyBytesChristian Heimes2008-05-261-14/+14
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-2/+11
* Remove baseName argument from Tkapp_New, as it apparentlyMartin v. Löwis2008-04-051-8/+4
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-041-3/+5
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-021-4/+4