Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; | Guido van Rossum | 1995-02-07 | 1 | -7/+19 |
| | | | | some Tk 4.0 specific changes | ||||
* | Made some more things static, and other cleanup for new naming scheme | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -4/+4 |
| | |||||
* | added interface to Tk_DoOneEvent (R Lindsay Todd) | Guido van Rossum | 1995-01-10 | 1 | -0/+34 |
| | |||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -6/+10 |
| | | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. | ||||
* | added timer and file callbacks and global mainloop and quit fns | Guido van Rossum | 1994-11-10 | 1 | -2/+156 |
| | |||||
* | * various modules: #include "Python.h" and remove most remporary | Guido van Rossum | 1994-09-14 | 1 | -28/+2 |
| | | | | renaming hacks | ||||
* | Setup.in: added tkinter; rearranged the definition of PYTHONPATH so | Guido van Rossum | 1994-09-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | that the module-specific components are in the section for that module. cursesmodule.c: patched it so it actually works. tkintermodule.c: call Py_AtExit instead of atexit(). signalmodule.c: converted to new naming style; added BGN/END SAVE around pause() call. socketmodule.c: added setblocking() after Tommy Burnette. | ||||
* | * tkintermodule.c (*FileHandler): generalize to arbitrary file ids | Guido van Rossum | 1994-08-09 | 1 | -10/+48 |
| | | | | | and objects that hav a fileno() method; fix bug in FileHandler (should call XDECREF instead of DECREF) | ||||
* | * tkintermodule.c: OK, I've fixed the "tty" problem. You're right | Guido van Rossum | 1994-08-03 | 1 | -14/+1 |
| | | | | | no need for the stdin handler, a Tk_DoOneEvent(TK_DONT_WAIT) did the trick. I've included a diff to tkintermodule.c. | ||||
* | * tkintermodule.c | Guido van Rossum | 1994-07-07 | 1 | -5/+25 |
| | | | | | | | (PyInit_tkinter): Only create stdin file handler when stdin is a tty. (Tkinter_Cleanup): New function. This is an exit handler that cleanup Tk. | ||||
* | * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. | Guido van Rossum | 1994-06-27 | 1 | -13/+13 |
| | | | | | | * tkintermodule.c (FileHandler): Make arg a tuple; bug found by <tnb2d@cs.virginia.edu>. Call the Python file handler function with (file, mask) argument. Fix a few of my refcnt bugs. | ||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 1 | -0/+1056 |