| .. |
|
.cvsignore
|
Ignore a bunch of generated files.
|
2000-05-02 18:34:30 +00:00 |
|
_codecsmodule.c
|
Marc-Andre Lemburg:
|
2000-03-28 20:29:59 +00:00 |
|
_cursesmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
_localemodule.c
|
Vladimir Marangozov:
|
2000-05-03 22:30:13 +00:00 |
|
_sre.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
_tkinter.c
|
When the UTF-8 conversion to Unicode fails, return an 8-bit string
|
2000-05-04 15:55:17 +00:00 |
|
almodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
arraymodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
audioop.c
|
Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I
|
2000-05-02 21:18:13 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
ccpython.cc
|
Patch and new file by Geoff Furnish for C++ compilation.
|
1999-12-16 17:52:08 +00:00 |
|
cdmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
cgen.py
|
|
|
|
cgensupport.c
|
|
|
|
cgensupport.h
|
|
|
|
clmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
cmathmodule.c
|
Docstring fix: acosh() returns the hyperbolic arccosine, not the
|
1999-03-16 14:17:48 +00:00 |
|
config.c.in
|
|
|
|
cPickle.c
|
New version from Jim Fulton to fix a problem that Eric Raymond ran
|
2000-05-09 18:14:50 +00:00 |
|
cryptmodule.c
|
Added docstring to crypt.crypt() based on the documentation.
|
2000-02-01 20:12:39 +00:00 |
|
cStringIO.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
cstubs
|
|
|
|
dbmmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
dlmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
fmmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
main.c
|
usage_mid: Remove the description of the -X flag; it's gone now.
|
2000-05-02 19:20:26 +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
|
|
|
|
mathmodule.c
|
Trent Mick:
|
2000-05-08 14:29:38 +00:00 |
|
md5.h
|
|
|
|
md5c.c
|
|
|
|
md5module.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
mmapmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
mpzmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
newmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
nismodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
pcre-int.h
|
|
|
|
pcre.h
|
|
|
|
pcremodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
posixmodule.c
|
Mark Hammond to the rescue:
|
2000-05-03 02:44:55 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
regexmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
selectmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
Setup.in
|
Remove all references to stdwin.
|
2000-05-03 22:34:12 +00:00 |
|
Setup.thread.in
|
|
|
|
sgimodule.c
|
|
|
|
shamodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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 |
|
stropmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
svmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
timemodule.c
|
M.-A. Lemburg <mal@lemburg.com>:
|
2000-05-09 19:52:40 +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
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |
|
yuv.h
|
|
|
|
yuvconvert.c
|
|
|
|
zlibmodule.c
|
Vladimir Marangozov's long-awaited malloc restructuring.
|
2000-05-03 23:44:39 +00:00 |