cpython/Modules
Andrew M. Kuchling 288e97b7fe Patch from Michael Hudson to fix flatten recursive data structures:
[mwh21@atrus build]$ ./python
>>> import Tkinter
>>> l = []
>>> l.append(l)
>>> Tkinter._flatten(l)
Segmentation fault (core dumped)
2000-06-19 00:55:09 +00:00
..
.cvsignore Ignore a bunch of generated files. 2000-05-02 18:34:30 +00:00
Makefile.pre.in
Setup.in
Setup.thread.in
_codecsmodule.c Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00
_cursesmodule.c
_localemodule.c Vladimir Marangozov: 2000-05-03 22:30:13 +00:00
_sre.c
_tkinter.c
almodule.c
arraymodule.c Michael Hudson <mwh21@cam.ac.uk>: 2000-06-01 02:02:46 +00:00
audioop.c
binascii.c
bsddbmodule.c
cPickle.c
cStringIO.c
ccpython.cc Patch and new file by Geoff Furnish for C++ compilation. 1999-12-16 17:52:08 +00:00
cdmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
dbmmodule.c
dlmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
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 Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
getbuildinfo.c Patch by Mark Hammond to avoid certain header files on Windows/CE. 1999-08-27 20:39:37 +00:00
getpath.c
glmodule.c Check in the changed version after running the stubber again -- this 1998-10-21 16:10:40 +00:00
grpmodule.c
imageop.c Add DL_EXPORT() to all modules that could possibly be used 1998-12-04 18:50:17 +00:00
imgfile.c
ld_so_aix
license.terms
linuxaudiodev.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
main.c usage_mid: Remove the description of the -X flag; it's gone now. 2000-05-02 19:20:26 +00:00
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
mmapmodule.c Patch from Lorenzo M. Catucci: 2000-06-18 19:06:49 +00:00
mpzmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
newmodule.c
nismodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
operator.c
parsermodule.c
pcre-int.h AMK's revised version of the previous patch. 1998-05-07 15:32:44 +00:00
pcre.h AMK's revised version of the previous patch. 1998-05-07 15:32:44 +00:00
pcremodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
posixmodule.c Patch from Trent Mick: 2000-06-06 20:52:17 +00:00
puremodule.c
pwdmodule.c Add DL_EXPORT() to all modules that could possibly be used 1998-12-04 18:50:17 +00:00
pyexpat.c
pypcre.c Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]") 2000-06-01 03:02:48 +00:00
python.c
readline.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
regexmodule.c
regexpr.c
regexpr.h Change [_Py_]re_compile_pattern() to return a char*. 1997-09-03 00:47:36 +00:00
resource.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
rgbimgmodule.c
rotormodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
selectmodule.c
sgimodule.c
shamodule.c
signalmodule.c
socketmodule.c Donn Cave <donn@oz.net>: 2000-05-16 13:30:12 +00:00
soundex.c
sre.h Fredrik Lundh: here's the 96.6% version of SRE 2000-06-01 17:39:12 +00:00
sre_constants.h
stropmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
structmodule.c Michael Hudson <mwh21@cam.ac.uk>: 2000-06-01 02:02:46 +00:00
sunaudiodev.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
timemodule.c
timing.h remove rcs history 1996-01-26 21:10:22 +00:00
timingmodule.c
tkappinit.c
unicodedata.c
unicodedatabase.c
unicodedatabase.h
xxmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
yuv.h
yuvconvert.c
zlibmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00