| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
and objects that hav a fileno() method; fix bug in FileHandler
(should call XDECREF instead of DECREF)
|
|
|
|
|
| |
no need for the stdin handler, a Tk_DoOneEvent(TK_DONT_WAIT) did
the trick. I've included a diff to tkintermodule.c.
|
|
|
|
|
|
|
| |
(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 (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.
|
|
|