cpython/Objects
2012-04-01 16:08:11 +02:00
..
stringlib Issue #14387: Do not include accu.h from Python.h. 2012-03-22 14:42:18 +01:00
abstract.c long() -> int() 2012-03-21 14:51:14 -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 Issue #13019: Fix potential reference leaks in bytearray.extend(). 2012-04-01 16:08:11 +02:00
bytes_methods.c
bytesobject.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions 2012-03-26 22:10:51 +02:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c Issue #14435: Remove special block allocation code from floatobject.c 2012-03-30 09:18:15 +00:00
frameobject.c perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) 2012-03-15 15:37:39 -05:00
funcobject.c
genobject.c space 2012-03-15 15:37:54 -05:00
iterobject.c
listobject.c Issue #14387: Do not include accu.h from Python.h. 2012-03-22 14:42:18 +01:00
listsort.txt
lnotab_notes.txt
longobject.c
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 Micro-optimize PyObject_GetAttrString() 2012-03-22 02:09:08 +01:00
obmalloc.c Close #14232: catch mmap() failure in new_arena() of obmalloc 2012-03-10 00:21:44 +01:00
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c Issue #14387: Do not include accu.h from Python.h. 2012-03-22 14:42:18 +01:00
typeobject.c Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions 2012-03-26 22:10:51 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c grammar 2012-03-26 14:50:32 -04:00
unicodetype_db.h
weakrefobject.c