cpython/Objects
Stefan Krah fa5d6a5ff3 Issue #22668: Ensure that format strings survive slicing after casting. 2015-01-29 14:27:23 +01:00
..
stringlib Issue #22581: Use more "bytes-like object" throughout the docs and comments. 2014-12-05 22:25:22 +02:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. 2014-11-02 18:40:09 +01:00
bytes_methods.c
bytesobject.c Issue #20335: bytes constructor now raises TypeError when encoding or errors 2014-12-02 09:24:06 +02:00
capsule.c
cellobject.c
classobject.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
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c Issue #22668: Ensure that format strings survive slicing after casting. 2015-01-29 14:27:23 +01:00
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. 2014-11-02 18:40:09 +01:00
rangeobject.c remove buzzword (closes #23210) 2015-01-09 16:40:23 -06:00
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #22079: PyType_Ready() now checks that statically allocated type has 2015-01-28 11:03:33 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #23321: Fixed a crash in str.decode() when error handler returned 2015-01-26 01:22:54 +02:00
unicodetype_db.h
weakrefobject.c