Skip to content
Branch: master
Find file History
pablogsal bpo-39372: Clean header files of declared interfaces with no implemen…
…tations (GH-18037)

The public API symbols being removed are:

_PyBytes_InsertThousandsGroupingLocale, _PyBytes_InsertThousandsGrouping, _Py_InitializeFromArgs, _Py_InitializeFromWideArgs, _PyFloat_Repr, _PyFloat_Digits,
_PyFloat_DigitsInit, PyFrame_ExtendStack, _PyAIterWrapper_Type, PyNullImporter_Type, PyCmpWrapper_Type, PySortWrapper_Type, PyNoArgsFunction.
Latest commit cd7db76 Jan 18, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic Document CodeType.replace (GH-17776) Jan 1, 2020
stringlib bpo-39372: Clean header files of declared interfaces with no implemen… Jan 18, 2020
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) Nov 4, 2019
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) Nov 1, 2018
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
bytearrayobject.c bpo-37840: Fix handling of negative indices in bytearray_getitem() (G… Sep 9, 2019
bytes_methods.c bpo-38383: Fix possible integer overflow in startswith() of bytes and… Oct 6, 2019
bytesobject.c bpo-36389: Fix _PyBytesWriter in release mode (GH-16624) Oct 7, 2019
call.c bpo-38644: Add _PyEval_EvalCode() (GH-17183) Nov 16, 2019
capsule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
cellobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
classobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeL… Nov 20, 2019
codeobject.c Document CodeType.replace (GH-17776) Jan 1, 2020
complexobject.c bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231 Nov 20, 2019
descrobject.c bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) Nov 5, 2019
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) Apr 20, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c bpo-38588: Fix possible crashes in dict and list when calling PyObjec… Dec 31, 2019
enumobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
exceptions.c bpo-37757: Disallow PEP 572 cases that expose implementation details (G… Aug 25, 2019
fileobject.c bpo-15999: Clean up of handling boolean arguments. (GH-15610) Sep 1, 2019
floatobject.c bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) Dec 15, 2019
frameobject.c Produce cleaner bytecode for 'with' and 'async with' by generating se… Nov 21, 2019
funcobject.c bpo-19072: Make @classmethod support chained decorators (GH-8405) Aug 24, 2019
genobject.c bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) Nov 19, 2019
interpreteridobject.c bpo-38005: Remove support of string argument in InterpreterID(). (GH-… Sep 25, 2019
iterobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
listobject.c bpo-38588: Optimize list comparison. (GH-17766) Dec 31, 2019
listsort.txt Fix typos mostly in comments, docs and test names (GH-15209) Aug 30, 2019
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) Sep 28, 2019
longobject.c bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) Jan 16, 2020
memoryobject.c bpo-37483: add _PyObject_CallOneArg() function (#14558) Jul 4, 2019
methodobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeL… Nov 20, 2019
moduleobject.c bpo-33714: Output an exception raised in module's m_clear(). (GH-16592) Oct 8, 2019
namespaceobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
object.c bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) Nov 20, 2019
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attri… Dec 27, 2019
odictobject.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) Jul 8, 2019
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) May 26, 2019
rangeobject.c bpo-39200: Correct the error message for range() empty constructor (G… Jan 5, 2020
setobject.c bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH… Sep 1, 2019
sliceobject.c Make PyXXX_Fini() functions private (GH-15531) Aug 26, 2019
structseq.c bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) Nov 16, 2019
tupleobject.c Correct overflow check in PyTuple_New() (GH-14838) Sep 9, 2019
typeobject.c bpo-38644: Add _PyObject_Call() (GH-17089) Nov 14, 2019
typeslots.inc add Py_tp_finalize slot (closes #24345) Jun 1, 2015
typeslots.py Issue #26662: Set PYTHON_FOR_GEN in configure Jul 26, 2016
unicodectype.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c Fix compiler warning in Objects/unicodeobject.c (GH-17440) Dec 2, 2019
unicodetype_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) May 9, 2019
weakrefobject.c bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) Oct 8, 2019

README

Source files for various builtin objects
You can’t perform that action at this time.