| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
renaming hacks
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
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.
|
| |
|