cpython/Modules
2004-04-13 02:43:53 +00:00
..
cjkcodecs
expat
.cvsignore
_bisectmodule.c
_bsddb.c A few more PyThreadState_Get to PyThreadState_GET conversions 2004-03-25 02:16:23 +00:00
_codecsmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_hotshot.c
_localemodule.c Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. 2004-03-21 19:34:30 +00:00
_randommodule.c
_sre.c - Fixing annoying warnings. 2004-02-14 00:31:13 +00:00
_ssl.c Make socket.sslerror a subclass of socket.error . 2004-03-23 23:16:54 +00:00
_testcapimodule.c
_tkinter.c Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS 2004-02-19 02:44:22 +00:00
_weakref.c
addrinfo.h
almodule.c
ar_beos
arraymodule.c SF feature request #686323: Minor array module enhancements 2004-03-14 05:43:59 +00:00
audioop.c
binascii.c
bsddbmodule.c
bz2module.c - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string 2004-02-14 00:02:45 +00:00
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
collectionsmodule.c * Add unittests for iterators that report their length 2004-04-12 18:10:01 +00:00
config.c.in
cPickle.c made cPickle fall back to the copy_reg/reduce protocol, 2004-02-26 16:21:45 +00:00
cryptmodule.c
cStringIO.c SF patch #907403: Improvements to cStringIO.writelines() 2004-03-08 18:17:31 +00:00
cstubs
datetimemodule.c SF bug 847019 datetime.datetime initialization needs more strict checking 2004-03-21 23:38:41 +00:00
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c
heapqmodule.c
imageop.c
imgfile.c
itertoolsmodule.c Change two instance of format strings for PyString_FromFormat() to use %ld 2004-04-13 02:43:53 +00:00
ld_so_aix
ld_so_beos
linuxaudiodev.c
main.c Add pystack definition to Misc/gdbinit with some explanation of its behavior 2004-03-01 15:44:05 +00:00
makesetup
makexp_aix
mathmodule.c Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. 2004-03-22 08:43:55 +00:00
md5.h
md5c.c
md5module.c
mmapmodule.c
mpzmodule.c
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied 2004-04-04 07:11:43 +00:00
puremodule.c
pwdmodule.c
pyexpat.c
pypcre.c
python.c
readline.c A few more PyThreadState_Get to PyThreadState_GET conversions 2004-03-25 02:16:23 +00:00
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c Added configure check for broken poll() on some unix systems (MacOS X 10.3) 2004-03-21 23:45:42 +00:00
Setup.config.in
Setup.dist
sgimodule.c
shamodule.c
signalmodule.c
socketmodule.c Fixes for AF_UNIX support on OS/2: 2004-04-11 12:03:57 +00:00
socketmodule.h Make socket.sslerror a subclass of socket.error . 2004-03-23 23:16:54 +00:00
sre.h - Fixing annoying warnings. 2004-02-14 00:31:13 +00:00
sre_constants.h
stropmodule.c
structmodule.c
sunaudiodev.c
svmodule.c
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
threadmodule.c Changed random calls to PyThreadState_Get() to use the macro 2004-03-24 22:22:12 +00:00
timemodule.c Have strftime() check its time tuple argument to make sure the tuple's values 2004-03-02 04:38:10 +00:00
timing.h
timingmodule.c
tkappinit.c Implementation of patch 869468 2004-02-18 05:59:53 +00:00
unicodedata.c
unicodedata_db.h
unicodename_db.h
xreadlinesmodule.c
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c
zlibmodule.c