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.
 
 
 
 
 
 
Daniel Andrade 4a12a178f4 bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) 6 years ago
..
clinic bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 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 Remove unneeded assignment in PyBytes_Concat() (GH-15274) 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 Fix typo in dict object comment (#15814) 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-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) 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-15088 : Remove PyGen_NeedsFinalizing() (GH-15702) 6 years ago
interpreteridobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 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-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) 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 Fix typos in comments, docs and test names (#15018) 7 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 Call PyObject_GC_UnTrack in structseq dealloc (GH-13751) 7 years ago
tupleobject.c Correct overflow check in PyTuple_New() (GH-14838) 6 years ago
typeobject.c bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) 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 Fix unused variable and signed/unsigned warnings (GH-15537) 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