cpython/Objects
Martin v. Löwis 73c01d4101 Added checks for integer overflows, contributed by Google. Some are
only available if asserts are left in the code, in cases where they
can't be triggered from Python code.
2008-02-14 11:26:18 +00:00
..
stringlib Fix str.rpartition(sep) when sep is not found in str. 2006-09-05 02:21:38 +00:00
abstract.c merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError 2007-12-05 12:51:23 +00:00
boolobject.c
bufferobject.c Added checks for integer overflows, contributed by Google. Some are 2008-02-14 11:26:18 +00:00
cellobject.c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` 2007-11-24 13:53:29 +00:00
classobject.c Fix an edge case whereby the __del__() method of a classic class could 2008-01-18 20:53:37 +00:00
cobject.c
codeobject.c
complexobject.c Fix SF #1676971, Complex OverflowError has a typo 2007-03-09 06:01:28 +00:00
descrobject.c
dictnotes.txt
dictobject.c Spaces vs. Tabs. 2007-11-29 18:33:04 +00:00
enumobject.c Do not let overflows in enumerate() and count() pass silently. 2007-02-07 23:57:05 +00:00
exceptions.c Backport r54757 - missing NULL checks. 2007-04-21 07:22:57 +00:00
fileobject.c Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed. 2007-05-07 19:25:38 +00:00
floatobject.c
frameobject.c Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. 2007-04-16 06:19:52 +00:00
funcobject.c
genobject.c Cause passing a string to generator.throw() to raise a deprecation warning. 2007-09-11 21:12:14 +00:00
intobject.c Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() 2007-05-16 04:35:11 +00:00
iterobject.c
listobject.c Added checks for integer overflows, contributed by Google. Some are 2008-02-14 11:26:18 +00:00
listsort.txt
longobject.c Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator. 2007-05-07 18:30:48 +00:00
methodobject.c
moduleobject.c
object.c Backport r60246. 2008-01-24 17:59:56 +00:00
obmalloc.c Added checks for integer overflows, contributed by Google. Some are 2008-02-14 11:26:18 +00:00
rangeobject.c
setobject.c Revert 53667 2007-04-18 02:02:15 +00:00
sliceobject.c Patch #1538606, Patch to fix __index__() clipping. 2006-08-12 17:03:09 +00:00
stringobject.c Backport r58892. 2007-11-07 01:19:49 +00:00
structseq.c
tupleobject.c Patch #1538606, Patch to fix __index__() clipping. 2006-08-12 17:03:09 +00:00
typeobject.c Backport r55080: 2008-01-18 21:31:32 +00:00
unicodectype.c
unicodeobject.c Backport r58709 from trunk: 2007-11-02 22:46:38 +00:00
unicodetype_db.h
weakrefobject.c If you created a weakref in an object's __del__ method to itself it would 2007-01-23 22:41:20 +00:00