..
_cursesmodule.c
Avoid warning from gcc on Linux about dropping const.
1997-05-09 02:17:12 +00:00
_tkinter.c
Export names for the types defined by this module: TkappType and TkttType.
1997-09-13 00:44:23 +00:00
almodule.c
arraymodule.c
Added buffer_info() method that returns address and length in bytes of
1997-08-12 14:55:56 +00:00
audioop.c
Fix by Sjoerd: don't want to resize to zero length.
1997-09-22 16:14:27 +00:00
binascii.c
Plug memory leak (DECREF doc string properly after inserting in dict).
1997-08-04 23:55:25 +00:00
bsddbmodule.c
Patches by AMK to check that the db is still open.
1997-07-17 22:56:01 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
Megapatch for IRIX 6 by Sjoerd.
1997-08-12 14:58:54 +00:00
cmathmodule.c
config.c.in
cPickle.c
#Plug small memory leaks in constructors.
1997-09-03 18:19:40 +00:00
cryptmodule.c
cStringIO.c
#Plug small memory leaks in constructors.
1997-09-03 18:19:40 +00:00
cstubs
dbmmodule.c
Patches by AMK to check that the db is still open.
1997-07-17 22:56:01 +00:00
dlmodule.c
errnomodule.c
fcntlmodule.c
Keep gcc -Wall happy
1997-08-15 02:52:08 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gdbmmodule.c
Patches by AMK to check that the db is still open.
1997-07-17 22:56:01 +00:00
getbuildinfo.c
Include config.h so it can define const away for K&R.
1997-05-20 22:40:26 +00:00
getpath.c
Globally renamed join() to joinpath() to avoid compilation error on Cray.
1997-08-20 23:48:16 +00:00
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
Mod suggested by Donn Cave -- invoke makexp_aix relative to $0
1997-09-03 00:45:30 +00:00
main.c
Move the "import readline" to an earlier place so it is also done when
1997-09-16 16:11:28 +00:00
Makefile.pre.in
Reverse the order in which Setup and Setup.local are passed to the
1997-09-07 16:44:37 +00:00
makesetup
makexp_aix
mathmodule.c
Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)
1997-05-20 15:59:04 +00:00
md5.h
md5c.c
md5module.c
mpzmodule.c
Use a trick to make the test for GMP v2 to work when GMP v1 defines
1997-08-17 19:08:33 +00:00
newmodule.c
nismodule.c
operator.c
#Plug small memory leaks in constructors.
1997-09-03 18:19:40 +00:00
parsermodule.c
Add doc string to type object.
1997-05-23 04:04:17 +00:00
posixmodule.c
Add strerror() interface.
1997-09-15 22:54:34 +00:00
puremodule.c
pwdmodule.c
Added configuration tests for presence of alarm(), pause(), and getpwent()
1997-08-22 20:42:00 +00:00
python.c
Keep gcc -Wall happy
1997-08-15 02:52:08 +00:00
readline.c
Reordered and reformatted, and added some cool new features:
1997-09-26 21:51:21 +00:00
regexmodule.c
Change [_Py_]re_compile_pattern() to return a char*.
1997-09-03 00:47:36 +00:00
regexpr.c
Get rid of most silly #include and #ifdefs near the top; these are all
1997-09-05 01:48:48 +00:00
regexpr.h
Change [_Py_]re_compile_pattern() to return a char*.
1997-09-03 00:47:36 +00:00
reopmodule.c
Don't use ANSI string literal concatenation (everything is K&R compatible).
1997-09-05 07:01:19 +00:00
resource.c
Different strategy regarding whether to declare getrusage() and
1997-08-17 16:24:30 +00:00
rgbimgmodule.c
Partial(?) 64bit patch (AMK).
1997-05-22 20:24:07 +00:00
rotormodule.c
workaround for Mac MSL header definitions of TRUE and FALSE (Jack)
1997-05-20 15:58:36 +00:00
selectmodule.c
Setup.in
Change the names of the subdirectories tkinter and stdwin to
1997-09-08 01:54:43 +00:00
sgimodule.c
signalmodule.c
Added configuration tests for presence of alarm(), pause(), and getpwent()
1997-08-22 20:42:00 +00:00
socketmodule.c
socket_type -> SocketType
1997-06-02 22:18:09 +00:00
soundex.c
stdwinmodule.c
stropmodule.c
structmodule.c
Contribution by Hannu Krosing (with some changes).
1997-09-05 07:08:39 +00:00
sunaudiodev.c
svmodule.c
syslogmodule.c
termios.c
Add 'return' keyword before error calls.
1997-07-17 22:55:06 +00:00
threadmodule.c
Oops, one more checkin. Use the new tstate/interp interface.
1997-08-02 03:13:11 +00:00
timemodule.c
timing.h
timingmodule.c
tkappinit.c
Add sections for PIL (Fred Lundh).
1997-05-14 19:22:11 +00:00
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c
Several changes:
1997-09-04 23:39:23 +00:00