cpython/Modules
Guido van Rossum e4485b064d Setup.in: added tkinter; rearranged the definition of PYTHONPATH so
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.
1994-09-07 14:32:49 +00:00
..
Makefile.pre.in Makefile.pre.in: add $(OPT) to link command 1994-08-29 10:46:42 +00:00
Setup.in Setup.in: added tkinter; rearranged the definition of PYTHONPATH so 1994-09-07 14:32:49 +00:00
_cursesmodule.c Setup.in: added tkinter; rearranged the definition of PYTHONPATH so 1994-09-07 14:32:49 +00:00
_tkinter.c Setup.in: added tkinter; rearranged the definition of PYTHONPATH so 1994-09-07 14:32:49 +00:00
almodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
arraymodule.c Changes for Mac 1994-08-19 12:01:32 +00:00
audioop.c Added minmax function. 1994-09-06 16:19:33 +00:00
cdmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
cgen.py Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
cgensupport.c Merge back to main trunk 1994-08-30 08:27:36 +00:00
cgensupport.h Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
clmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
config.c.in Makefile.pre.in: add $(OPT) to link command 1994-08-29 10:46:42 +00:00
cryptmodule.c crypt module (Steve M's) 1994-05-06 14:25:39 +00:00
cstubs Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
dbmmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
dlmodule.c Added some new modules 1994-05-23 12:37:57 +00:00
fcntlmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
flmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
fmmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
gdbmmodule.c * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added 1994-08-08 08:06:37 +00:00
grpmodule.c Split pwd in pwd and grp; added imgformat (by Jack) 1994-06-23 11:15:44 +00:00
imageop.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
imgfile.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
makesetup * Modules/makesetup: bugfix: add objects from sources to OBJS 1994-08-30 09:27:16 +00:00
mathmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
md5.h Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
md5c.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
md5module.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
mpzmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
newmodule.c Added some new modules 1994-05-23 12:37:57 +00:00
nismodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
parsermodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
posixmodule.c Move #endif for NT 1994-08-29 14:01:43 +00:00
pwdmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
regexmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
regexpr.c * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to 1994-08-05 13:44:50 +00:00
regexpr.h Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
rgbimgmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
rotormodule.c Lance has converted his modules to the new naming conventions, and 1994-08-30 12:25:20 +00:00
selectmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
sgimodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
signalmodule.c Setup.in: added tkinter; rearranged the definition of PYTHONPATH so 1994-09-07 14:32:49 +00:00
socketmodule.c Setup.in: added tkinter; rearranged the definition of PYTHONPATH so 1994-09-07 14:32:49 +00:00
stdwinmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
stropmodule.c * Modules/stropmodule.c: implement find/rfind instead of 1994-08-17 13:15:46 +00:00
structmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
sunaudiodev.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
svmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
sybasemodule.c New experimental modules -- signal and sybase 1994-05-11 08:59:13 +00:00
syslogmodule.c Lance has converted his modules to the new naming conventions, and 1994-08-30 12:25:20 +00:00
threadmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
timemodule.c Makefile.pre.in: add $(OPT) to link command 1994-08-29 10:46:42 +00:00
timing.h Make more robust against Minix and Mac 1994-01-14 16:55:50 +00:00
timingmodule.c Make more robust against Minix and Mac 1994-01-14 16:55:50 +00:00
tkappinit.c Initial revision 1994-06-27 08:00:16 +00:00
xxmodule.c 1994 Copyright 1994-01-02 02:11:40 +00:00
yuv.h Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
yuvconvert.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00