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 Issue #16148: Small improvements and cleanup. Added version information 2012-10-07 10:29:32 +02:00
accu.c
boolobject.c
bytearrayobject.c Fix compilation on Windows 2012-11-03 23:08:27 +01:00
bytes_methods.c
bytesobject.c merge 3.3 (#16722) 2012-12-19 15:28:46 -06:00
capsule.c
cellobject.c
classobject.c Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL 2012-09-10 02:45:56 +02:00
codeobject.c
complexobject.c Issue #16290: __complex__ must now always return an instance of complex. 2012-11-14 17:08:31 +00:00
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 Issue #9566: Use the right type to fix a compiler warnings on Win64 2012-10-31 00:37:41 +01:00
funcobject.c
genobject.c
iterobject.c Fixed a missing incref introduced by a7ec0a1b0f7c 2012-10-06 14:30:32 +02:00
listobject.c Issue #16148: implemented PEP 424 2012-10-06 14:03:24 +02:00
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 Issue #15814: Use hash function that is compatible with the equality 2012-11-02 17:49:22 +01:00
methodobject.c Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). 2012-12-30 22:46:56 +01:00
moduleobject.c
namespaceobject.c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. 2012-10-16 22:35:38 -07:00
object.c initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function 2012-10-30 23:41:54 -04:00
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 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. 2012-11-17 19:18:10 +00:00
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 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. 2012-11-17 19:18:10 +00:00
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 upgrade to UCD 6.2 2012-09-29 13:47:39 -04:00
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