..
cpython
bpo-41078: Add pycore_list.h internal header file (GH-21057)
2020-06-22 17:39:32 +02:00
internal
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
2020-06-23 17:42:55 +02:00
abstract.h
asdl.h
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
2020-05-06 15:29:32 +01:00
ast.h
bpo-40939: Remove the old parser (Part 2) (GH-21005)
2020-06-20 19:07:25 +01:00
bltinmodule.h
boolobject.h
bytearrayobject.h
bytesobject.h
cellobject.h
ceval.h
bpo-40421: Add pyframe.h header file (GH-19755)
2020-04-28 16:32:48 +02:00
classobject.h
code.h
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
2020-04-28 17:07:12 +02:00
codecs.h
compile.h
bpo-40939: Remove the old parser (Part 2) (GH-21005)
2020-06-20 19:07:25 +01:00
complexobject.h
context.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
2020-04-29 02:29:20 +02:00
datetime.h
descrobject.h
dictobject.h
dynamic_annotations.h
enumobject.h
errcode.h
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
2020-05-12 12:42:04 +03:00
eval.h
exports.h
fileobject.h
fileutils.h
floatobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
2020-04-29 02:29:20 +02:00
frameobject.h
bpo-40421: Add pyframe.h header file (GH-19755)
2020-04-28 16:32:48 +02:00
funcobject.h
genericaliasobject.h
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
genobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
2020-04-29 02:29:20 +02:00
import.h
interpreteridobject.h
intrcheck.h
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
2020-06-02 15:51:37 +02:00
iterobject.h
listobject.h
longintrepr.h
longobject.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00
marshal.h
memoryobject.h
methodobject.h
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
2020-05-12 07:12:41 -07:00
modsupport.h
moduleobject.h
namespaceobject.h
object.h
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
2020-05-27 14:55:10 +02:00
objimpl.h
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
2020-06-16 01:28:07 +02:00
odictobject.h
opcode.h
osdefs.h
osmodule.h
parser_interface.h
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
2020-06-22 00:47:46 +01:00
patchlevel.h
Python 3.10.0a0 (GH-20198)
2020-05-19 03:33:01 +01:00
picklebufobject.h
py_curses.h
pyarena.h
pycapsule.h
pyctype.h
pydebug.h
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
2020-05-05 08:20:38 -07:00
pydtrace.d
pydtrace.h
pyerrors.h
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
2020-06-15 21:59:47 +02:00
pyexpat.h
pyfpe.h
pyframe.h
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
2020-04-28 19:01:31 +02:00
pyhash.h
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
2020-05-12 18:46:20 +02:00
pylifecycle.h
pymacconfig.h
pymacro.h
pymath.h
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
2020-06-15 14:33:48 +02:00
pymem.h
pyport.h
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
2020-06-16 09:56:27 +09:00
pystate.h
Update code comment re: location of struct _is. (GH-20067)
2020-05-14 19:11:00 -07:00
pystrcmp.h
pystrhex.h
pystrtod.h
Python-ast.h
Python.h
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
2020-06-22 00:47:46 +01:00
pythonrun.h
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
2020-06-22 00:47:46 +01:00
pythread.h
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
2020-04-07 23:11:49 +02:00
pytime.h
rangeobject.h
setobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
2020-04-29 02:29:20 +02:00
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521)
2020-04-15 11:22:10 -07:00
traceback.h
bpo-40421: Add pyframe.h header file (GH-19755)
2020-04-28 16:32:48 +02:00
tracemalloc.h
tupleobject.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
2020-04-29 02:29:20 +02:00
typeslots.h
bpo-40724: Support setting buffer slots from type specs (GH-20648)
2020-06-06 21:35:10 +02:00
ucnhash.h
unicodeobject.h
warnings.h
weakrefobject.h