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.
 
 
 
 
 
 
Pablo Galindo 4b66fa6ce9
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
6 years ago
..
clinic Document CodeType.replace (GH-17776) 6 years ago
stringlib bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) 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 Document CodeType.replace (GH-17776) 6 years ago
complexobject.c bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) 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) 6 years ago
fileobject.c bpo-15999: Clean up of handling boolean arguments. (GH-15610) 6 years ago
floatobject.c bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) 6 years ago
frameobject.c Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 6 years ago
funcobject.c bpo-19072: Make @classmethod support chained decorators (GH-8405) 6 years ago
genobject.c bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) 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-38588: Optimize list comparison. (GH-17766) 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-38858: Small integer per interpreter (GH-17315) 6 years ago
memoryobject.c bpo-37483: add _PyObject_CallOneArg() function (#14558) 7 years ago
methodobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) 6 years ago
moduleobject.c bpo-33714: Output an exception raised in module's m_clear(). (GH-16592) 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-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) 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) 6 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-38644: Add _PyObject_Call() (GH-17089) 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