Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-36127: Argument Clinic: inline parsing code for keyword parameter… Mar 14, 2019
stringlib
README
abstract.c
accu.c
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) Jun 8, 2017
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
cellobject.c bpo-35911: add cell constructor (GH-11771) Feb 7, 2019
classobject.c closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) Mar 5, 2019
codeobject.c
complexobject.c bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) Nov 23, 2018
descrobject.c
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) Apr 20, 2018
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
fileobject.c bpo-36251: Fix format strings used in match_repr() and stdprinter_rep… Mar 10, 2019
floatobject.c bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) Jan 22, 2019
frameobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
funcobject.c
genobject.c
interpreteridobject.c
iterobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. ( Dec 11, 2018
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c bpo-36292: Mark unreachable code as such in long bitwise ops (GH-12333) Mar 18, 2019
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
rangeobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. ( Dec 11, 2018
setobject.c
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) Feb 13, 2019
structseq.c
tupleobject.c
typeobject.c closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045) Feb 26, 2019
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
unicodeobject.c bpo-36312: Fix decoders for some code pages. (GH-12369) Mar 20, 2019
unicodetype_db.h
weakrefobject.c

README

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