..
cpython
bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752)
6 years ago
internal
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
6 years ago
Python-ast.h
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
6 years ago
Python.h
bpo-36763: Implement the PEP 587 (GH-13592)
7 years ago
abstract.h
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
6 years ago
asdl.h
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
6 years ago
ast.h
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
6 years ago
bitset.h
bpo-36623: Clean parser headers and include files (GH-12253)
7 years ago
bltinmodule.h
these builtins have to be initialized
17 years ago
boolobject.h
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
18 years ago
bytearrayobject.h
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
6 years ago
bytes_methods.h
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
8 years ago
bytesobject.h
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
6 years ago
cellobject.h
bpo-32150: Expand tabs to spaces in C files. (#4583)
8 years ago
ceval.h
bpo-38644: Cleanup ceval.h (GH-17185)
6 years ago
classobject.h
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
6 years ago
code.h
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)
7 years ago
codecs.h
Issue #29058: All stable API extensions added after Python 3.2 are now
9 years ago
compile.h
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
7 years ago
complexobject.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
context.h
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
7 years ago
datetime.h
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
7 years ago
descrobject.h
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
7 years ago
dictobject.h
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
7 years ago
dtoa.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
dynamic_annotations.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
enumobject.h
Implement and apply PEP 322, reverse iteration
22 years ago
errcode.h
bpo-32150: Expand tabs to spaces in C files. (#4583)
8 years ago
eval.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
8 years ago
exports.h
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
6 years ago
fileobject.h
bpo-36842: Implement PEP 578 (GH-12613)
7 years ago
fileutils.h
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
6 years ago
floatobject.h
Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens.
9 years ago
frameobject.h
bpo-35134: Split traceback.h header (GH-13430)
7 years ago
funcobject.h
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
7 years ago
genobject.h
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468)
6 years ago
graminit.h
bpo-35766: Merge typed_ast back into CPython (GH-11645)
7 years ago
grammar.h
fix warnings by adding more const (GH-12924)
7 years ago
import.h
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
7 years ago
interpreteridobject.h
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
7 years ago
intrcheck.h
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
7 years ago
iterobject.h
Move itertools izip() code to builtins as zip(). Complete the renaming.
18 years ago
listobject.h
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
9 years ago
longintrepr.h
bpo-32150: Expand tabs to spaces in C files. (#4583)
8 years ago
longobject.h
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
6 years ago
marshal.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
memoryobject.h
Issue #29058: All stable API extensions added after Python 3.2 are now
9 years ago
methodobject.h
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
6 years ago
modsupport.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
6 years ago
moduleobject.h
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
7 years ago
namespaceobject.h
Issue #26900: Excluded underscored names and other private API from limited API.
9 years ago
node.h
bpo-33416: Add end positions to Python AST (GH-11605)
7 years ago
object.h
Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870)
6 years ago
objimpl.h
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
7 years ago
odictobject.h
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
7 years ago
opcode.h
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
6 years ago
osdefs.h
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
7 years ago
osmodule.h
Issue #29058: All stable API extensions added after Python 3.2 are now
9 years ago
parsetok.h
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
7 years ago
patchlevel.h
Post 3.9.0a2
6 years ago
picklebufobject.h
bpo-36785: PEP 574 implementation (GH-7076)
7 years ago
py_curses.h
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)
8 years ago
pyarena.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
pycapsule.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
pyctype.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
pydebug.h
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
8 years ago
pydtrace.d
bpo-36842: Implement PEP 578 (GH-12613)
7 years ago
pydtrace.h
bpo-36842: Implement PEP 578 (GH-12613)
7 years ago
pyerrors.h
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
6 years ago
pyexpat.h
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
7 years ago
pyfpe.h
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
6 years ago
pyhash.h
Fix typos mostly in comments, docs and test names (GH-15209)
6 years ago
pylifecycle.h
bpo-36763: Make Py_BytesMain() public (GH-15532)
6 years ago
pymacconfig.h
Minor spelling fixes
9 years ago
pymacro.h
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290)
6 years ago
pymath.h
Fix typos in comments, docs and test names (#15018)
7 years ago
pymem.h
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
7 years ago
pyport.h
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
6 years ago
pystate.h
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
6 years ago
pystrcmp.h
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
18 years ago
pystrhex.h
bpo-22385: Support output separators in hex methods. (#13578)
7 years ago
pystrtod.h
Issue #26331: Implement the parsing part of PEP 515.
9 years ago
pythonrun.h
bpo-37189: Export old PyRun_XXX() functions (#14142)
7 years ago
pythread.h
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
6 years ago
pytime.h
Fix _PyTime_MIN/MAX values (GH-15384)
6 years ago
rangeobject.h
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
18 years ago
setobject.h
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
9 years ago
sliceobject.h
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
7 years ago
structmember.h
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
9 years ago
structseq.h
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
6 years ago
symtable.h
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
6 years ago
sysmodule.h
bpo-36842: Implement PEP 578 (GH-12613)
7 years ago
token.h
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
7 years ago
traceback.h
bpo-35134: Split traceback.h header (GH-13430)
7 years ago
tracemalloc.h
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
7 years ago
tupleobject.h
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
7 years ago
typeslots.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
ucnhash.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
unicodeobject.h
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
6 years ago
warnings.h
bpo-32591: Add native coroutine origin tracking (#5250)
8 years ago
weakrefobject.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago