.. |
cpython
|
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
|
2020-11-05 00:45:56 +01:00 |
internal
|
bpo-42260: Compute the path config in the main init (GH-23211)
|
2020-11-10 13:21:52 +01:00 |
abstract.h
|
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
|
2020-10-13 10:26:51 -07:00 |
asdl.h
|
bpo-41746: Add type information to asdl_seq objects (GH-22223)
|
2020-09-16 19:42:00 +01:00 |
ast.h
|
bpo-41746: Add type information to asdl_seq objects (GH-22223)
|
2020-09-16 19:42:00 +01:00 |
bltinmodule.h
|
|
|
boolobject.h
|
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
|
2020-11-05 15:02:12 +01:00 |
bytearrayobject.h
|
|
|
bytesobject.h
|
|
|
cellobject.h
|
|
|
ceval.h
|
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
|
2020-10-05 12:32:00 +03:00 |
classobject.h
|
|
|
code.h
|
|
|
codecs.h
|
bpo-41842: Add codecs.unregister() function (GH-22360)
|
2020-09-28 23:41:11 +02:00 |
compile.h
|
bpo-40939: Remove the old parser (Part 2) (GH-21005)
|
2020-06-20 19:07:25 +01:00 |
complexobject.h
|
|
|
context.h
|
|
|
datetime.h
|
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
|
2020-09-23 14:43:45 -04:00 |
descrobject.h
|
|
|
dictobject.h
|
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
|
2020-10-19 23:47:37 +01:00 |
dynamic_annotations.h
|
|
|
enumobject.h
|
|
|
errcode.h
|
|
|
eval.h
|
|
|
exports.h
|
|
|
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
|
|
|
floatobject.h
|
|
|
frameobject.h
|
|
|
funcobject.h
|
|
|
genericaliasobject.h
|
|
|
genobject.h
|
Delete PyGen_Send (#22663)
|
2020-10-12 12:10:42 -07: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-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
|
2020-10-27 21:34:33 +01:00 |
marshal.h
|
|
|
memoryobject.h
|
|
|
methodobject.h
|
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
|
2020-11-10 05:47:31 -08:00 |
modsupport.h
|
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
|
2020-11-04 13:59:15 +01:00 |
moduleobject.h
|
|
|
namespaceobject.h
|
|
|
object.h
|
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
|
2020-11-09 13:40:47 +01: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
|
bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714)
|
2020-08-04 17:30:11 +01:00 |
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
|
Post 3.10.0a2
|
2020-11-03 17:31:32 +00:00 |
picklebufobject.h
|
|
|
py_curses.h
|
|
|
pyarena.h
|
|
|
pycapsule.h
|
|
|
pyctype.h
|
|
|
pydebug.h
|
|
|
pydecimal.h
|
bpo-41324 Add a minimal decimal capsule API (#21519)
|
2020-08-10 16:32:21 +02: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
|
|
|
pyhash.h
|
|
|
pylifecycle.h
|
|
|
pymacconfig.h
|
|
|
pymacro.h
|
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
|
2020-09-29 05:41:23 +09:00 |
pymath.h
|
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
|
2020-06-15 14:33:48 +02:00 |
pymem.h
|
|
|
pyport.h
|
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
|
2020-11-01 23:07:23 +01:00 |
pystate.h
|
|
|
pystrcmp.h
|
|
|
pystrhex.h
|
|
|
pystrtod.h
|
|
|
Python-ast.h
|
bpo-41796: Make _ast module state per interpreter (GH-23024)
|
2020-11-02 22:03:28 +01:00 |
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
|
|
|
pytime.h
|
|
|
rangeobject.h
|
|
|
setobject.h
|
|
|
sliceobject.h
|
|
|
structmember.h
|
|
|
structseq.h
|
|
|
symtable.h
|
|
|
sysmodule.h
|
|
|
token.h
|
|
|
traceback.h
|
|
|
tracemalloc.h
|
|
|
tupleobject.h
|
|
|
typeslots.h
|
bpo-40724: Support setting buffer slots from type specs (GH-20648)
|
2020-06-06 21:35:10 +02:00 |
unicodeobject.h
|
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
|
2020-10-19 23:17:50 +01:00 |
warnings.h
|
|
|
weakrefobject.h
|
|
|