cpython/Objects
Serhiy Storchaka 55e2cb497b Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
2013-01-15 15:30:04 +02:00
..
stringlib Check for NULL before the pointer aligning in fastsearch_memchr_1char. 2013-01-15 13:32:41 +02:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c merge 3.3 (#16722) 2012-12-19 15:28:46 -06:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c Issue #15422: get rid of PyCFunction_New macro 2012-12-25 13:32:35 +02:00
dictnotes.txt
dictobject.c Issue #16562: Optimize dict equality testing. 2012-12-02 19:10:07 +01:00
enumobject.c
exceptions.c
fileobject.c Issue #15989: Fix several occurrences of integer overflow 2013-01-15 01:12:17 +02:00
floatobject.c
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #15989: Fix several occurrences of integer overflow 2013-01-15 01:12:17 +02:00
memoryobject.c
methodobject.c Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). 2012-12-30 22:46:56 +01:00
moduleobject.c
namespaceobject.c
object.c
obmalloc.c Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. 2012-12-17 23:05:59 +01:00
rangeobject.c
setobject.c Fix the internals of our hash functions to used unsigned values during hash 2012-12-10 18:32:53 -08:00
sliceobject.c
structseq.c
tupleobject.c Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found. 2013-01-07 21:24:18 +01:00
typeobject.c Issue #15422: get rid of PyCFunction_New macro 2012-12-25 13:32:35 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" 2013-01-15 15:30:04 +02:00
unicodetype_db.h
weakrefobject.c Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. 2012-12-08 21:17:03 +01:00