cpython/Modules
Guido van Rossum 74608f8b8a Oops, big glitch. Charles had put a 1 in the column for argument list
type for all functions.  However many function call PyArg_Parse() and
need a 0.  This is so that when they didn't change anything, the can
do Py_INCREF(args); return args.  Reverted this back.  For atof(),
there's no reason not to use PyArg_ParseTuple(), so I changed the code
(atoi and atol already used that).
1997-12-30 05:44:10 +00:00
..
Makefile.pre.in Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but 1997-12-18 23:55:32 +00:00
Setup.in
Setup.thread.in
_cursesmodule.c
_localemodule.c
_tkinter.c
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c
cPickle.c
cStringIO.c
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
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gdbmmodule.c
getbuildinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
main.c
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
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 AMK's latest -- synchronized with PCRE 1.04. 1997-12-22 22:46:52 +00:00
pcremodule.c AMK's latest -- synchronized with PCRE 1.04. 1997-12-22 22:46:52 +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
pypcre.c AMK's latest -- synchronized with PCRE 1.04. 1997-12-22 22:46:52 +00:00
python.c
readline.c
regexmodule.c
regexpr.c
regexpr.h
reopmodule.c
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
sgimodule.c
signalmodule.c
socketmodule.c
soundex.c
stdwinmodule.c
stropmodule.c Oops, big glitch. Charles had put a 1 in the column for argument list 1997-12-30 05:44:10 +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
tclNotify.c
termios.c
threadmodule.c
timemodule.c At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to 1997-12-29 20:03:10 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c