summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
Commit message (Expand)AuthorAgeFilesLines
...
* use getnewargs where it makes senseGuido van Rossum1995-07-261-40/+17
* add casts to malloc() callsGuido van Rossum1995-03-091-2/+2
* use PyCallable_Check; export TK_VERSION and TCL_VERSION strings;Guido van Rossum1995-02-071-7/+19
* Made some more things static, and other cleanup for new naming schemeGuido van Rossum1995-01-171-1/+1
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-4/+4
* added interface to Tk_DoOneEvent (R Lindsay Todd)Guido van Rossum1995-01-101-0/+34
* Another bulky set of minor changes.Guido van Rossum1995-01-021-6/+10
* added timer and file callbacks and global mainloop and quit fnsGuido van Rossum1994-11-101-2/+156
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-28/+2
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-071-2/+3
* * tkintermodule.c (*FileHandler): generalize to arbitrary file idsGuido van Rossum1994-08-091-10/+48
* * tkintermodule.c: OK, I've fixed the "tty" problem. You're rightGuido van Rossum1994-08-031-14/+1
* * tkintermodule.cGuido van Rossum1994-07-071-5/+25
* * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.Guido van Rossum1994-06-271-13/+13
* Initial revisionGuido van Rossum1994-06-201-0/+1056