summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in docstring.Walter Dörwald2007-07-121-1/+1
* Rename PyTclObject_unicode to PyTclObject_str and use thisWalter Dörwald2007-07-121-22/+3
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-0/+6
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-3/+3
* Add a format specifier %R to PyUnicode_FromFormat(), which embedsWalter Dörwald2007-05-191-4/+2
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-2/+2
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-28/+0
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-2/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+5
* Merge the rest of the trunk.Thomas Wouters2006-06-081-15/+15
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-3/+15
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-221-2/+2
* Coverity found refleak: need to free 'v' after calling Tkinter_Error().Thomas Wouters2006-03-071-2/+5
* unconst.Martin v. Löwis2006-02-271-2/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_F...Neal Norwitz2006-01-081-0/+11
* Remove extra parensNeal Norwitz2005-12-191-1/+1
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-191-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-1/+3
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-2/+2
* Tkapp_New(): Rewrite in C so it compiles again.Tim Peters2004-08-041-1/+4
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-4/+37
* Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGSNeal Norwitz2004-02-191-5/+3
* Implementation of patch 869468David Ascher2004-02-181-9/+53
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-150/+1
* Check for TclError when reading variables. Fixes #807314.Martin v. Löwis2003-10-031-5/+9
* Properly deal with tuples in Open._fixresult. Fixes bug reported inMartin v. Löwis2003-06-141-2/+4
* Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList()Neal Norwitz2003-05-291-3/+10
* Only return objects if wantobjects is set in GetVar.Martin v. Löwis2003-05-191-1/+6
* Patch #734118: Add {get|set}busywaitinterval.Martin v. Löwis2003-05-091-2/+44
* Implement tcl object __cmp__.Martin v. Löwis2003-05-031-1/+12
* Convert tcl objects to strings in getvar/setvar. Fixes #730506.Martin v. Löwis2003-05-011-2/+26
* Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880.Martin v. Löwis2003-04-161-4/+8
* Use object interface for global vars. Fixes #721171.Martin v. Löwis2003-04-151-127/+94
* Wrap thread stuff in WITH_THREAD. Fixes #704641.Martin v. Löwis2003-03-301-3/+23
* Fake bool API for Python 2.2.Martin v. Löwis2003-03-301-0/+5
* Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandlerNeal Norwitz2003-03-031-1/+13
* Don't crash on _tkinter.createfilehandler in non-threaded Tcl;Martin v. Löwis2003-03-031-1/+26
* Add more missing PyErr_NoMemory() after failled memory allocsNeal Norwitz2003-02-111-1/+1
* Convert booleans to integers in IntVar.set. Fixes #671741.Martin v. Löwis2003-01-221-1/+3
* Avoid usage of PyDoc_STR in 2.2 compatibility code.Martin v. Löwis2003-01-211-1/+1
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-061-2/+1
* Fix typo.Martin v. Löwis2003-01-041-1/+1
* Remove appartment check from dooneevent. Fixes #660961.Martin v. Löwis2003-01-041-6/+17
* Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide defaultMartin v. Löwis2003-01-041-3/+21
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-1/+64
* Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patchJason Tishler2002-12-311-2/+4