Staging
v0.8.1
https://github.com/python/cpython
Revision 35d43377b4473d90736b01fc8934bcf56cd3cdf9 authored by Guido van Rossum on 02 August 1997, 00:09:09 UTC, committed by Guido van Rossum on 02 August 1997, 00:09:09 UTC
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.)
1 parent 3e819a7
History
Tip revision: 35d43377b4473d90736b01fc8934bcf56cd3cdf9 authored by Guido van Rossum on 02 August 1997, 00:09:09 UTC
Functionality enhancement: allow other threads to use Tk commands
Tip revision: 35d4337
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
Parser
Python
Tools
.hgtags -rw-r--r-- 904 bytes
BUGS -rw-r--r-- 11.6 KB
Makefile.in -rw-r--r-- 15.1 KB
README -rw-r--r-- 30.0 KB
acconfig.h -rw-r--r-- 2.8 KB
config.h.in -rw-r--r-- 9.7 KB
configure -rwxr-xr-x 111.7 KB
configure.in -rw-r--r-- 17.1 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top