cpython/Objects
Serhiy Storchaka 0093907f0e Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
2016-10-27 21:05:49 +03:00
..
clinic
stringlib
abstract.c Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising 2016-10-21 17:09:17 +03:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
capsule.c
cellobject.c
classobject.c
codeobject.c Issue #28350: String constants with null character no longer interned. 2016-10-04 18:21:25 +03:00
complexobject.c Issue #28203: Merge from 3.5 2016-09-24 15:28:34 +01:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c Issue #28509: dict.update() no longer allocate unnecessary large memory 2016-10-27 19:26:50 +09:00
enumobject.c
exceptions.c Issue #21578: Fixed misleading error message when ImportError called with 2016-09-27 20:51:04 +03:00
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising 2016-10-21 17:09:17 +03:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c Issue #27914: Fixed a comment in PyModule_ExcDef. 2016-09-26 23:14:44 +03:00
namespaceobject.c
object.c
obmalloc.c correct silly spelling problem 2016-09-18 19:24:52 -07:00
odictobject.c Issue #27275: Fixed implementation of pop() and popitem() methods in 2016-10-25 15:36:56 +03:00
rangeobject.c Issue #28376: Creating instances of range_iterator by calling range_iterator 2016-10-08 21:50:45 +03:00
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #28214: Improved exception reporting for problematic __set_name__ 2016-10-21 17:13:31 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), 2016-10-27 21:05:49 +03:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects