..
cpython
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
6 years ago
internal
bpo-40521: Make context free list per-interpreter (GH-20644)
6 years ago
Python-ast.h
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
6 years ago
Python.h
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
6 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-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
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
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
bytearrayobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
bytesobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
cellobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
ceval.h
bpo-40421: Add pyframe.h header file (GH-19755)
6 years ago
classobject.h
bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508)
6 years ago
code.h
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
6 years ago
codecs.h
Issue #29058: All stable API extensions added after Python 3.2 are now
9 years ago
compile.h
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
6 years ago
complexobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
context.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
6 years ago
datetime.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
descrobject.h
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
7 years ago
dictobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 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-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
6 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-35134: Add Include/cpython/fileutils.h header file (GH-18493)
6 years ago
floatobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
6 years ago
frameobject.h
bpo-40421: Add pyframe.h header file (GH-19755)
6 years ago
funcobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
genericaliasobject.h
bpo-39481: Implementation for PEP 585 (#18239)
6 years ago
genobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
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-39372: Clean header files of declared interfaces with no implementations (GH-18037)
6 years ago
interpreteridobject.h
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
7 years ago
intrcheck.h
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
6 years ago
iterobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
listobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
longintrepr.h
bpo-32150: Expand tabs to spaces in C files. (#4583)
8 years ago
longobject.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
6 years ago
marshal.h
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
memoryobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
methodobject.h
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
6 years ago
modsupport.h
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
6 years ago
moduleobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
namespaceobject.h
Issue #26900: Excluded underscored names and other private API from limited API.
9 years ago
node.h
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
6 years ago
object.h
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
6 years ago
objimpl.h
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
6 years ago
odictobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
opcode.h
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
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
Python 3.10.0a0 (GH-20198)
6 years ago
picklebufobject.h
bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508)
6 years ago
py_curses.h
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
6 years ago
pyarena.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
pycapsule.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
pyctype.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
pydebug.h
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
6 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-39882: Py_FatalError() logs the function name (GH-18819)
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
pyframe.h
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
6 years ago
pyhash.h
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
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-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
6 years ago
pymath.h
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
6 years ago
pymem.h
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
6 years ago
pyport.h
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
6 years ago
pystate.h
Update code comment re: location of struct _is. (GH-20067)
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-40089: Add _at_fork_reinit() method to locks (GH-19195)
6 years ago
pytime.h
Fix _PyTime_MIN/MAX values (GH-15384)
6 years ago
rangeobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
setobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
6 years ago
sliceobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 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-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
sysmodule.h
bpo-36842: Implement PEP 578 (GH-12613)
7 years ago
token.h
bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521)
6 years ago
traceback.h
bpo-40421: Add pyframe.h header file (GH-19755)
6 years ago
tracemalloc.h
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
7 years ago
tupleobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
6 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-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago
warnings.h
bpo-32591: Add native coroutine origin tracking (#5250)
8 years ago
weakrefobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
6 years ago