..
abstract.h
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
2020-12-29 15:32:07 -08:00
bytearrayobject.h
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
2020-02-12 23:54:31 +01:00
bytesobject.h
bpo-42431: Fix outdated bytes comments (GH-23458)
2020-12-03 12:46:16 +02:00
ceval.h
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
2020-06-01 20:35:56 +02:00
code.h
bpo-42246: Partial implementation of PEP 626. (GH-23113)
2020-11-12 09:43:29 +00:00
dictobject.h
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
2020-10-26 08:43:39 +02:00
fileobject.h
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
2020-10-10 17:09:45 +03:00
fileutils.h
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
2020-12-09 20:54:31 +01:00
frameobject.h
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
2021-01-05 12:04:10 +00:00
import.h
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
2020-06-01 20:35:56 +02:00
initconfig.h
bpo-42260: Reorganize PyConfig (GH-23149)
2020-11-04 16:15:54 +01:00
interpreteridobject.h
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
2020-06-01 20:35:56 +02:00
listobject.h
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
2020-12-05 11:34:51 +01:00
methodobject.h
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
2020-05-12 07:12:41 -07:00
object.h
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
2020-12-26 00:41:46 +01:00
objimpl.h
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
2020-10-30 17:00:00 +01:00
pyerrors.h
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
2020-08-07 16:31:53 +09:00
pylifecycle.h
bpo-42639: Cleanup atexitmodule.c (GH-23770)
2020-12-14 22:40:40 +01:00
pymem.h
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
2020-06-01 20:35:56 +02:00
pystate.h
bpo-42500: Fix recursion in or after except (GH-23568)
2020-12-02 13:30:55 +00:00
pythonrun.h
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
2020-12-09 22:37:27 +01:00
sysmodule.h
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
2020-06-01 20:35:56 +02:00
traceback.h
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
2020-06-01 20:35:56 +02:00
tupleobject.h
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
2020-12-05 11:34:51 +01:00
unicodeobject.h
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
2020-10-19 23:17:50 +01:00