| .. |
|
_codecsmodule.c
|
Marc-Andre Lemburg:
|
2000-03-28 20:29:59 +00:00 |
|
_cursesmodule.c
|
Patch by Charles Waldman to implement an optional nlines argument to
|
1999-01-05 17:16:46 +00:00 |
|
_localemodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
_sre.c
|
Remove CRLF line endings.
|
2000-04-10 17:06:55 +00:00 |
|
_tkinter.c
|
Add back an obscure "feature" to the Obj version of Tkapp_Call(): a
|
2000-03-31 03:29:39 +00:00 |
|
almodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
arraymodule.c
|
Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:
|
2000-02-04 20:33:49 +00:00 |
|
audioop.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
binascii.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
bsddbmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
ccpython.cc
|
Patch and new file by Geoff Furnish for C++ compilation.
|
1999-12-16 17:52:08 +00:00 |
|
cdmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
cgen.py
|
|
|
|
cgensupport.c
|
|
|
|
cgensupport.h
|
|
|
|
clmodule.c
|
|
|
|
cmathmodule.c
|
Docstring fix: acosh() returns the hyperbolic arccosine, not the
|
1999-03-16 14:17:48 +00:00 |
|
config.c.in
|
|
|
|
cPickle.c
|
Marc-Andre Lemburg: support pickling Unicode objects, both in text
|
2000-03-10 23:11:40 +00:00 |
|
cryptmodule.c
|
Added docstring to crypt.crypt() based on the documentation.
|
2000-02-01 20:12:39 +00:00 |
|
cStringIO.c
|
raise TypeError when bad argument passed to cStringIO.StringIO
|
2000-04-12 22:04:01 +00:00 |
|
cstubs
|
Generate the clear() method manually (calling __GLclear(), another
|
1998-04-28 16:09:16 +00:00 |
|
dbmmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
dlmodule.c
|
Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
|
1997-12-16 23:58:15 +00:00 |
|
errnomodule.c
|
initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is
|
1999-01-27 18:04:05 +00:00 |
|
fcntlmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +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
|
Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.
|
1999-04-19 16:50:26 +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
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
getbuildinfo.c
|
Patch by Mark Hammond to avoid certain header files on Windows/CE.
|
1999-08-27 20:39:37 +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
|
|
|
|
linuxaudiodev.c
|
This module's name should be linuxaudio*dev*.c
|
2000-03-31 16:56:32 +00:00 |
|
main.c
|
Patch from Tim Peters to repare a the problem that tracebacks are off
|
1999-04-19 17:54:19 +00:00 |
|
Makefile.pre.in
|
Marc-Andre Lemburg: add new Unicode-related files.
|
2000-03-10 23:12:33 +00:00 |
|
makesetup
|
On HP-UX, -rpath is another option taking an argument that needs to go
|
1999-05-21 19:18:49 +00:00 |
|
makexp_aix
|
remove C++ entries of the form Class::method
|
1998-04-09 21:46:02 +00:00 |
|
mathmodule.c
|
Correctly document atan2.
|
1998-12-08 16:27:10 +00:00 |
|
md5.h
|
|
|
|
md5c.c
|
|
|
|
md5module.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
mmapmodule.c
|
Correct fix by Mark Favas for the cast problems.
|
2000-04-10 21:34:37 +00:00 |
|
mpzmodule.c
|
Better fix for mpzmodule problem reported by Peter Funk: just use
|
2000-02-25 22:23:31 +00:00 |
|
newmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
nismodule.c
|
Patch by Fred Gansevles (the module's original author).
|
2000-02-29 15:52:40 +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
|
ANSI-fy & de-tabify the source.
|
2000-04-19 13:54:15 +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
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
posixmodule.c
|
setup_confname_table(): Close memory leak caused by not decref'ing the
|
2000-04-13 15:20:40 +00:00 |
|
puremodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
pwdmodule.c
|
Add DL_EXPORT() to all modules that could possibly be used
|
1998-12-04 18:50:17 +00:00 |
|
pyexpat.c
|
Skip Montanaro: add string precisions to calls to PyErr_Format
|
2000-04-10 12:46:51 +00:00 |
|
pypcre.c
|
Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>
|
2000-02-18 19:16:45 +00:00 |
|
python.c
|
Py_Main() must be DL_EXPORT too.
|
1998-12-07 14:28:47 +00:00 |
|
readline.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
regexmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
regexpr.c
|
casts for picky compilers.
|
1999-04-10 15:48:23 +00:00 |
|
regexpr.h
|
|
|
|
resource.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +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
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
selectmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
Setup.in
|
This module's name should be linuxaudio*dev*.c
|
2000-03-31 16:56:32 +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
|
|
|
|
shamodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
signalmodule.c
|
Thanks to Chris Herborth, the thread primitives now have proper Py*
|
1998-12-21 19:32:43 +00:00 |
|
socketmodule.c
|
In dealloc(), only close the socket if fd != -1.
|
2000-04-10 12:45:45 +00:00 |
|
soundex.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
sre.h
|
Adding Fredrik Lundh's _sre.c module and its header files.
|
2000-03-31 14:59:30 +00:00 |
|
sre_constants.h
|
Adding Fredrik Lundh's _sre.c module and its header files.
|
2000-03-31 14:59:30 +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
|
On 17-Mar-2000, Marc-Andre Lemburg said:
|
2000-03-20 16:36:48 +00:00 |
|
structmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +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
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +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
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
timemodule.c
|
Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of
|
2000-03-24 20:35:20 +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
|
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This
|
1999-11-05 18:11:23 +00:00 |
|
unicodedata.c
|
Marc-Andre Lemburg: The large unicode database table is broken in
|
2000-03-31 17:26:12 +00:00 |
|
unicodedatabase.c
|
Marc-Andre Lemburg: The large unicode database table is broken in
|
2000-03-31 17:26:12 +00:00 |
|
unicodedatabase.h
|
Marc-Andre Lemburg: The large unicode database table is broken in
|
2000-03-31 17:26:12 +00:00 |
|
xxmodule.c
|
Massive patch by Skip Montanaro to add ":name" to as many
|
2000-02-29 13:59:29 +00:00 |
|
yuv.h
|
|
|
|
yuvconvert.c
|
|
|
|
zlibmodule.c
|
Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
|
2000-04-06 13:20:38 +00:00 |