Files
cpython/Modules
Guido van Rossum 35d43377b4 Functionality enhancement: allow other threads to use Tk commands
while one thread is blocked in mainloop().  Also, handle signals (not
just interrupts) as soon as they happen.

Cleanup: remove support for Tcl/Tk versions 7.4/4.0.  (I've confirmed
that it works for 7.5/4.1 and 7.6/4.2, as well as 8.0b2.)

Coding style change: instead of ``func (args)'', write ``func(args)''
everywhere.

Minor functionality change: use PyArg_ParseTuple everywhere.  This
should only affect the errors reported for bad argument lists; in
particular, deletefilehandler() is much clearer about what's going
on.

(XXX Still to do: Mac and Win ports to 8.0b2.)
1997-08-02 00:09:09 +00:00
..
1997-06-02 22:17:49 +00:00
1997-04-29 21:34:16 +00:00
1997-04-29 20:31:59 +00:00
1997-04-29 15:39:28 +00:00
1997-04-29 21:34:16 +00:00
1997-04-29 21:34:16 +00:00
1997-06-02 22:18:31 +00:00
1997-04-02 05:33:00 +00:00
1997-05-23 04:04:17 +00:00
1997-07-17 22:41:38 +00:00
1997-07-17 22:41:38 +00:00
1997-07-17 22:41:38 +00:00
1997-05-22 20:24:07 +00:00
1997-06-02 22:18:09 +00:00
1997-04-29 21:34:16 +00:00
1997-04-11 20:44:04 +00:00
1997-04-11 15:23:52 +00:00
1997-05-14 19:22:11 +00:00