cpython/Modules
Fred Drake 93adb6918c Change the name of the exception from "pyexpat.error" to
"xml.parsers.expat.error", so it will reflect the public name of the
exception rather than the internal name.

Also change some of the initialization to use the new PyModule_Add*()
convenience functions.
2000-09-23 04:55:48 +00:00
..
.cvsignore
Makefile.pre.in
Setup.config.in
Setup.in Some systems need -lucb to compile the mmap module. Add a comment to 2000-09-15 18:55:58 +00:00
_codecsmodule.c Added a true unicode_internal_encode function and fixed the 2000-09-21 21:09:45 +00:00
_cursesmodule.c
_localemodule.c
_sre.c
_tkinter.c
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
cPickle.c
cStringIO.c
ccpython.cc
cdmodule.c
cgen.py Change copyright notice. 2000-07-01 00:16:13 +00:00
cgensupport.c
cgensupport.h REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
clmodule.c
cmathmodule.c
config.c.in Fix prototypes generated by makesetup, so they include '(void)' rather than 2000-07-23 00:02:15 +00:00
cryptmodule.c
cstubs REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c Use PyOS_setsig() instead of signal(). Also remove redundant spaces 2000-09-21 14:32:04 +00:00
fpetestmodule.c
gcmodule.c
gdbmmodule.c
getbuildinfo.c Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
getpath.c
glmodule.c
grpmodule.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
imageop.c
imgfile.c
ld_so_aix
license.terms
linuxaudiodev.c
main.c Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage 2000-09-15 18:40:42 +00:00
makesetup Add support for FreeBSD --rpath linker option; this is equivalent to 2000-08-11 13:58:37 +00:00
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mmapmodule.c
mpzmodule.c
newmodule.c
nismodule.c
operator.c Add invert() and __invert__() as aliases for inv()/__inv__(). 2000-09-17 16:09:27 +00:00
parsermodule.c
pcre-int.h AMK's revised version of the previous patch. 1998-05-07 15:32:44 +00:00
pcre.h
pcremodule.c
posixmodule.c
puremodule.c
pwdmodule.c
pyexpat.c
pypcre.c
python.c Even more ANSIfication: fix as many function pointers and declarations as 2000-07-22 23:57:55 +00:00
readline.c
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c merge Include/my*.h into Include/pyport.h 2000-07-31 15:28:04 +00:00
selectmodule.c
sgimodule.c
shamodule.c
signalmodule.c Make better use of GNU Pth -- patch by Andy Dustman. 2000-09-19 00:46:46 +00:00
socketmodule.c Remove a lot of the confusing conditional compilation from the beginning 2000-08-16 14:18:30 +00:00
soundex.c
sre.h
sre_constants.h
stropmodule.c
structmodule.c Use symbolic constants for allowable short ranges. 2000-09-15 08:10:33 +00:00
sunaudiodev.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
timemodule.c
timing.h
timingmodule.c
tkappinit.c
ucnhash.c
unicodedata.c Changing the CNRI copyright notice according to CNRI's instructions. 2000-08-03 16:24:25 +00:00
unicodedatabase.c
unicodedatabase.h Changing the CNRI copyright notice according to CNRI's instructions. 2000-08-03 16:24:25 +00:00
xxmodule.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
yuv.h
yuvconvert.c
zlibmodule.c