cpython/Modules
Guido van Rossum 5799b52008 Added 1995 copyright.
object.h: made sizes and refcnts signed ints.
stringobject.h: make getstrsize() signed int.
methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
1995-01-04 19:06:22 +00:00
..
_cursesmodule.c * various modules: #include "Python.h" and remove most remporary 1994-09-14 13:32:22 +00:00
_tkinter.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
almodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
arraymodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
audioop.c Another bulky set of minor changes. 1995-01-02 19:30:30 +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 Added 1995 copyright. 1995-01-04 19:06:22 +00:00
clmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
config.c.in Another bulky set of minor changes. 1995-01-02 19:30:30 +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 Free was called with a struct as argument instead of a field from the 1994-10-13 09:11:13 +00:00
grpmodule.c Split pwd in pwd and grp; added imgformat (by Jack) 1994-06-23 11:15:44 +00:00
imageop.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
imgfile.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
Makefile.pre.in Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
makesetup Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
mathmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +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 Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
mpzmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
newmodule.c don't use backslashes for continuation lines 1994-11-10 22:49:52 +00:00
nismodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
parsermodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
posixmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +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 Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
rotormodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
selectmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
Setup.in clarifications 1994-10-20 22:01:38 +00:00
sgimodule.c Added _getpty interface. 1994-09-12 10:40:46 +00:00
signalmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
socketmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
stdwinmodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
stropmodule.c * various modules: #include "Python.h" and remove most remporary 1994-09-14 13:32:22 +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
termios.c * various modules: #include "Python.h" and remove most remporary 1994-09-14 13:32:22 +00:00
threadmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
timemodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +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 * Modules/xxmodule.c: integrated with xxobject.c by Jack 1994-09-29 09:50:09 +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