0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Modules
Fred Drake 1a566ff2e8 When the parameter to PyInt_AsLong() has already been checked with
PyInt_Check(), use PyInt_AS_LONG() instead (two places).
1999-02-17 17:35:53 +00:00
..
_cursesmodule.c
_localemodule.c
_tkinter.c Include myselect.h -- needed on some platforms. 1999-01-25 21:39:03 +00:00
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). 1999-01-14 19:11:11 +00:00
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 initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is 1999-01-27 18:04:05 +00:00
fcntlmodule.c Changes for long file support by Steve Clift. 1999-01-06 18:44:23 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gdbmmodule.c
getbuildinfo.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
getpath.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
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 Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
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 PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() 1999-02-01 17:09:00 +00:00
posixmodule.c The symbols P_* (for spawn*(), MS specific) should not have a leading 1999-02-16 19:38:04 +00:00
puremodule.c
pwdmodule.c
pypcre.c pcre_exec(): Andrew Kuchling's patch for pcre memory leak. 1999-01-27 21:41:08 +00:00
python.c
readline.c setup_readline(): Added a comment about memory leak (reported by 1999-01-29 21:55:03 +00:00
regexmodule.c
regexpr.c
regexpr.h
resource.c Changes for long file support by Steve Clift. 1999-01-06 18:44:57 +00:00
rgbimgmodule.c
rotormodule.c
selectmodule.c
Setup.in The variable TESTPATH should be initialized to empty. 1999-02-08 21:49:22 +00:00
Setup.thread.in
sgimodule.c
signalmodule.c
socketmodule.c
soundex.c
stdwinmodule.c
stropmodule.c expandtabs__doc__: blank line which was not terminated with \n\ caused 1999-01-26 02:15:50 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c Should include "Python.h", not <Python.h> -- it's not a standard 1999-01-14 19:31:42 +00:00
threadmodule.c
timemodule.c The doc string for strptime had the arguments reversed -- the string 1999-01-07 18:29:26 +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 Added missing DECREF's in the error branches when creating a compressor or 1999-01-29 21:49:34 +00:00