0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Modules
Guido van Rossum 54e2091ba2 Add an optional hack for threads in Tkinter.
This one works!  However it requires using a modified version of
tclNotify.c (provided), which requires access to the Tcl source
to compile it.  In order to enable this hack, add the following
to the Setup line for _tkinter:
   tclNotify.c -DHAVE_PYTCL_WAITUNTILEVENT -I$(TCL)/generic
where TCL points to the source tree of Tcl 8.0.  Other versions
of Tcl are not supported.

The tclNotify.c file is copyrighted by Sun Microsystems; the
licensing terms are in the file license.terms.  According to this
file, no further permission to distribute this is required,
provided the file license.terms is included.  Hence, I am checking
that in, too.
1997-09-28 05:52:41 +00:00
..
_cursesmodule.c
_tkinter.c Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
almodule.c
arraymodule.c
audioop.c Fix by Sjoerd: don't want to resize to zero length. 1997-09-22 16:14:27 +00:00
binascii.c
bsddbmodule.c
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c In whichmodule(), use __module__ if set. 1997-09-28 05:38:51 +00:00
cryptmodule.c
cStringIO.c #Plug small memory leaks in constructors. 1997-09-03 18:19:40 +00:00
cstubs
dbmmodule.c
dlmodule.c
errnomodule.c Changes submitted by Marc-Andre Lemburg to add two tables: errorcode 1997-09-28 05:41:56 +00:00
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gdbmmodule.c
getbuildinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 1997-09-03 00:45:30 +00:00
license.terms Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
main.c Move the "import readline" to an earlier place so it is also done when 1997-09-16 16:11:28 +00:00
Makefile.pre.in Reverse the order in which Setup and Setup.local are passed to the 1997-09-07 16:44:37 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
newmodule.c
nismodule.c
operator.c #Plug small memory leaks in constructors. 1997-09-03 18:19:40 +00:00
parsermodule.c
posixmodule.c Add strerror() interface. 1997-09-15 22:54:34 +00:00
puremodule.c
pwdmodule.c
python.c
readline.c Set the completer's word break characters appropriate for Python. 1997-09-26 23:00:37 +00:00
regexmodule.c Change [_Py_]re_compile_pattern() to return a char*. 1997-09-03 00:47:36 +00:00
regexpr.c Get rid of most silly #include and #ifdefs near the top; these are all 1997-09-05 01:48:48 +00:00
regexpr.h Change [_Py_]re_compile_pattern() to return a char*. 1997-09-03 00:47:36 +00:00
reopmodule.c Don't use ANSI string literal concatenation (everything is K&R compatible). 1997-09-05 07:01:19 +00:00
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
Setup.in Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. 1997-09-28 05:45:40 +00:00
sgimodule.c
signalmodule.c
socketmodule.c
soundex.c
stdwinmodule.c
stropmodule.c
structmodule.c Contribution by Hannu Krosing (with some changes). 1997-09-05 07:08:39 +00:00
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
termios.c
threadmodule.c
timemodule.c
timing.h
timingmodule.c
tkappinit.c
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c Several changes: 1997-09-04 23:39:23 +00:00