cpython/Objects
2020-12-29 00:28:09 +00:00
..
clinic bpo-42431: Fix outdated bytes comments (GH-23458) 2020-12-03 12:46:16 +02:00
stringlib bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c bpo-42431: Fix outdated bytes comments (GH-23458) 2020-12-03 12:46:16 +02:00
bytes_methods.c
bytesobject.c bpo-42431: Fix outdated bytes comments (GH-23458) 2020-12-03 12:46:16 +02:00
call.c
capsule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
cellobject.c
classobject.c
codeobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
complexobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c bpo-42536: GC track recycled tuples (GH-23623) 2020-12-04 19:45:57 -08:00
enumobject.c bpo-42536: GC track recycled tuples (GH-23623) 2020-12-04 19:45:57 -08:00
exceptions.c
fileobject.c
floatobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
frameobject.c
funcobject.c
genericaliasobject.c bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) 2020-12-23 20:33:48 -08:00
genobject.c
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
obmalloc.c
odictobject.c bpo-42536: GC track recycled tuples (GH-23623) 2020-12-04 19:45:57 -08:00
picklebufobject.c
rangeobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) 2020-12-26 20:26:08 +01:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Fix compiler warnings regarding loss of data (GH-23983) 2020-12-29 00:28:09 +00:00
unicodetype_db.h
unionobject.c bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) 2020-12-13 10:38:24 -08:00
weakrefobject.c

Source files for various builtin objects