Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-… Apr 12, 2019
stringlib bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) May 2, 2019
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c bpo-36048: Use __index__() instead of __int__() for implicit conversi… Feb 25, 2019
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) Nov 1, 2018
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) Jun 8, 2017
bytearrayobject.c bpo-35713: Rework Python initialization (GH-11647) Jan 22, 2019
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-… Sep 7, 2018
bytesobject.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
call.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
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 bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
complexobject.c bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) Nov 23, 2018
descrobject.c bpo-36026: make descr error message consistent (GH-11930) Apr 1, 2019
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-36389: Add _PyObject_CheckConsistency() function (GH-12803) Apr 12, 2019
enumobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOA… Apr 29, 2018
exceptions.c fix confusing argument name in unicodeobject.c (GH-12653) Apr 2, 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 bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
genobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
interpreteridobject.c bpo-36097: Use only public C-API in the_xxsubinterpreters module (add… Mar 15, 2019
iterobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. ( Dec 11, 2018
listobject.c bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) Mar 25, 2019
listsort.txt bpo-28685: Optimize sorted() list.sort() with type-specialized compar… Jan 29, 2018
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) Mar 14, 2017
longobject.c bpo-36292: Mark unreachable code as such in long bitwise ops (GH-12333) Mar 18, 2019
memoryobject.c bpo-33012: Fix compilation warnings in memoryobject.c and _collection… Mar 5, 2019
methodobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. ( Dec 11, 2018
moduleobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
namespaceobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
object.c bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993 Apr 28, 2019
obmalloc.c bpo-36611: Disable serialno field of debug memory allocators (#12796) Apr 12, 2019
odictobject.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
rangeobject.c bpo:34848 : Correct an incorrect docstring for range().index method (G… May 3, 2019
setobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. ( Dec 11, 2018
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) Feb 13, 2019
structseq.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) Mar 27, 2019
tupleobject.c bpo-36030: Add _PyTuple_FromArray() function (GH-11954) Feb 25, 2019
typeobject.c bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) Apr 12, 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 Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) May 2, 2019
unicodetype_db.h bpo-36642: make unicodedata const (GH-12855) Apr 16, 2019
weakrefobject.c bpo-36669: add matmul support to weakref.proxy (GH-12932) Apr 26, 2019

README

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