| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. | Serhiy Storchaka | 2013-09-23 | 1 | -12/+3 |
|
|
* | Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call | Serhiy Storchaka | 2013-09-20 | 1 | -4/+1 |
|
|
* | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast | Victor Stinner | 2013-09-04 | 1 | -1/+1 |
|
|
* | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj | Serhiy Storchaka | 2013-08-22 | 1 | -12/+53 |
|
|
* | Issue #17119: Fixed integer overflows when processing large strings and tuples | Serhiy Storchaka | 2013-08-21 | 1 | -9/+30 |
|
|
* | Issue #18101: Tcl.split() now process strings nested in a tuple as it | Serhiy Storchaka | 2013-07-11 | 1 | -0/+15 |
|
|
* | Issue #13153: Tkinter functions now raise TclError instead of ValueError when | Serhiy Storchaka | 2013-02-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #13153: Tkinter functions now raise TclError instead of ValueError when | Serhiy Storchaka | 2013-02-18 | 1 | -1/+1 |
|
|
* | | #15094: fix incorrectly placed #endif in _tkinter.c. | Andrew Svetlov | 2012-07-22 | 1 | -1/+1 |
|
|
* | | MERGE: Closes #15396: memory leak in tkinter | Jesus Cea | 2012-07-19 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Closes #15396: memory leak in tkinter | Jesus Cea | 2012-07-19 | 1 | -1/+3 |
|
|
* | | fix issue #5136: deprecate old unused functions from tkinter. | Andrew Svetlov | 2012-03-31 | 1 | -1/+18 |
|
|
* | | Revert the patch for issue 3835 because failed on Windows buildbot | Andrew Svetlov | 2012-03-14 | 1 | -7/+0 |
|
|
* | | Issue #3835: Refuse to use unthreaded Tcl in threaded Python. | Martin v. Löwis | 2012-03-13 | 1 | -0/+7 |
|
|
* | | Issue #12342: Fix compilation on Mac OS X | Victor Stinner | 2011-11-04 | 1 | -1/+1 |
|
|
* | | (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable chara... | Victor Stinner | 2011-11-03 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Issue #12342: Improve _tkinter error message on unencodable character | Victor Stinner | 2011-11-03 | 1 | -2/+4 |
|
|
* | | Remove all other uses of the C tolower()/toupper() which could break with a T... | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove all other uses of the C tolower()/toupper() which could break with a T... | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -43/+27 |
|
|
* | | Merge from 3.2 | Kurt B. Kaiser | 2011-05-11 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | Merge from 3.1 | Kurt B. Kaiser | 2011-05-11 | 1 | -1/+13 |
| |\ |
|
| | * | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. | Kurt B. Kaiser | 2011-05-11 | 1 | -1/+13 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2018/+2018 |
|
|
* | | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of | Victor Stinner | 2011-03-21 | 1 | -5/+3 |
|
|
* | | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -2/+1 |
|/ / |
|
* | | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -3/+1 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2018/+2018 |
|/ |
|
* | Merged revisions 71210 via svnmerge from | Guilherme Polo | 2009-04-10 | 1 | -2/+2 |
|
|
* | Initialize the tk_init_failed static variable to 0. | Alexandre Vassalotti | 2009-04-05 | 1 | -1/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -6/+28 |
|
|
* | Merged revisions 70218-70219 via svnmerge from | Guilherme Polo | 2009-03-07 | 1 | -1/+1 |
|
|
* | Merged revisions 69474 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -2/+2 |
|
|
* | Merged revisions 69473 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -25/+62 |
|
|
* | Merged revisions 69376-69377 via svnmerge from | Guilherme Polo | 2009-02-06 | 1 | -18/+28 |
|
|
* | Merged revisions 69217,69219 via svnmerge from | Guilherme Polo | 2009-02-02 | 1 | -2/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 1 | -45/+89 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -1/+3 |
|
|
* | Fix for issue #3638: Remove module level functions in _tkinter that | Guilherme Polo | 2009-01-03 | 1 | -66/+8 |
|
|
* | Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue ... | Hirokazu Yamamoto | 2008-11-18 | 1 | -8/+2 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -16/+34 |
|
|
* | Merged revisions 64226 via svnmerge from | Martin v. Löwis | 2008-06-13 | 1 | -2/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+20 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -14/+14 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -2/+11 |
|
|
* | Remove baseName argument from Tkapp_New, as it apparently | Martin v. Löwis | 2008-04-05 | 1 | -8/+4 |
|
|
* | Merged revisions 59680-59695 via svnmerge from | Christian Heimes | 2008-01-04 | 1 | -3/+5 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 1 | -4/+4 |
|
|