cpython/Modules
Guido van Rossum d3eb5774ad Patch by Chris Herborth for BeOS code.
He writes:

I had an off-by-1000 error in floatsleep(),
and the problem with time.clock() is that it's not implemented properly
on QNX... ANSI says it's supposed to return _CPU_ time used by the
process, but on QNX it returns the amount of real time used... so I was
confused.
1999-03-09 16:07:23 +00:00
..
_cursesmodule.c
_localemodule.c
_tkinter.c
almodule.c
arraymodule.c Carefully check for overflow when allocating the memory for fromfile 1999-02-23 18:05:22 +00:00
audioop.c
binascii.c
bsddbmodule.c
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c Fix buglet in load_put -- the test for bad readline result tested the 1999-02-08 22:38:25 +00:00
cryptmodule.c
cStringIO.c The writelines() function was never tested and contained numerous bugs 1999-02-08 17:03:27 +00:00
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 On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws 1999-02-09 18:36:51 +00:00
Makefile.pre.in
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
newmodule.c
nismodule.c
operator.c
parsermodule.c When the parameter to PyInt_AsLong() has already been checked with 1999-02-17 17:35:53 +00:00
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c # Typo in docstring (Retrun -> Return). 1999-02-23 18:34:43 +00:00
puremodule.c
pwdmodule.c
pypcre.c
python.c
readline.c
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
Setup.in Document *static* -- in two places! 1999-02-22 18:11:18 +00:00
Setup.thread.in
sgimodule.c
signalmodule.c
socketmodule.c
soundex.c
stdwinmodule.c
stropmodule.c In atoi(), don't use isxdigit() to test whether the last character 1999-02-22 16:18:44 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
timemodule.c Patch by Chris Herborth for BeOS code. 1999-03-09 16:07:23 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c Use the portable form of initializing the ob_type field for new types. 1999-02-16 22:15:42 +00:00
yuv.h
yuvconvert.c
zlibmodule.c