cpython/Objects
Serhiy Storchaka fedcf9474e Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
rejects builtin types with not defined __new__.
2015-11-12 11:59:03 +02:00
..
stringlib Issue #7267: format(int, 'c') now raises OverflowError when the argument is not 2015-11-09 12:21:09 +01:00
abstract.c
boolobject.c
bufferobject.c
bytearrayobject.c
bytes_methods.c
capsule.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c
typeobject.c Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now 2015-11-12 11:59:03 +02:00
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c