..
_cursesmodule.c
_localemodule.c
Type casts, and added a strdup() declaration for the Mac.
1998-04-28 16:08:19 +00:00
_tkinter.c
Still somewhat experimental speedup. This appears to speed up the
1998-04-29 16:22:14 +00:00
almodule.c
arraymodule.c
audioop.c
Purported fixes for 64-bit platforms with help from John Jorgensen
1998-04-23 20:23:00 +00:00
binascii.c
Converted to new exception style (Jack)
1997-10-08 15:26:07 +00:00
bsddbmodule.c
Make new gcc -Wall happy
1998-04-10 22:27:42 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
lots of "goto error" replaced by "return" (Jack)
1997-10-08 15:26:28 +00:00
cmathmodule.c
config.c.in
cPickle.c
Use %.17f to format floats/doubles
1998-04-03 21:13:02 +00:00
cryptmodule.c
cStringIO.c
Module docstring indicated seek() isn't implemented, but it is.
1998-04-11 19:54:54 +00:00
cstubs
Generate the clear() method manually (calling __GLclear(), another
1998-04-28 16:09:16 +00:00
dbmmodule.c
dlmodule.c
Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
1997-12-16 23:58:15 +00:00
errnomodule.c
Got rid of the errorstr dictionary, which is redundant now that
1997-11-04 20:22:24 +00:00
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
Patch by Oliver Andrich for Lunix using glibc.
1997-12-15 18:07:10 +00:00
fpetestmodule.c
gdbmmodule.c
Don't allow unescaped newlines in doc strings.
1998-04-13 18:11:55 +00:00
getbuildinfo.c
Include macbuildno.h here (mac only) (Jack)
1997-10-08 15:26:56 +00:00
getpath.c
When following symlinks to the real executable, use a loop so a
1998-04-29 21:07:06 +00:00
glmodule.c
grpmodule.c
imageop.c
Purported fixes for 64-bit platforms with help from John Jorgensen
1998-04-23 20:23:00 +00:00
imgfile.c
ld_so_aix
license.terms
main.c
Typo in usage message.
1998-04-13 20:28:18 +00:00
Makefile.pre.in
Deleted targets used only by Jim Fulton's now deleted "gMakefile".
1998-01-13 18:57:24 +00:00
makesetup
Understand -Xlinker option.
1997-12-02 20:38:11 +00:00
makexp_aix
remove C++ entries of the form Class::method
1998-04-09 21:46:02 +00:00
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
Export MPZType -- the type of mpz objects....
1998-04-03 15:33:43 +00:00
newmodule.c
nismodule.c
operator.c
Add not_ and __not__.
1998-04-09 17:54:26 +00:00
parsermodule.c
Made lint a bit happier.
1998-04-29 14:16:32 +00:00
pcre-int.h
AMK's revised version of the previous patch.
1998-05-07 15:32:44 +00:00
pcre.h
AMK's revised version of the previous patch.
1998-05-07 15:32:44 +00:00
pcremodule.c
Address warnings issued by the MSVC++ compiler
1998-04-10 21:52:06 +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
Doc strings added by Mitch Chapman.
1998-03-03 22:03:26 +00:00
pypcre.c
AMK's revised version of the previous patch.
1998-05-07 15:32:44 +00:00
python.c
readline.c
Make new gcc -Wall happy
1998-04-10 22:27:42 +00:00
regexmodule.c
regexpr.c
Make new gcc -Wall happy
1998-04-10 22:27:42 +00:00
regexpr.h
resource.c
Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
1997-12-09 19:35:48 +00:00
rgbimgmodule.c
Purported fixes for 64-bit platforms with help from John Jorgensen
1998-04-23 20:23:00 +00:00
rotormodule.c
selectmodule.c
os2 patch by Jeff Rush
1997-11-22 21:53:48 +00:00
Setup.in
Delete reference to reopmodule.c. Add comment about soundex' obsolescence.
1998-04-10 20:44:11 +00:00
Setup.thread.in
Moved the thread module to its own Setup.thread(.in) file,
1997-12-04 00:48:27 +00:00
sgimodule.c
signalmodule.c
Use (void) to throw away a function result, not (void *) !
1998-05-01 18:58:59 +00:00
socketmodule.c
Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>.
1998-04-09 20:56:35 +00:00
soundex.c
stdwinmodule.c
Add getintarg(), getlongarg(), getstrarg() to macros since these no
1997-10-20 23:22:07 +00:00
stropmodule.c
Check for boundary errors in [r]find -- find("x", "", 2) should return -1.
1998-03-24 04:19:22 +00:00
structmodule.c
Make new gcc -Wall happy
1998-04-10 22:27:42 +00:00
sunaudiodev.c
svmodule.c
syslogmodule.c
Fix by Sean Reifschneider:
1998-05-08 21:52:55 +00:00
tclNotify.c
termios.c
Doc strings added by Mitch Chapman.
1998-03-03 22:10:18 +00:00
threadmodule.c
Don't store the exception info from an unhandled exception in a thread
1998-02-06 22:32:08 +00:00
timemodule.c
Instead of calling mktime(), which has all sorts of unwanted side
1998-04-27 19:04:26 +00:00
timing.h
timingmodule.c
tkappinit.c
Yes, Virginia, Tix does have a Tix_SafeInit() function.
1997-12-02 20:38:38 +00:00
xxmodule.c
Add a test for a bad format character.
1997-12-09 20:37:25 +00:00
yuv.h
yuvconvert.c
zlibmodule.c
Added URLs for zlib's home page and the Windows DLL's home page .
1998-05-08 14:56:29 +00:00