cpython/Modules
Guido van Rossum 1ad1b3f911 Forgot to return NULL in joinfields() when a type error was detected
in one of the sequence items.
1998-02-06 22:37:12 +00:00
..
Makefile.pre.in
Setup.in Updated URL for zlib. 1998-02-06 22:36:10 +00:00
Setup.thread.in
_cursesmodule.c
_localemodule.c
_tkinter.c
almodule.c
arraymodule.c Added buffer_info() method that returns address and length in bytes of 1997-08-12 14:55:56 +00:00
audioop.c
binascii.c Converted to new exception style (Jack) 1997-10-08 15:26:07 +00:00
bsddbmodule.c
cPickle.c
cStringIO.c
cdmodule.c
cgen.py Keep gcc -Wall happy. 1997-04-29 21:34:16 +00:00
cgensupport.c
cgensupport.h Moved rename2's macros relevant to this module here and added comment 1997-04-29 15:35:28 +00:00
clmodule.c
cmathmodule.c New form of PyFPE_END_PROTECT macro. 1997-03-14 04:32:50 +00:00
config.c.in Renamed inittab. 1997-04-29 20:31:59 +00:00
cryptmodule.c
cstubs
dbmmodule.c
dlmodule.c Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() 1997-12-16 23:58:15 +00:00
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c Renamed, but not tested. Guido will you try your test script on this? 1997-01-17 16:08:55 +00:00
fpectlmodule.c Patch by Oliver Andrich for Lunix using glibc. 1997-12-15 18:07:10 +00:00
fpetestmodule.c
gdbmmodule.c
getbuildinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
main.c
makesetup
makexp_aix
mathmodule.c Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) 1997-05-20 15:59:04 +00:00
md5.h Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT 1996-07-21 02:34:55 +00:00
md5c.c
md5module.c Renamed 1996-12-09 22:32:36 +00:00
mpzmodule.c Untested change to include gmp-mparam.h instead of gmp-impl.h. 1997-12-15 17:55:53 +00:00
newmodule.c
nismodule.c
operator.c
parsermodule.c Remove requirement for strdup() since it causes so many troubles for too many 1997-10-09 16:29:31 +00:00
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c Moved some #ifdefs around that got put in the wrong place by the 1997-12-29 20:02:27 +00:00
puremodule.c
pwdmodule.c
pypcre.c
python.c
readline.c
regexmodule.c
regexpr.c
regexpr.h
reopmodule.c
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
sgimodule.c
signalmodule.c
socketmodule.c Left-aligned preprocessor directives and changed C++ comments to C 1997-12-02 20:37:32 +00:00
soundex.c
stdwinmodule.c
stropmodule.c Forgot to return NULL in joinfields() when a type error was detected 1998-02-06 22:37:12 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c Add LOG_SYSLOG if defined. 1998-01-19 22:05:08 +00:00
tclNotify.c
termios.c
threadmodule.c
timemodule.c
timing.h
timingmodule.c
tkappinit.c Yes, Virginia, Tix does have a Tix_SafeInit() function. 1997-12-02 20:38:38 +00:00
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c