cpython/Objects
2020-05-15 18:27:54 -07:00
..
clinic
stringlib
abstract.c bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) 2020-05-12 07:12:41 -07:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c bpo-40273: Reversible mappingproxy (FH-19513) 2020-05-07 22:25:50 -07:00
dict-common.h
dictnotes.txt
dictobject.c bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018) 2020-05-11 06:04:31 +02:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611) 2020-05-10 10:15:57 +01:00
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858) 2020-05-13 16:18:27 -07:00
interpreteridobject.c
iterobject.c
listobject.c bpo-40521: Disable list free list in subinterpreters (GH-19959) 2020-05-06 19:05:27 +02:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611) 2020-05-10 10:15:57 +01:00
memoryobject.c
methodobject.c bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 2020-05-07 15:39:59 +02:00
moduleobject.c
namespaceobject.c bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) 2020-05-15 18:27:54 -07:00
object.c bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 2020-05-07 15:39:59 +02:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c Improve code clarity for the set lookup logic (GH-20028) 2020-05-10 14:53:29 -07:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-39465: Don't access directly _Py_Identifier members (GH-20043) 2020-05-12 01:43:38 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-40521: Add PyInterpreterState.unicode (GH-20081) 2020-05-14 01:48:38 +02:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects