.. |
Makefile.pre.in
|
Don't delete glmodule.c on 'make clobber' (it's a checked in file!).
|
1998-05-14 02:33:57 +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
|
…
|
|
_cursesmodule.c
|
…
|
|
_localemodule.c
|
Added <ctype.h>, needed for Windows.
|
1998-06-19 04:33:30 +00:00 |
_tkinter.c
|
There was an error check in a loop in PythonCmd which called
|
1998-06-19 04:28:10 +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
|
…
|
|
bsddbmodule.c
|
Make new gcc -Wall happy
|
1998-04-10 22:27:42 +00:00 |
cPickle.c
|
Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two
|
1998-05-28 04:33:37 +00:00 |
cStringIO.c
|
Module docstring indicated seek() isn't implemented, but it is.
|
1998-04-11 19:54:54 +00:00 |
cdmodule.c
|
…
|
|
cgen.py
|
…
|
|
cgensupport.c
|
…
|
|
cgensupport.h
|
…
|
|
clmodule.c
|
…
|
|
cmathmodule.c
|
…
|
|
config.c.in
|
…
|
|
cryptmodule.c
|
…
|
|
cstubs
|
Generate the clear() method manually (calling __GLclear(), another
|
1998-04-28 16:09:16 +00:00 |
dbmmodule.c
|
…
|
|
dlmodule.c
|
…
|
|
errnomodule.c
|
…
|
|
fcntlmodule.c
|
…
|
|
flmodule.c
|
…
|
|
fmmodule.c
|
…
|
|
fpectlmodule.c
|
…
|
|
fpetestmodule.c
|
…
|
|
gdbmmodule.c
|
Don't allow unescaped newlines in doc strings.
|
1998-04-13 18:11:55 +00:00 |
getbuildinfo.c
|
…
|
|
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 |
makesetup
|
When a .o file is an absolute pathname, assume it's a file for which
|
1998-05-14 02:37:45 +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
|
I think there was a tiny bug in new_function() -- the 'defaults'
|
1998-05-22 00:57:31 +00:00 |
nismodule.c
|
…
|
|
operator.c
|
Add an alias (and preferred name) "contains" for "sequenceIncludes".
|
1998-05-22 18:12:59 +00:00 |
parsermodule.c
|
Sorry, the initializer for ob_type must really be NULL,
|
1998-05-29 02:58:20 +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
|
On Windows, make the pipe() call return Unix file descriptors instead
|
1998-06-12 15:05:15 +00:00 |
puremodule.c
|
…
|
|
pwdmodule.c
|
…
|
|
pypcre.c
|
AMK's revised version of the previous patch.
|
1998-05-07 15:32:44 +00:00 |
python.c
|
…
|
|
readline.c
|
Correct bug doc string (discovered by Berthold Hoellmann):
|
1998-05-20 15:50:56 +00:00 |
regexmodule.c
|
…
|
|
regexpr.c
|
Make new gcc -Wall happy
|
1998-04-10 22:27:42 +00:00 |
regexpr.h
|
…
|
|
resource.c
|
…
|
|
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
|
…
|
|
sgimodule.c
|
…
|
|
signalmodule.c
|
Use (void) to throw away a function result, not (void *) !
|
1998-05-01 18:58:59 +00:00 |
socketmodule.c
|
Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP)
|
1998-05-28 20:18:18 +00:00 |
soundex.c
|
…
|
|
stdwinmodule.c
|
…
|
|
stropmodule.c
|
Make sure that no use of a function pointer gotten from a
|
1998-05-22 00:53:47 +00:00 |
structmodule.c
|
get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...).
|
1998-05-28 04:35:49 +00:00 |
sunaudiodev.c
|
…
|
|
svmodule.c
|
…
|
|
syslogmodule.c
|
Fix by Sean Reifschneider:
|
1998-05-08 21:52:55 +00:00 |
tclNotify.c
|
…
|
|
termios.c
|
In tcsetattr(), first initialize the mode structure by calling
|
1998-06-12 14:26:18 +00:00 |
threadmodule.c
|
t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...).
|
1998-05-28 04:35:12 +00:00 |
timemodule.c
|
Added strptime, if it exists. Modified after a patch by Jesse Hallio.
|
1998-06-09 16:30:31 +00:00 |
timing.h
|
…
|
|
timingmodule.c
|
…
|
|
tkappinit.c
|
…
|
|
xxmodule.c
|
…
|
|
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 |