cpython/Modules
2003-06-02 14:15:34 +00:00
..
expat
.cvsignore
_bsddb.c DB.remove() needs to set the internal DB handle to NULL after being called. 2003-05-15 00:13:18 +00:00
_codecsmodule.c
_csv.c Make readers and writers participate in garbage collection. 2003-04-14 02:20:55 +00:00
_curses_panel.c
_cursesmodule.c
_hotshot.c Renamed PyObject_GenericGetIter to PyObject_SelfIter 2003-03-17 19:46:11 +00:00
_localemodule.c Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, 2003-03-05 15:13:47 +00:00
_randommodule.c PyType_GenericAlloc is inherited from object. 2003-05-23 03:55:42 +00:00
_sre.c Allow _sre.c to compile with Python 2.2 2003-04-30 13:09:08 +00:00
_ssl.c
_testcapimodule.c New support functions for test_getargs2. 2003-04-24 16:14:27 +00:00
_tkinter.c Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() 2003-05-29 00:17:03 +00:00
_weakref.c
addrinfo.h Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 2003-03-29 10:06:18 +00:00
almodule.c SF patch #667548, Add some audio constants by Michael Pruett 2003-03-30 21:49:18 +00:00
ar_beos
arraymodule.c All calls to getarrayitem() (which is static) are done either in loops 2003-05-23 10:01:07 +00:00
audioop.c
binascii.c binascii_a2b_base64: Properly return an empty string if the input was all 2003-03-17 11:24:29 +00:00
bsddbmodule.c add open function to bsddb185 module so the file format sniffing can be 2003-05-06 20:38:52 +00:00
bz2module.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c PyType_Ready(): Complain if the type is a base type, and gc'able, and 2003-05-21 21:29:48 +00:00
cryptmodule.c
cStringIO.c SF patch 695710: fix bug 678519: cStringIO self iterator 2003-04-24 15:50:11 +00:00
cstubs
datetimemodule.c Added more words about the abuse of the tp_alloc nitems argument 2003-05-18 02:24:46 +00:00
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c Simple fix for 2003-05-09 10:45:20 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
fpetestmodule.c
gcmodule.c - New C API PyGC_Collect(), same as calling gc.collect(). 2003-04-17 17:29:22 +00:00
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
imageop.c
imgfile.c
itertoolsmodule.c PyType_GenericAlloc is inherited from object. 2003-05-23 03:55:42 +00:00
ld_so_aix
ld_so_beos
linuxaudiodev.c
main.c Patch #672053: Return a result from Py_Main, instead of exiting. 2003-03-30 17:09:58 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mmapmodule.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
mpzmodule.c
nismodule.c
operator.c
ossaudiodev.c Whitespace normalization; break a long line. 2003-06-02 14:15:34 +00:00
parsermodule.c Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way 2003-04-09 17:53:22 +00:00
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
puremodule.c
pwdmodule.c
pyexpat.c
pypcre.c
python.c
readline.c
regexmodule.c
regexpr.c
regexpr.h
resource.c Get build working with pre-C99 compilers 2003-03-30 20:51:29 +00:00
rgbimgmodule.c
rotormodule.c [Patch #679505] Trigger DeprecationWarning on importing the rotor module 2003-04-24 13:17:13 +00:00
selectmodule.c
Setup.config.in
Setup.dist Fixed minor typo in Setup.dist. 2003-05-26 21:19:47 +00:00
sgimodule.c
shamodule.c
signalmodule.c Take out my (long since disabled) POSIX signal mask handling code. 2003-03-13 13:56:53 +00:00
socketmodule.c Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +00:00
socketmodule.h Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
sre.h
sre_constants.h Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. 2003-04-19 12:56:08 +00:00
stropmodule.c
structmodule.c Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 2003-03-29 10:06:18 +00:00
sunaudiodev.c
svmodule.c
symtablemodule.c
syslogmodule.c
termios.c Get test_ioctl to pass on HPUX 11. 2003-05-23 14:35:24 +00:00
testcapi_long.h
threadmodule.c When an unhandled exception happens, report the repr() of the function 2003-04-29 19:44:05 +00:00
timemodule.c Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +00:00
timing.h
timingmodule.c
tkappinit.c
unicodedata.c
unicodedata_db.h
unicodename_db.h
xreadlinesmodule.c Renamed PyObject_GenericGetIter to PyObject_SelfIter 2003-03-17 19:46:11 +00:00
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +00:00
zlibmodule.c