..
.cvsignore
_codecsmodule.c
_cursesmodule.c
Patch #102278 : add tparm() function to _curses module
2000-11-07 03:35:24 +00:00
_localemodule.c
_sre.c
-- properly reset groups in findall (bug #117612 )
2000-10-28 19:30:41 +00:00
_tkinter.c
Do not release unallocated Tcl objects. Closes #117278 and #117167 .
2000-10-29 00:44:43 +00:00
almodule.c
arraymodule.c
Fix for SF bug 117402, crashes on str(array) and repr(array). This was an
2000-11-10 19:04:19 +00:00
audioop.c
binascii.c
bsddbmodule.c
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c
- Fix a GC bug caused by PyDict_New() failing.
2000-10-04 16:22:26 +00:00
cryptmodule.c
cStringIO.c
Added a new "base" type, IOobject for which most of the
2000-10-06 19:24:23 +00:00
cstubs
dbmmodule.c
Ka-Ping Yee <ping@lfw.org>:
2000-10-24 19:57:45 +00:00
dlmodule.c
Remove one more gcc -Wall warning.
2000-10-11 21:44:02 +00:00
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gcmodule.c
- update Neil's email address
2000-10-04 16:34:09 +00:00
gdbmmodule.c
getbuildinfo.c
getpath.c
Minor ANSIfication: lib_python no longer needs to be initialized
2000-09-28 14:32:29 +00:00
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
linuxaudiodev.c
Be consistent in the description of audio formats: <format> <width>
2000-10-08 19:47:47 +00:00
main.c
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
2000-11-03 08:18:37 +00:00
Makefile.pre.in
Do not echo the echo command with the message telling the user that Setup
2000-10-29 04:28:48 +00:00
makesetup
Rename Setup.in to Setup.dist, and assume that configure will create
2000-10-26 17:07:40 +00:00
makexp_aix
mathmodule.c
Repaired a comment and asserted a precondition.
2000-10-12 19:42:00 +00:00
md5.h
md5c.c
Fix includes; not including Python.h caused the module not to compile on
2000-09-28 02:54:51 +00:00
md5module.c
mmapmodule.c
my_getpagesize(): New function; returns the size of a page of memory.
2000-10-01 17:50:46 +00:00
mpzmodule.c
Another gcc -Wall warning squashed:
2000-10-11 21:53:34 +00:00
newmodule.c
Allow new.function() called with explicit 3rd arg of None, as
2000-11-13 20:29:20 +00:00
nismodule.c
operator.c
parsermodule.c
Ka-Ping Yee <ping@lfw.org>:
2000-10-24 19:57:45 +00:00
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c
Ka-Ping Yee <ping@lfw.org>:
2000-10-24 19:57:45 +00:00
puremodule.c
pwdmodule.c
pyexpat.c
ParserCreate(): Added test that the namespace_separator value, if given,
2000-10-29 04:57:53 +00:00
pypcre.c
python.c
readline.c
Supporting rl_library_version is more trouble than it's worth --
2000-10-02 15:53:08 +00:00
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
Add #ifdef's for platforms that don't have the constants POLLRDNORM and
2000-09-28 21:33:44 +00:00
Setup.config.in
Update a comment to be correct.
2000-10-26 14:57:29 +00:00
Setup.dist
Rename Setup.in to Setup.dist, and assume that configure will create
2000-10-26 17:07:40 +00:00
sgimodule.c
shamodule.c
signalmodule.c
socketmodule.c
Norman Vine <nhv@users.sourceforge.net>:
2000-10-06 15:37:06 +00:00
soundex.c
sre.h
sre_constants.h
stropmodule.c
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...).
2000-10-20 20:02:37 +00:00
timemodule.c
timing.h
timingmodule.c
tkappinit.c
ucnhash.c
unicodedata.c
unicodedata_db.h
Added 38,642 missing characters to the Unicode database (first-last
2000-11-03 20:24:15 +00:00
unicodedatabase.c
Fix header file usage so that NULL is defined. NULL is needed by
2000-09-30 17:34:31 +00:00
unicodedatabase.h
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c
Patch #101810 : check whether zst.avail_out is non-zero when getting
2000-10-09 14:18:10 +00:00