| .. |
|
abstract.h
|
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
|
2021-02-19 13:21:51 +01: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-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
|
2021-03-08 22:56:37 +01:00 |
|
code.h
|
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
|
2021-06-12 18:44:32 +01:00 |
|
compile.h
|
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213)
|
2022-02-08 12:25:15 +00:00 |
|
dictobject.h
|
[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
|
2021-10-07 06:00:23 -07: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-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
|
2021-04-23 23:00:27 +01:00 |
|
frameobject.h
|
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
|
2021-02-18 19:20:16 +01:00 |
|
import.h
|
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594)
|
2021-09-28 23:12:50 +02:00 |
|
initconfig.h
|
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
|
2021-11-24 13:57:41 -08: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-43908: Document Static Types in the C API (GH-25710)
|
2021-04-29 10:26:34 +02:00 |
|
objimpl.h
|
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
|
2020-10-30 17:00:00 +01:00 |
|
odictobject.h
|
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
|
2021-02-19 15:55:46 +01:00 |
|
picklebufobject.h
|
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
|
2021-02-19 15:55:46 +01:00 |
|
pyctype.h
|
bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
|
2021-04-13 13:27:21 +02:00 |
|
pydebug.h
|
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
|
2021-02-19 15:55:46 +01:00 |
|
pyerrors.h
|
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661)
|
2021-11-20 16:34:56 +01:00 |
|
pyfpe.h
|
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
|
2021-02-19 15:55:46 +01:00 |
|
pylifecycle.h
|
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353)
|
2021-05-25 12:59:10 +01:00 |
|
pymem.h
|
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
|
2021-04-23 14:17:58 +02:00 |
|
pystate.h
|
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)
|
2021-11-25 13:35:22 +01:00 |
|
pythonrun.h
|
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
|
2021-04-23 14:23:38 +02:00 |
|
pytime.h
|
[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
|
2021-10-07 06:00:23 -07: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
|
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)
|
2021-10-14 21:23:39 +03:00 |