cpython/Modules
Serhiy Storchaka 80cb186b49 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
cursor type.
2015-05-22 11:00:40 +03:00
..
_ctypes fix libffi compilation on FreeBSD (#23042) 2015-05-08 21:31:36 -04:00
_io Issue #21859: Corrected FileIO docstrings. 2015-04-10 16:08:33 +03:00
_multiprocessing Issue #17097: Make multiprocessing ignore EINTR. 2013-07-01 18:45:28 +01:00
_sqlite Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked 2015-05-22 11:00:40 +03:00
cjkcodecs Issue #23215: Multibyte codecs with custom error handlers that ignores errors 2015-02-21 01:19:17 +02:00
expat Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, 2013-03-11 17:41:44 -04:00
zlib - Issue #22381: Update zlib to 1.2.8. 2014-09-11 08:32:46 +02:00
Setup.config.in
Setup.dist - Use PLATDIR for the platform directory everywhere (refactoring only) 2015-04-13 21:55:08 +02:00
_bisectmodule.c Issue #14829: Fix bisect issues under 64-bit Windows. 2012-05-16 15:01:40 +02:00
_bsddb.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
_codecsmodule.c Merged revisions 79779 via svnmerge from 2010-06-09 17:55:28 +00:00
_collectionsmodule.c deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) 2015-05-15 12:19:18 -04:00
_csv.c Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and 2013-12-19 16:26:56 +02:00
_curses_panel.c #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again 2013-06-22 12:33:05 -04:00
_cursesmodule.c #8862: Fix curses cleanup with getchar is interrupted by a signal. 2013-03-19 16:26:53 -04:00
_elementtree.c Issue #24091: Fixed various crashes in corner cases in cElementTree. 2015-05-18 18:28:57 +03:00
_functoolsmodule.c ensure .keywords is always a dict 2015-05-09 00:23:41 -04:00
_hashopenssl.c PEP 466: backport hashlib algorithm constants (closes #21307) 2014-08-28 09:41:29 -04:00
_heapqmodule.c Defend against a mutation during comparison 2015-05-11 20:00:25 -07:00
_hotshot.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
_json.c disallow a negative idx parameter 2014-04-14 11:43:09 -04:00
_localemodule.c Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer 2015-02-16 13:16:07 +02:00
_lsprof.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
_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 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. 2012-06-30 17:19:35 +01:00
_sre.c allow longs as indexes to group() (closes #22530) 2014-09-30 22:04:28 -04:00
_ssl.c remove extra arguments in arg parsing format codes (closes #23875) 2015-04-06 13:05:22 -04:00
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. 2015-01-18 17:39:32 +01:00
_struct.c Issue #22113: struct.pack_into() now supports new buffer protocol (in 2015-02-21 19:51:17 +02:00
_testcapimodule.c Issue #23392: Added tests for marshal C API that works with FILE*. 2015-02-06 08:56:33 +02:00
_tkinter.c Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 2015-04-21 21:17:33 +03:00
_weakref.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
addrinfo.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
almodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
ar_beos
arraymodule.c Issue #20014: array.array() now accepts unicode typecodes. Based on patch by 2015-05-16 17:11:41 +03:00
audioop.c Issue #16686: Fixed a lot of bugs in audioop module. 2013-02-09 11:10:30 +02:00
binascii.c Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize 2014-04-25 09:51:21 +00:00
bsddb.h - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting 2013-03-19 14:46:29 -07:00
bsddbmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
bz2module.c Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize 2014-04-25 09:51:21 +00:00
cPickle.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
cStringIO.c Issue #10212: Support new buffer interface for struct.unpack and 2013-03-19 17:17:47 -07:00
cdmodule.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
cgen.py Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. 2008-05-15 02:33:55 +00:00
cgensupport.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
cgensupport.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
clmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
cmathmodule.c Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. 2015-01-11 13:03:06 +00:00
config.c.in Merged revisions 81602 via svnmerge from 2010-05-29 21:03:13 +00:00
cryptmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
cstubs
datetimemodule.c Issue #11576: Fixed timedelta subtraction glitch on big timedelta values 2011-04-05 22:12:22 -04:00
dbmmodule.c Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. 2013-05-08 01:51:37 +02:00
dlmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
errnomodule.c Issue #14662: Prevent shutil failures on OS X when destination does not 2012-05-10 17:45:49 -07:00
fcntlmodule.c Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian 2014-11-10 10:42:06 +02:00
flmodule.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
fmmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
fpectlmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
fpetestmodule.c
future_builtins.c Fix issue10065 - future_builtins' docstring lacks some functions 2010-10-14 13:15:33 +00:00
gc_weakref.txt
gcmodule.c remove trailing spaces. 2013-12-18 11:25:26 -08:00
gdbmmodule.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
getaddrinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 2012-08-02 20:37:12 +02:00
getbuildinfo.c let's keep parenthesis around sizeof 2011-03-28 17:25:15 -05:00
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 2012-08-02 20:37:12 +02:00
getpath.c - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h 2013-04-08 21:20:09 +02:00
glmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
grpmodule.c Closes #19342: improve docstrings in grp module. 2014-10-02 08:34:41 +02:00
imageop.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
imgfile.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
itertoolsmodule.c Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. 2015-02-03 01:34:09 +02:00
ld_so_aix.in Small fix to ld_so_aix.in for 2.x 2010-09-10 22:22:58 +00:00
ld_so_beos
linuxaudiodev.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
main.c #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. 2012-11-23 18:46:11 +02:00
makesetup Patch #786737: Allow building in a tree of symlinks pointing to 2007-09-05 11:47:34 +00:00
makexp_aix
mathmodule.c Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. 2015-01-11 13:03:06 +00:00
md5.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
md5.h - Issue #3745: Fix hashlib to always reject unicode and non buffer-api 2009-02-13 03:00:00 +00:00
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 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. 2014-08-19 17:03:42 +03:00
nismodule.c Merged revisions 84172 via svnmerge from 2010-08-19 09:09:04 +00:00
operator.c use logical rather than bit and 2014-05-11 16:17:02 -07:00
ossaudiodev.c Issue #16404: Add checks for return value of PyInt_FromLong() in 2013-12-17 15:09:45 +02:00
parsermodule.c Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
posixmodule.c Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. 2015-04-20 09:21:23 +03:00
posixmodule.h Removed useless Py_LIMITED_API checks. 2014-08-17 13:29:13 +03:00
puremodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
pwdmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-12 09:27:53 +02:00
pyexpat.c Issue #6676: Ensure a meaningful exception is raised when attempting 2014-03-27 16:38:32 -07:00
python.c
readline.c remove extern definition, since it's in a header file (closes #24058) 2015-04-26 15:55:06 -04:00
resource.c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 2013-02-04 12:45:46 +02:00
rotatingtree.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
rotatingtree.h Fix comment typo 2006-04-22 01:58:40 +00:00
selectmodule.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
sgimodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
sha256module.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
sha512module.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
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 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. 2013-05-04 23:16:59 +02:00
socketmodule.c Issue #23834: Fix socket.sendto(), use the C long type to store the result of 2015-04-02 17:19:17 +02:00
socketmodule.h make _socket.socket weakrefable (closes #22569) 2014-10-06 14:38:20 -04:00
spwdmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
sre.h Issue #17998: Fix an internal error in regular expression engine. 2013-08-03 19:26:33 +03:00
sre_constants.h
stropmodule.c fix overflow detection of strop.expandtabs 2014-03-30 20:09:44 -04:00
sunaudiodev.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
svmodule.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
symtablemodule.c just return toplevel symbol table rather than all blocks (closes #19393) 2013-10-26 13:13:51 -04:00
syslogmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
termios.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
testcapi_long.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
threadmodule.c #17091: update docstring for _thread.Lock.acquire. 2013-02-04 10:29:38 -05:00
timemodule.c issue #9090 : Take the same approach for socketmodule as daytimemodule 2013-03-19 13:53:56 -07:00
timing.h Remove the advertising clause from the BSD license in timing.h. 2008-04-01 23:57:36 +00:00
timingmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
tkappinit.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 2015-04-21 21:17:33 +03:00
unicodedata.c fix possible overflow bugs in unicodedata (closes #23367) 2015-03-02 11:17:05 -05:00
unicodedata_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
unicodename_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
xxmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
yuv.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
yuvconvert.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
zipimport.c finish backing out #19081 2014-02-16 14:46:57 -05:00
zlibmodule.c Issue #15677: Also fix docstrings in zlib module. 2012-11-11 14:01:23 +01:00