.. |
Makefile.pre.in
|
Patches by William Lewis for Nextstep descendants.
|
1999-01-27 17:53:11 +00:00 |
Setup.in
|
Document *static* -- in two places!
|
1999-02-22 18:11:18 +00:00 |
Setup.thread.in
|
…
|
|
_cursesmodule.c
|
Patch by Charles Waldman to implement an optional nlines argument to
|
1999-01-05 17:16:46 +00:00 |
_localemodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
_tkinter.c
|
Include myselect.h -- needed on some platforms.
|
1999-01-25 21:39:03 +00:00 |
almodule.c
|
Now that we have standard (optional) long long support, the long long
|
1998-08-31 14:14:09 +00:00 |
arraymodule.c
|
Carefully check for overflow when allocating the memory for fromfile
|
1999-02-23 18:05:22 +00:00 |
audioop.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
binascii.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
bsddbmodule.c
|
Thanks to Chris Herborth, the thread primitives now have proper Py*
|
1998-12-21 19:32:43 +00:00 |
cPickle.c
|
Fix buglet in load_put -- the test for bad readline result tested the
|
1999-02-08 22:38:25 +00:00 |
cStringIO.c
|
The writelines() function was never tested and contained numerous bugs
|
1999-02-08 17:03:27 +00:00 |
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
|
…
|
|
cryptmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
cstubs
|
…
|
|
dbmmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
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
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
fmmodule.c
|
…
|
|
fpectlmodule.c
|
Needed to add DL_EXPORT to (redundant?) extern decl of module init function.
|
1998-12-10 16:49:28 +00:00 |
fpetestmodule.c
|
Needed to add DL_EXPORT to (redundant?) extern decl of module init function.
|
1998-12-10 16:49:28 +00:00 |
gdbmmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
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
|
Check in the changed version after running the stubber again -- this
|
1998-10-21 16:10:40 +00:00 |
grpmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
imageop.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
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 |
makesetup
|
Gregor Hoffleit writes:
|
1998-12-11 01:10:29 +00:00 |
makexp_aix
|
…
|
|
mathmodule.c
|
Correctly document atan2.
|
1998-12-08 16:27:10 +00:00 |
md5.h
|
…
|
|
md5c.c
|
…
|
|
md5module.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
mpzmodule.c
|
Fixed bug reported to Gregor Hoffleit:
|
1998-12-14 19:36:14 +00:00 |
newmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
nismodule.c
|
Use the t# format where appropriate. Greg Stein.
|
1998-10-08 02:25:24 +00:00 |
operator.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
parsermodule.c
|
When the parameter to PyInt_AsLong() has already been checked with
|
1999-02-17 17:35:53 +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
|
PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString()
|
1999-02-01 17:09:00 +00:00 |
posixmodule.c
|
# Typo in docstring (Retrun -> Return).
|
1999-02-23 18:34:43 +00:00 |
puremodule.c
|
…
|
|
pwdmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
pypcre.c
|
pcre_exec(): Andrew Kuchling's patch for pcre memory leak.
|
1999-01-27 21:41:08 +00:00 |
python.c
|
Py_Main() must be DL_EXPORT too.
|
1998-12-07 14:28:47 +00:00 |
readline.c
|
setup_readline(): Added a comment about memory leak (reported by
|
1999-01-29 21:55:03 +00:00 |
regexmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
regexpr.c
|
Fix a benign problem found by a picky SGI compiler (unreachable break
|
1998-07-07 22:23:22 +00:00 |
regexpr.h
|
…
|
|
resource.c
|
Changes for long file support by Steve Clift.
|
1999-01-06 18:44:57 +00:00 |
rgbimgmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
rotormodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
selectmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
sgimodule.c
|
…
|
|
signalmodule.c
|
Thanks to Chris Herborth, the thread primitives now have proper Py*
|
1998-12-21 19:32:43 +00:00 |
socketmodule.c
|
Thanks to Chris Herborth, the thread primitives now have proper Py*
|
1998-12-21 19:32:43 +00:00 |
soundex.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
stdwinmodule.c
|
Thanks to Chris Herborth, the thread primitives now have proper Py*
|
1998-12-21 19:32:43 +00:00 |
stropmodule.c
|
In atoi(), don't use isxdigit() to test whether the last character
|
1999-02-22 16:18:44 +00:00 |
structmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
sunaudiodev.c
|
audio(7I) suggests that applications do the following to get the
|
1998-10-31 22:52:54 +00:00 |
svmodule.c
|
…
|
|
syslogmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
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
|
Thanks to Chris Herborth, the thread primitives now have proper Py*
|
1998-12-21 19:32:43 +00:00 |
timemodule.c
|
Patch by Tadayoshi Funaba (with some changes) to be smarter about
|
1999-02-23 00:00:10 +00:00 |
timing.h
|
…
|
|
timingmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
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 |