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.
 
 
 
 
 
 
Serhiy Storchaka d586ccb04f
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
7 years ago
..
clinic bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) 7 years ago
stringlib bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-35081: Rename internal headers (GH-10275) 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-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 7 years ago
bytesobject.c bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276) 7 years ago
call.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 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-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
classobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 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-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 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-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172) 7 years ago
fileobject.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
floatobject.c Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) 8 years ago
frameobject.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) 7 years ago
funcobject.c Clarify the behavior of the staticmethod builtin (GH-4362) 7 years ago
genobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
iterobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
listobject.c closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380) 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-35059: PyObject_INIT() casts to PyObject* (GH-10674) 7 years ago
memoryobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 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-35081: Rename internal headers (GH-10275) 7 years ago
namespaceobject.c bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) 7 years ago
object.c Remove an unused variable after bpo-35444. (GH-11117) 7 years ago
obmalloc.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
odictobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 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-35081: Add Include/internal/pycore_object.h (GH-10640) 7 years ago
structseq.c Fix compiler warning in structseq_repr() (GH-10841) 7 years ago
tupleobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
typeobject.c bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438) 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-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276) 7 years ago
unicodetype_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) 8 years ago
weakrefobject.c bpo-35059: Cleanup usage of Python macros (GH-10648) 7 years ago

README

Source files for various builtin objects