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.
 
 
 
 
 
 
T. Wouters c8165036f3 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) 6 years ago
..
clinic bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
stringlib Doc: Fix typo in fastsearch comments (GH-14608) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) 6 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
bytearrayobject.c bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) 6 years ago
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 7 years ago
bytesobject.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
call.c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) 6 years ago
capsule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
cellobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
classobject.c Make PyXXX_Fini() functions private (GH-15531) 6 years ago
codeobject.c bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) 7 years ago
complexobject.c bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983) 7 years ago
descrobject.c bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 6 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-38219: Optimize dict creating and updating by a dict. (GH-16268) 6 years ago
enumobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
exceptions.c bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) 6 years ago
fileobject.c bpo-15999: Clean up of handling boolean arguments. (GH-15610) 6 years ago
floatobject.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
frameobject.c Make PyXXX_Fini() functions private (GH-15531) 6 years ago
funcobject.c bpo-19072: Make @classmethod support chained decorators (GH-8405) 6 years ago
genobject.c bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) 6 years ago
interpreteridobject.c bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) 6 years ago
iterobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
listobject.c bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) 6 years ago
listsort.txt Fix typos mostly in comments, docs and test names (GH-15209) 6 years ago
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) 6 years ago
longobject.c bpo-35696: Simplify long_compare() (GH-16146) 6 years ago
memoryobject.c bpo-37483: add _PyObject_CallOneArg() function (#14558) 7 years ago
methodobject.c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) 6 years ago
moduleobject.c bpo-37483: add _PyObject_CallOneArg() function (#14558) 7 years ago
namespaceobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
object.c bpo-38070: Enhance _PyObject_Dump() (GH-16243) 6 years ago
obmalloc.c bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) 6 years ago
odictobject.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
setobject.c bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 6 years ago
sliceobject.c Make PyXXX_Fini() functions private (GH-15531) 6 years ago
structseq.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
tupleobject.c Correct overflow check in PyTuple_New() (GH-14838) 6 years ago
typeobject.c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) 6 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-38236: Dump path config at first import error (GH-16300) 6 years ago
unicodetype_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) 7 years ago
weakrefobject.c bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 6 years ago

README

Source files for various builtin objects