You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 709d23dee6
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
7 years ago
..
clinic bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) 7 years ago
stringlib bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) 7 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
bytearrayobject.c bpo-35713: Rework Python initialization (GH-11647) 7 years ago
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 7 years ago
bytesobject.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
call.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
capsule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
cellobject.c bpo-35911: add cell constructor (GH-11771) 7 years ago
classobject.c closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) 7 years ago
codeobject.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
complexobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
descrobject.c bpo-36026: make descr error message consistent (GH-11930) 7 years ago
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) 8 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) 7 years ago
enumobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
exceptions.c fix confusing argument name in unicodeobject.c (GH-12653) 7 years ago
fileobject.c bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252) 7 years ago
floatobject.c bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) 7 years ago
frameobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
funcobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
genobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
interpreteridobject.c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) 7 years ago
iterobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
listobject.c bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) 7 years ago
listsort.txt bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) 8 years ago
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-36292: Mark unreachable code as such in long bitwise ops (GH-12333) 7 years ago
memoryobject.c bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179) 7 years ago
methodobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
moduleobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
namespaceobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
object.c bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993) 7 years ago
obmalloc.c bpo-36611: Disable serialno field of debug memory allocators (#12796) 7 years ago
odictobject.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
rangeobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
setobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) 7 years ago
structseq.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) 7 years ago
tupleobject.c bpo-36030: Add _PyTuple_FromArray() function (GH-11954) 7 years ago
typeobject.c bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) 7 years ago
typeslots.inc Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typeslots.py Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 7 years ago
unicodetype_db.h bpo-36642: make unicodedata const (GH-12855) 7 years ago
weakrefobject.c bpo-36669: add matmul support to weakref.proxy (GH-12932) 7 years ago

README

Source files for various builtin objects