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 5f9cf23502
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
7 years ago
..
clinic bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
stringlib bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 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-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) 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-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) 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-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 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-30040: optimize inserting into empty dict (GH-12307) 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 bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 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-36030: Add _PyTuple_FromArray() function (GH-11954) 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-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) 7 years ago
obmalloc.c bpo-35081: Rename internal headers (GH-10275) 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-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
tupleobject.c bpo-36030: Add _PyTuple_FromArray() function (GH-11954) 7 years ago
typeobject.c closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045) 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-36301: Error if decoding pybuilddir.txt fails (GH-12422) 7 years ago
unicodetype_db.h closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) 7 years ago
weakrefobject.c bpo-35059: Cleanup usage of Python macros (GH-10648) 7 years ago

README

Source files for various builtin objects