summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
Commit message (Expand)AuthorAgeFilesLines
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-0/+11
* Got rid of (hopefully) the last 68k-mac related ifdefs.Jack Jansen2001-08-071-7/+0
* File handlers don't work on the mac, so don't pretend they do. I guess this i...Jack Jansen2001-07-161-1/+2
* Cruft cleanup: Removed the unused last_is_sticky argument from the internalTim Peters2001-05-281-2/+2
* Do not release unallocated Tcl objects. Closes #117278 and #117167.Martin v. Löwis2000-10-291-3/+8
* Fix for Bug #116453.Guido van Rossum2000-10-121-6/+6
* [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abortGuido van Rossum2000-10-061-44/+86
* SF "bug" 115973: patches from Norman Vine so that shared libraries andTim Peters2000-10-051-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-10/+0
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-7/+0
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-2/+2
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-8/+6
* Use PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-131-44/+2
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-121-1/+1
* ANSI-fyingPeter Schneider-Kamp2000-07-101-2/+0
* Removed Py_PROTO, ANSI-fied sources.Fred Drake2000-07-081-187/+68
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-1/+1
* Patch from Michael Hudson to fix flatten recursive data structures:Andrew M. Kuchling2000-06-191-5/+8
* Patch from /F:Andrew M. Kuchling2000-06-181-0/+100
* When the UTF-8 conversion to Unicode fails, return an 8-bit stringGuido van Rossum2000-05-041-1/+5
* Two changes to improve (I hope) Unicode support.Guido van Rossum2000-05-041-2/+31
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Marc-Andre Lemburg:Guido van Rossum2000-04-271-1/+3
* Add back an obscure "feature" to the Obj version of Tkapp_Call(): aGuido van Rossum2000-03-311-0/+4
* Don't use the object call interface in Tk 8.0 -- the EvalObj* APIGuido van Rossum2000-03-311-41/+164
* The Tcl_Obj patch discussed on the patches list.Guido van Rossum2000-03-291-82/+77
* Patch by Neil Schemenauer to remove support for Tcl/Tk versions beforeGuido van Rossum2000-03-281-111/+21
* Add a call to Tcl_FindExecutable(). This was inspired by a patch byGuido van Rossum2000-03-271-0/+6
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-28/+28
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested withGuido van Rossum1999-11-051-0/+4
* Include myselect.h -- needed on some platforms.Guido van Rossum1999-01-251-0/+1
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-11/+11
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* RajGopal Srinivasan noted that the latest code doesn't work whenGuido van Rossum1998-11-171-0/+6
* Looks like I didn't test this interactively. The EventHook() code wasGuido van Rossum1998-10-121-4/+1
* Patch by Jonathan Giddy (with some cleanup by me) to always use theGuido van Rossum1998-10-091-22/+30
* There's no need to declare Tk_GetNumMainWindows() (and it breaksGuido van Rossum1998-10-081-2/+0
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-1/+5
* Get rid of the test for non-NULL thread state in EventHook; it can beGuido van Rossum1998-09-211-2/+0
* Need mytime.h for Sleep().Guido van Rossum1998-08-131-0/+2
* Undo a silly effect of a global substitution: the macintosh panic()Guido van Rossum1998-08-051-1/+1
* Temporarily get rid of the registration of Tcl_Finalize() as aGuido van Rossum1998-07-141-0/+5
* Add a cast that a picky SGI compiler found was necessary.Guido van Rossum1998-07-071-1/+1
* There was an error check in a loop in PythonCmd which calledGuido van Rossum1998-06-191-1/+1
* # Note: a previous checkin message was lost because I can now use CVSGuido van Rossum1998-06-151-36/+7
* # (My first checkin from Windows NT using remote CVS!)Guido van Rossum1998-06-151-52/+134
* Fixed the EventHook() code so that it also works on Windows, sort of.Guido van Rossum1998-06-131-6/+26
* On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32.Guido van Rossum1998-05-291-2/+6
* Changes to make it possible to write multi-threaded programs usingGuido van Rossum1998-05-281-152/+390