cpython/Objects
Serhiy Storchaka 512c57cb72 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Py_LIMITED_API is not set or set to the value between 0x03050400
and 0x03060000 (not including) or 0x03060100 or higher.
2017-01-25 13:25:52 +02:00
..
clinic
stringlib Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. 2016-10-30 18:25:27 +02:00
README
abstract.c Fix typos in comment and documentation 2016-12-10 05:32:55 +00:00
accu.c
boolobject.c
bytearrayobject.c Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. 2017-01-06 17:32:01 +09:00
bytes_methods.c
bytesobject.c Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. 2017-01-06 17:32:01 +09:00
capsule.c
cellobject.c
classobject.c
codeobject.c Issue #29337: Fixed possible BytesWarning when compare the code objects. 2017-01-24 20:52:43 +02:00
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c Issue #28969: Fixed race condition in C implementation of functools.lru_cache. 2017-01-12 19:12:21 +02:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
frameobject.c
funcobject.c
genobject.c Fix _PyGen_yf() 2016-11-24 22:33:01 +01:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 2016-11-16 10:19:20 +02:00
memoryobject.c Merge 3.5. 2016-12-30 12:24:23 +01:00
methodobject.c
moduleobject.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
namespaceobject.c
object.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
obmalloc.c
odictobject.c Merge doc fixes from 3.5 2017-01-14 09:54:57 +00:00
rangeobject.c
setobject.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
sliceobject.c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 2017-01-25 13:23:05 +02:00
structseq.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
tupleobject.c
typeobject.c Merge from 3.6. 2016-12-14 19:54:38 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #29145: Merge 3.5. 2017-01-10 10:54:19 +08:00
unicodetype_db.h
weakrefobject.c

README

Source files for various builtin objects