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 2bf127d97b
bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-18262)
6 years ago
..
clinic Document CodeType.replace (GH-17776) 6 years ago
stringlib bpo-36051: Drop GIL during large bytes.join() (GH-17757) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) 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 bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) 6 years ago
bytesobject.c bpo-36389: Fix _PyBytesWriter in release mode (GH-16624) 6 years ago
call.c bpo-38644: Add _PyEval_EvalCode() (GH-17183) 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 bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) 6 years ago
codeobject.c bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215) 6 years ago
complexobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) 6 years ago
descrobject.c bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) 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-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) 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) 7 years ago
fileobject.c bpo-15999: Clean up of handling boolean arguments. (GH-15610) 6 years ago
floatobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) 6 years ago
frameobject.c bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099) 6 years ago
funcobject.c bpo-19072: Make @classmethod support chained decorators (GH-8405) 7 years ago
genobject.c bpo-39386: Prevent double awaiting of async iterator (GH-18081) 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-39453: Add testcase for bpo-39453 (GH-18202) 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 closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) 6 years ago
memoryobject.c bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214) 6 years ago
methodobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) 6 years ago
moduleobject.c bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212) 6 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-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263) 6 years ago
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702) 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-39200: Correct the error message for range() empty constructor (GH-17813) 6 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) 7 years ago
structseq.c bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) 6 years ago
tupleobject.c Correct overflow check in PyTuple_New() (GH-14838) 6 years ago
typeobject.c bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-18262) 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 compiler warning in Objects/unicodeobject.c (GH-17440) 6 years ago
unicodetype_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) 7 years ago
weakrefobject.c bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) 6 years ago

README

Source files for various builtin objects