cpython/Modules
1997-01-24 03:58:52 +00:00
..
_cursesmodule.c
_tkinter.c reformatted 1997-01-16 00:15:11 +00:00
almodule.c Renamed, but not throughly tested. 1997-01-03 22:40:34 +00:00
arraymodule.c
audioop.c Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. 1997-01-17 18:12:04 +00:00
binascii.c Renamed. 1997-01-16 17:10:22 +00:00
bsddbmodule.c Already renamed. Indented. 1997-01-16 22:05:33 +00:00
cdmodule.c Renamed but not well tested. 1997-01-03 23:00:51 +00:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c Renamed. 1997-01-17 16:00:02 +00:00
cmathmodule.c
config.c.in
cPickle.c Eliminated gcc -Wall complaints: 1997-01-14 17:45:08 +00:00
cryptmodule.c
cStringIO.c Quieted gcc -Wall by removing unused local variables. 1997-01-14 17:38:28 +00:00
cstubs
dbmmodule.c
defmakexp_aix
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c Renamed, but untested. 1997-01-03 22:17:11 +00:00
fmmodule.c Renamed, but not tested. Guido will you try your test script on this? 1997-01-17 16:08:55 +00:00
gdbmmodule.c
getbuildinfo.c work build# into version string 1997-01-20 18:34:26 +00:00
getpath.c
glmodule.c
grpmodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
imageop.c
imgfile.c
ld_so_aix
main.c Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use 1997-01-17 22:05:38 +00:00
Makefile.pre.in Bump install version to 1.5. 1997-01-22 03:45:38 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
newmodule.c Two more arguments to newcodeobject -- first lineno and lineno table. 1997-01-24 03:58:52 +00:00
nismodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
operator.c
parsermodule.c Initialize the ob_type field of PyAST_Type dynamically (in 1997-01-23 23:29:44 +00:00
posixmodule.c
puremodule.c (puremodule.c): New module which exports the Purify and Quantify C API 1997-01-17 00:01:33 +00:00
pwdmodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
python.exp
regexmodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
regexpr.c
regexpr.h
resource.c Quieted gcc -Wall by removing unused local variables. 1997-01-14 17:37:32 +00:00
rgbimgmodule.c Primarily formatting changes, but I also plugged a couple of potential 1997-01-09 22:29:12 +00:00
rotormodule.c set_key(): Use Py_CHARMASK macro to get the character from the array 1997-01-16 16:49:44 +00:00
selectmodule.c
Setup.in (puremodule.c): New module which exports the Purify and Quantify C API 1997-01-17 00:01:33 +00:00
sgimodule.c
signalmodule.c Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). 1997-01-21 06:13:09 +00:00
socketmodule.c
soundex.c
stdwinmodule.c
stropmodule.c New strop_joinfields implementation, highly optimized for Lists. All 1997-01-06 22:48:32 +00:00
structmodule.c
sunaudiodev.c Plugged a couple of potential return value problems, memory leaks, and 1997-01-09 22:29:57 +00:00
svmodule.c
syslogmodule.c (puremodule.c): New module which exports the Purify and Quantify C API 1997-01-17 00:01:33 +00:00
termios.c The usual return-value and memory management checks. I'm not planning 1997-01-10 18:42:18 +00:00
threadmodule.c initthread(): Removed extraneous Py_INCREF(ThreadError) 1997-01-13 22:09:43 +00:00
timemodule.c Formatting, and minor error detection 1997-01-13 22:44:55 +00:00
timing.h
timingmodule.c Renamed. 1997-01-13 22:57:42 +00:00
tkappinit.c Formatting. 1997-01-14 17:36:36 +00:00
xxmodule.c
yuv.h
yuvconvert.c