cpython/Objects
2022-01-24 00:39:45 +09:00
..
clinic
stringlib
abstract.c bpo-46140: take more Py_buffer arguments as const * (GH-30217) 2021-12-22 15:07:46 +02:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749) 2022-01-21 17:53:13 +01:00
call.c
capsule.c bpo-45855: document that no_block has no use anymore in PyCapsule_Import (#29665) 2021-12-12 10:49:50 +01:00
cellobject.c
classobject.c
codeobject.c bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886) 2021-12-02 11:43:37 +01:00
complexobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
descrobject.c docs: correct outdated MappingProxyType docstrings (#30281) 2022-01-19 13:20:43 -08:00
dictnotes.txt
dictobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
enumobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
exception_handling_notes.txt bpo-44525: Split calls into PRECALL and CALL (GH-30011) 2021-12-14 18:22:44 +00:00
exceptions.c bpo-46417: Clear Unicode static types at exit (GH-30806) 2022-01-22 22:55:39 +01:00
fileobject.c
floatobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
frameobject.c bpo-46409: Make generators in bytecode (GH-30633) 2022-01-20 11:46:39 +00:00
funcobject.c bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) 2022-01-05 04:25:54 -08:00
genericaliasobject.c
genobject.c bpo-46409: Make generators in bytecode (GH-30633) 2022-01-20 11:46:39 +00:00
interpreteridobject.c
iterobject.c
listobject.c bpo-46417: _PyList_Fini() clears indexerr (GH-30815) 2022-01-23 02:20:44 +01:00
listsort.txt
lnotab_notes.txt bpo-44525: Split calls into PRECALL and CALL (GH-30011) 2021-12-14 18:22:44 +00:00
longobject.c bpo-46406: Faster single digit int division. (#30626) 2022-01-23 10:00:41 +00:00
memoryobject.c bpo-46140: take more Py_buffer arguments as const * (GH-30217) 2021-12-22 15:07:46 +02:00
methodobject.c
moduleobject.c
namespaceobject.c
object.c bpo-46417: Clear Unicode static types at exit (GH-30806) 2022-01-22 22:55:39 +01:00
obmalloc.c
odictobject.c bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) 2021-12-30 12:35:45 +09:00
picklebufobject.c
rangeobject.c
README
setobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
sliceobject.c
structseq.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
tupleobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
typeobject.c bpo-46417: Fix _PyStaticType_Dealloc() (GH-30810) 2022-01-23 00:32:05 +01:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-46417: Clear Unicode static types at exit (GH-30806) 2022-01-22 22:55:39 +01:00
unicodetype_db.h
unionobject.c
weakrefobject.c bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820) 2022-01-24 00:39:45 +09:00

Source files for various builtin objects