cpython/Modules
Benjamin Peterson 6da3ed63d8 initialize more global type objects (closes #16369) 2012-10-30 23:21:10 -04:00
..
_ctypes Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler 2012-08-25 11:18:48 +02:00
_io Fixes Issue #12268 for the io module - File readline, readlines and 2012-10-12 13:02:06 -07:00
_multiprocessing
_sqlite
cjkcodecs
expat
zlib
Setup.config.in
Setup.dist - Mention _heapq in Setup.dist. 2012-09-10 11:56:47 +02:00
_bisectmodule.c
_bsddb.c
_codecsmodule.c
_collectionsmodule.c
_csv.c 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 2012-09-25 02:48:21 -07:00
_curses_panel.c
_cursesmodule.c
_elementtree.c
_functoolsmodule.c
_hashopenssl.c
_heapqmodule.c
_hotshot.c
_json.c
_localemodule.c
_lsprof.c
_math.c Add workaround for log1p(-0.0) on platforms where it's broken. 2012-08-18 12:31:34 +01:00
_math.h Add workaround for log1p(-0.0) on platforms where it's broken. 2012-08-18 12:31:34 +01:00
_randommodule.c
_sre.c
_ssl.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:16:51 +02:00
_struct.c #14897: Enhance error messages of struct.pack and struct.pack_into 2012-10-29 21:20:19 +02:00
_testcapimodule.c
_tkinter.c
_weakref.c
addrinfo.h
almodule.c
ar_beos
arraymodule.c Issue #15424: Add a __sizeof__ implementation for array objects. 2012-08-10 22:05:45 -05:00
audioop.c
binascii.c
bsddb.h
bsddbmodule.c
bz2module.c Issue #14398: Fix size truncation and overflow bugs in bz2 module. 2012-10-21 23:09:08 +02:00
cPickle.c
cStringIO.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:16:51 +02:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
datetimemodule.c
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
future_builtins.c
gc_weakref.txt
gcmodule.c
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
itertoolsmodule.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:16:51 +02:00
ld_so_aix.in
ld_so_beos
linuxaudiodev.c
main.c
makesetup
makexp_aix
mathmodule.c
md5.c
md5.h
md5module.c Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes 2012-09-10 21:39:07 +02:00
mmapmodule.c #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) 2012-09-10 22:57:34 +02:00
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:16:51 +02:00
posixmodule.c Issue #15765: Fix quirky NetBSD getcwd() behaviour. 2012-08-29 09:20:41 -04:00
puremodule.c
pwdmodule.c
pyexpat.c Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() 2012-09-24 13:17:08 +02:00
python.c
readline.c
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
sgimodule.c
sha256module.c
sha512module.c
shamodule.c Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes 2012-09-10 21:39:07 +02:00
signalmodule.c
socketmodule.c Modules/socketmodule.c: netdb_lock: define static. 2012-08-14 17:24:47 +02:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
stropmodule.c
sunaudiodev.c
svmodule.c
symtablemodule.c initialize more global type objects (closes #16369) 2012-10-30 23:21:10 -04:00
syslogmodule.c
termios.c
testcapi_long.h
threadmodule.c
timemodule.c
timing.h
timingmodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c Closes #15897: zipimport.c doesn't check return value of fseek() 2012-10-03 02:13:05 +02:00
zlibmodule.c