cpython/Objects
2020-01-22 09:36:54 -08:00
..
clinic Document CodeType.replace (GH-17776) 2020-01-01 06:11:16 +00:00
stringlib bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) 2020-01-18 03:14:59 +00:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c bpo-38644: Add _PyEval_EvalCode() (GH-17183) 2019-11-16 01:03:22 +01:00
capsule.c
cellobject.c
classobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) 2019-11-20 12:59:12 +01:00
codeobject.c Document CodeType.replace (GH-17776) 2020-01-01 06:11:16 +00:00
complexobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) 2020-01-21 18:49:30 -08:00
descrobject.c bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) 2019-11-05 07:48:04 -08:00
dict-common.h
dictnotes.txt
dictobject.c bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) 2019-12-31 01:04:22 +00:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) 2020-01-21 18:49:30 -08:00
frameobject.c bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099) 2020-01-21 12:47:29 +01:00
funcobject.c
genobject.c bpo-39386: Prevent double awaiting of async iterator (GH-18081) 2020-01-21 00:49:30 +02:00
interpreteridobject.c
iterobject.c
listobject.c bpo-39425: Fix list.count performance regression (GH-18119) 2020-01-22 09:36:54 -08:00
listsort.txt
lnotab_notes.txt
longobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) 2020-01-21 18:49:30 -08:00
memoryobject.c
methodobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) 2019-11-20 12:59:12 +01:00
moduleobject.c
namespaceobject.c
object.c bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) 2019-11-20 12:25:50 +01:00
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702) 2019-12-26 20:51:34 -06:00
odictobject.c
picklebufobject.c
rangeobject.c bpo-39200: Correct the error message for range() empty constructor (GH-17813) 2020-01-05 17:30:53 +00:00
README
setobject.c
sliceobject.c
structseq.c bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) 2019-11-16 18:55:29 +02:00
tupleobject.c
typeobject.c bpo-38644: Add _PyObject_Call() (GH-17089) 2019-11-14 13:36:21 +01:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Fix compiler warning in Objects/unicodeobject.c (GH-17440) 2019-12-02 18:09:43 +00:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects