Skip to content
Branch: master
Find file History

Files

Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) Feb 14, 2020
stringlib Update some www.unicode.org URLs to use HTTPS. (GH-18912) Mar 11, 2020
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) Mar 13, 2020
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) Nov 1, 2018
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
bytearrayobject.c bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) Feb 12, 2020
bytes_methods.c bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) Feb 12, 2020
bytesobject.c bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) Feb 12, 2020
call.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
capsule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
cellobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) Feb 7, 2020
classobject.c bpo-36347: stop using RESTRICTED constants (GH-12684) Feb 18, 2020
codeobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) Feb 7, 2020
complexobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) Feb 7, 2020
descrobject.c bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) Mar 13, 2020
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) Apr 20, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280) Apr 2, 2020
enumobject.c bpo-39573: Use Py_REFCNT() macro (GH-18388) Feb 6, 2020
exceptions.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) Mar 4, 2020
fileobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
floatobject.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
frameobject.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
funcobject.c bpo-36347: stop using RESTRICTED constants (GH-12684) Feb 18, 2020
genobject.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) Mar 4, 2020
interpreteridobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) Feb 7, 2020
iterobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
listobject.c bpo-37207: Use vectorcall for list() (GH-18928) Mar 30, 2020
listsort.txt Fixes in sorting descriptions (GH-18317) Feb 3, 2020
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) Sep 28, 2019
longobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
memoryobject.c Give proper credits for the memoryview implementation. (#18626) Feb 24, 2020
methodobject.c bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) Mar 13, 2020
moduleobject.c bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (G… Mar 17, 2020
namespaceobject.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) Mar 4, 2020
object.c bpo-39947: Hide implementation detail of trashcan macros (GH-18971) Mar 13, 2020
obmalloc.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
odictobject.c bpo-36144: OrderedDict Union (PEP 584) (#18967) Mar 13, 2020
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) May 26, 2019
rangeobject.c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) Mar 16, 2020
setobject.c bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053) Mar 18, 2020
sliceobject.c Make PyXXX_Fini() functions private (GH-15531) Aug 26, 2019
structseq.c bpo-39573: Use Py_SET_SIZE() function (GH-18402) Feb 7, 2020
tupleobject.c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) Mar 16, 2020
typeobject.c bpo-40024: Add PyModule_AddType() helper function (GH-19088) Mar 22, 2020
typeslots.inc add Py_tp_finalize slot (closes #24345) Jun 1, 2015
typeslots.py Issue #26662: Set PYTHON_FOR_GEN in configure Jul 26, 2016
unicodectype.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265) Apr 1, 2020
unicodetype_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) Mar 11, 2020
weakrefobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020

README

Source files for various builtin objects
You can’t perform that action at this time.