cpython/Modules
Barry Warsaw 16168477eb binascii_unhexlify(): Better error message, courtesy effbot. 2000-08-15 06:59:58 +00:00
..
.cvsignore
Makefile.pre.in
Setup.config.in
Setup.in Removed the comment about the thread module. 2000-06-30 16:05:22 +00:00
_codecsmodule.c
_cursesmodule.c
_localemodule.c
_sre.c
_tkinter.c
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c ANSIfy some more forward declarations. 2000-07-24 14:43:35 +00:00
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 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
cgen.py Change copyright notice. 2000-07-01 00:16:13 +00:00
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c Use METH_VARARGS instead of numeric constant 1 in method def. tables 2000-08-03 02:06:16 +00:00
config.c.in
cryptmodule.c
cstubs
dbmmodule.c
dlmodule.c
errnomodule.c Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
fcntlmodule.c Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. 2000-08-02 20:46:51 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c Removed all instances of RETSIGTYPE from the source code: signal 2000-07-23 21:18:09 +00:00
fpetestmodule.c Needed to add DL_EXPORT to (redundant?) extern decl of module init function. 1998-12-10 16:49:28 +00:00
gcmodule.c Neil Schemenauer: GC enable(), disable(), isenabled() interface. 2000-08-06 22:45:31 +00:00
gdbmmodule.c
getbuildinfo.c
getpath.c Even more ANSIfication: fix as many function pointers and declarations as 2000-07-22 23:57:55 +00:00
glmodule.c
grpmodule.c
imageop.c Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
imgfile.c Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
ld_so_aix
license.terms
linuxaudiodev.c
main.c - changed 1.5 to 2.0 in the help text 2000-07-09 20:42:34 +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 remove all occurence of math.rint() from the sources 2000-08-10 04:23:30 +00:00
md5.h
md5c.c
md5module.c md5_hexdigest(): After a brief conversation with TP, added hexdigest() 2000-08-15 05:59:44 +00:00
mmapmodule.c
mpzmodule.c
newmodule.c
nismodule.c
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
pcremodule.c
posixmodule.c
puremodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
pwdmodule.c Use METH_OLDARGS instead of numeric constant 0 in method def. tables 2000-08-03 02:34:44 +00:00
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
selectmodule.c
sgimodule.c Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
shamodule.c
signalmodule.c
socketmodule.c
soundex.c
sre.h -- added recursion limit (currently ~10,000 levels) 2000-08-03 16:29:50 +00:00
sre_constants.h final 0.9.8 updates: 2000-08-01 22:47:49 +00:00
stropmodule.c Use METH_OLDARGS instead of numeric constant 0 in method def. tables 2000-08-03 02:34:44 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c Use METH_OLDARGS instead of numeric constant 0 in method def. tables 2000-08-03 02:34:44 +00:00
threadmodule.c Use METH_OLDARGS instead of numeric constant 0 in method def. tables 2000-08-03 02:34:44 +00:00
timemodule.c Use METH_OLDARGS instead of numeric constant 0 in method def. tables 2000-08-03 02:34:44 +00:00
timing.h remove rcs history 1996-01-26 21:10:22 +00:00
timingmodule.c
tkappinit.c
ucnhash.c
unicodedata.c
unicodedatabase.c
unicodedatabase.h Changing the CNRI copyright notice according to CNRI's instructions. 2000-08-03 16:24:25 +00:00
xxmodule.c Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 2000-07-21 06:00:07 +00:00
yuv.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
yuvconvert.c
zlibmodule.c