cpython/Modules
Greg Ward 6492785ee5 Release the GIL around read(), write(), and select() calls.
Bug spotted by Joerg Lehmann <joerg@luga.de>.
2003-05-23 01:50:37 +00:00
..
expat Integrate the patch from expat.h 1.51; needed for some C compilers. 2003-02-07 02:15:56 +00:00
.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 Fix for [ 543344 ] Interpreter crashes when recoding; suggested 2003-02-04 19:35:03 +00:00
_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 PyObject_IsTrue() can return an error condition. 2003-04-23 00:14:18 +00:00
_sre.c Allow _sre.c to compile with Python 2.2 2003-04-30 13:09:08 +00:00
_ssl.c Fix compiler warning 2003-02-02 17:08:33 +00:00
_testcapimodule.c New support functions for test_getargs2. 2003-04-24 16:14:27 +00:00
_tkinter.c Only return objects if wantobjects is set in GetVar. 2003-05-19 19:57:42 +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 Fix array.array.insert(), so that it treats negative indices as 2003-05-18 03:15:10 +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 Patch #696645: Remove VMS code with uncertain authorship. 2003-03-05 14:15:21 +00:00
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 Fixed dotted name assertion. 2003-05-22 16:32:58 +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 SF patch #670423: Add missing identity tests to operator.c 2003-01-18 23:22:20 +00:00
ossaudiodev.c Release the GIL around read(), write(), and select() calls. 2003-05-23 01:50:37 +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 Fix memory leak: free memory storing the content model passed to the 2003-02-02 03:54:17 +00:00
pypcre.c
python.c
readline.c get_completer() takes no args 2003-03-01 15:19:41 +00:00
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 SF bug 684667: Modules/selectmodule.c returns NULL without exception set. 2003-02-11 17:18:58 +00:00
Setup.config.in
Setup.dist Revert Patch #670715: iconv support. 2003-04-03 04:49:12 +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
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 Fix SF bug #694816, remove comparison of unsigned value < 0 2003-02-28 03:14:37 +00:00
unicodedata_db.h
unicodename_db.h
xreadlinesmodule.c Renamed PyObject_GenericGetIter to PyObject_SelfIter 2003-03-17 19:46:11 +00:00
xxmodule.c Another dummy type. 2003-02-13 18:44:57 +00:00
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 - Thanks to Scott David Daniels, a subtle bug in how the zlib 2003-02-03 20:45:52 +00:00