cpython/Modules
Guido van Rossum c3be1a3ca1 New version from Jim:
- Don't call Py_FatalError() when initialization fails.

- Fix bogus use of return value from PyRun_String().

- Fix misc. compiler errors on some platforms.
1999-06-15 14:36:59 +00:00
..
Makefile.pre.in 'clean' target should remove hassignal. 1999-04-12 16:42:13 +00:00
Setup.in
Setup.thread.in
_cursesmodule.c Patch by Charles Waldman to implement an optional nlines argument to 1999-01-05 17:16:46 +00:00
_localemodule.c Add DL_EXPORT() to all modules that could possibly be used 1998-12-04 18:50:17 +00:00
_tkinter.c
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c
cPickle.c
cStringIO.c New version from Jim: don't call Py_FatalError() when initialization fails. 1999-06-15 14:35:48 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c Add DL_EXPORT() to all modules that could possibly be used 1998-12-04 18:50:17 +00:00
fmmodule.c
fpectlmodule.c Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. 1999-04-19 16:50:26 +00:00
fpetestmodule.c
gdbmmodule.c Add DL_EXPORT() to all modules that could possibly be used 1998-12-04 18:50:17 +00:00
getbuildinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
ld_so_aix
license.terms Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
main.c
makesetup On HP-UX, -rpath is another option taking an argument that needs to go 1999-05-21 19:18:49 +00:00
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
newmodule.c
nismodule.c
operator.c
parsermodule.c
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c
puremodule.c
pwdmodule.c
pypcre.c
python.c Py_Main() must be DL_EXPORT too. 1998-12-07 14:28:47 +00:00
readline.c
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
sgimodule.c Great renaming. 1996-12-10 00:32:31 +00:00
shamodule.c
signalmodule.c
socketmodule.c
soundex.c Add DL_EXPORT() to all modules that could possibly be used 1998-12-04 18:50:17 +00:00
stdwinmodule.c
stropmodule.c In atoi(), don't use isxdigit() to test whether the last character 1999-02-22 16:18:44 +00:00
structmodule.c
sunaudiodev.c audio(7I) suggests that applications do the following to get the 1998-10-31 22:52:54 +00:00
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
timemodule.c Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. 1999-04-23 20:59:05 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c
yuv.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
yuvconvert.c
zlibmodule.c