cpython/Objects
Neal Norwitz b3635f99a2 Backport r61458:
Issue 2321: reduce memory usage (increase the memory that is returned
to the system) by using pymalloc for the data of unicode objects.
2008-03-18 04:17:36 +00:00
..
stringlib
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
descrobject.c
dictnotes.txt
dictobject.c Spaces vs. Tabs. 2007-11-29 18:33:04 +00:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
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
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
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
sliceobject.c
stringobject.c Fix the overflows in expandtabs(). "This time for sure!" 2008-03-11 21:14:54 +00:00
structseq.c
tupleobject.c
typeobject.c Backport r55080: 2008-01-18 21:31:32 +00:00
unicodectype.c
unicodeobject.c Backport r61458: 2008-03-18 04:17:36 +00:00
unicodetype_db.h
weakrefobject.c