cpython/Objects
Victor Stinner 718fbf078c _PyUnicode_CheckConsistency() ensures that the unicode string ends with a
null character
2012-04-26 00:39:37 +02:00
..
stringlib Issue #14387: Do not include accu.h from Python.h. 2012-03-22 14:42:18 +01:00
abstract.c Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
accu.c Issue #14387: Do not include accu.h from Python.h. 2012-03-22 14:38:16 +01:00
boolobject.c
bytearrayobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 2012-04-05 00:04:20 +02:00
bytes_methods.c
bytesobject.c merge 3.1 (#14509) 2012-04-09 15:01:02 -04:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 2012-04-16 00:16:30 +02:00
dictnotes.txt Implement PEP 412: Key-sharing dictionaries (closes #13903) 2012-04-23 11:24:50 -04:00
dictobject.c distiguish between refusing to creating shared keys and error (#13903) 2012-04-24 14:44:18 -04:00
enumobject.c Issue #14288: Serialization support for builtin iterators. 2012-04-03 10:49:41 +00:00
exceptions.c Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
fileobject.c
floatobject.c Issue #14435: Remove special block allocation code from floatobject.c 2012-03-30 09:18:15 +00:00
frameobject.c Issue #14385: Support other types than dict for __builtins__ 2012-04-19 00:57:45 +02:00
funcobject.c
genobject.c space 2012-03-15 15:37:54 -05:00
iterobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 2012-04-05 00:04:20 +02:00
listobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 2012-04-05 00:04:20 +02:00
listsort.txt
lnotab_notes.txt
longobject.c long_to_decimal_string() and _PyLong_Format() check the consistency of newly 2012-04-26 00:37:21 +02:00
memoryobject.c Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do 2012-03-05 17:45:17 +01:00
methodobject.c
moduleobject.c
object.c Implement PEP 412: Key-sharing dictionaries (closes #13903) 2012-04-23 11:24:50 -04:00
obmalloc.c Close #14232: catch mmap() failure in new_arena() of obmalloc 2012-03-10 00:21:44 +01:00
rangeobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 2012-04-05 00:04:20 +02:00
setobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 2012-04-05 00:04:20 +02:00
sliceobject.c
structseq.c
tupleobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 2012-04-05 00:04:20 +02:00
typeobject.c Account for shared keys in type's __sizeof__ (#13903). 2012-04-24 19:13:57 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c _PyUnicode_CheckConsistency() ensures that the unicode string ends with a 2012-04-26 00:39:37 +02:00
unicodetype_db.h
weakrefobject.c