cpython/Modules
Guido van Rossum 816671c666 patch for re.sub bug, by AMK. 1998-03-10 04:55:29 +00:00
..
Makefile.pre.in Deleted targets used only by Jim Fulton's now deleted "gMakefile". 1998-01-13 18:57:24 +00:00
Setup.in Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but 1998-03-03 16:42:53 +00:00
Setup.thread.in Moved the thread module to its own Setup.thread(.in) file, 1997-12-04 00:48:27 +00:00
_cursesmodule.c
_localemodule.c LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. 1997-12-09 19:35:11 +00:00
_tkinter.c Delete the 'exit' command from the Tcl interpreter -- it would allow 1998-02-19 21:28:49 +00:00
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c
cPickle.c Clear class_map in constructor so that when it later detects an error 1998-03-06 01:39:39 +00:00
cStringIO.c New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 1997-12-04 01:13:01 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
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
fpectlmodule.c Patch by Oliver Andrich for Lunix using glibc. 1997-12-15 18:07:10 +00:00
fpetestmodule.c
gdbmmodule.c Doc strings added by Mitch Chapman. 1998-03-03 22:02:24 +00:00
getbuildinfo.c
getpath.c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). 1998-02-06 22:29:30 +00:00
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
main.c Don't use setvbuf unless HAVE_SETVBUF is defined. 1998-03-06 15:30:39 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
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
pcre-int.h AMK's latest -- synchronized with PCRE 1.04. 1997-12-22 22:46:52 +00:00
pcre.h patch for re.sub bug, by AMK. 1998-03-10 04:55:29 +00:00
pcremodule.c patch for re.sub bug, by AMK. 1998-03-10 04:55:29 +00:00
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 Doc strings added by Mitch Chapman. 1998-03-03 22:03:26 +00:00
pypcre.c patch for re.sub bug, by AMK. 1998-03-10 04:55:29 +00:00
python.c
readline.c Add unistd.h for isatty(). 1998-01-19 22:05:22 +00:00
regexmodule.c
regexpr.c
regexpr.h
reopmodule.c
resource.c Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. 1997-12-09 19:35:48 +00:00
rgbimgmodule.c
rotormodule.c
selectmodule.c
sgimodule.c
signalmodule.c
socketmodule.c
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 Oops, left in a non-standard multi-line doc string that GCC finds okay 1997-12-21 06:46:20 +00:00
sunaudiodev.c
svmodule.c
syslogmodule.c Add LOG_SYSLOG if defined. 1998-01-19 22:05:08 +00:00
tclNotify.c
termios.c Doc strings added by Mitch Chapman. 1998-03-03 22:10:18 +00:00
threadmodule.c Don't store the exception info from an unhandled exception in a thread 1998-02-06 22:32:08 +00:00
timemodule.c Check for HAVE_MKTIME (if you don't have it, some tests will fail, but 1998-03-06 17:16:21 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c Add a test for a bad format character. 1997-12-09 20:37:25 +00:00
yuv.h
yuvconvert.c
zlibmodule.c Win32 treatment. 1997-12-18 05:21:29 +00:00