..
cpython
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var ( #31542 )
2022-05-06 01:34:11 +02:00
internal
gh-87390: Fix starred tuple equality and pickling (GH-92337)
2022-05-05 20:16:06 +03:00
Python.h
bpo-35134: Remove the Include/code.h header file (GH-32385)
2022-04-07 02:29:52 +02:00
README.rst
bpo-43795: PEP 652 user documentation (GH-25668)
2021-05-11 07:04:33 -07:00
abstract.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
bltinmodule.h
…
boolobject.h
bpo-45459: C API uses type names rather than structure names (GH-31528)
2022-02-24 17:51:59 +01:00
bytearrayobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
bytesobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
ceval.h
bpo-45434: Remove Include/eval.h header file (GH-28973)
2021-10-15 13:06:05 +02:00
codecs.h
bpo-41842: Add codecs.unregister() function (GH-22360)
2020-09-28 23:41:11 +02:00
compile.h
bpo-35134: Add include/cpython/compile.h (GH-24922)
2021-03-22 09:32:11 +01:00
complexobject.h
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
2022-04-07 01:05:27 +02:00
datetime.h
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
2020-09-23 14:43:45 -04:00
descrobject.h
bpo-45459: C API uses type names rather than structure names (GH-31528)
2022-02-24 17:51:59 +01:00
dictobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
dynamic_annotations.h
…
enumobject.h
…
errcode.h
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
2022-02-08 11:54:37 +00:00
exports.h
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
2019-10-15 08:26:12 +01:00
fileobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
fileutils.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
floatobject.h
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
2022-02-25 01:32:57 +01:00
frameobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
genericaliasobject.h
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
2021-07-17 22:44:10 +03:00
import.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
intrcheck.h
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
2020-11-17 16:22:23 +01:00
iterobject.h
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
2021-04-08 09:58:15 +02:00
listobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
longobject.h
bpo-45459: Add pytypedefs.h header file (GH-31527)
2022-02-24 17:07:12 +01:00
marshal.h
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
2021-10-20 02:32:14 -07:00
memoryobject.h
bpo-45459: Add Py_buffer to limited API (GH-29991)
2022-02-02 07:03:10 -08:00
methodobject.h
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() ( #92230 )
2022-05-03 16:37:06 +02:00
modsupport.h
gh-79315: Add Include/cpython/modsupport.h header ( #91797 )
2022-04-21 23:00:26 +02:00
moduleobject.h
gh-91321: Fix PyModuleDef_HEAD_INIT on C++ ( #92259 )
2022-05-03 22:40:20 +02:00
object.h
gh-91321: Add _Py_NULL macro ( #92253 )
2022-05-03 21:38:37 +02:00
objimpl.h
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() ( #92230 )
2022-05-03 16:37:06 +02:00
opcode.h
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
2022-04-27 22:36:34 -06:00
osdefs.h
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
2019-02-27 12:09:28 +01:00
osmodule.h
Issue #29058 : All stable API extensions added after Python 3.2 are now
2016-12-27 14:57:39 +02:00
patchlevel.h
Post 3.11.0a7
2022-04-05 21:10:38 +01:00
py_curses.h
bpo-46417: Add _PyType_CAST() macro (GH-30760)
2022-01-21 21:39:01 +01:00
pybuffer.h
bpo-45459: Add pytypedefs.h header file (GH-31527)
2022-02-24 17:07:12 +01:00
pycapsule.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
2020-02-13 18:37:17 +01:00
pydtrace.d
bpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 08:45:22 -07:00
pydtrace.h
bpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 08:45:22 -07:00
pyerrors.h
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
2022-04-15 19:57:47 +01:00
pyexpat.h
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
2018-09-18 05:38:58 -07:00
pyframe.h
bpo-45459: Add pytypedefs.h header file (GH-31527)
2022-02-24 17:07:12 +01:00
pyhash.h
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
2021-10-10 17:29:46 +09:00
pylifecycle.h
bpo-43931: Export Python version as API data (GH-25577)
2021-12-09 17:52:05 -08:00
pymacconfig.h
Minor spelling fixes
2016-08-20 08:03:06 +00:00
pymacro.h
gh-91782: Define static_assert() macro on FreeBSD ( #91787 )
2022-04-21 16:40:34 +02:00
pymath.h
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
2022-02-25 01:32:57 +01:00
pymem.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
pyport.h
gh-91321: Add _Py_NULL macro ( #92253 )
2022-05-03 21:38:37 +02:00
pystate.h
bpo-45459: C API uses type names rather than structure names (GH-31528)
2022-02-24 17:51:59 +01:00
pystrcmp.h
…
pystrtod.h
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
pythonrun.h
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
2022-04-22 12:44:43 +02:00
pythread.h
gh-79315: Add Include/cpython/pythread.h header ( #91798 )
2022-04-21 23:00:42 +02:00
pytypedefs.h
bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)
2022-03-03 23:06:55 +01:00
rangeobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
2020-02-13 18:37:17 +01:00
setobject.h
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
2022-04-07 01:26:24 +02:00
sliceobject.h
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
2020-02-13 18:37:17 +01:00
structmember.h
bpo-45459: C API uses type names rather than structure names (GH-31528)
2022-02-24 17:51:59 +01:00
structseq.h
bpo-45459: C API uses type names rather than structure names (GH-31528)
2022-02-24 17:51:59 +01:00
sysmodule.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
token.h
bpo-43822: Improve syntax errors for missing commas (GH-25377)
2021-04-15 21:38:45 +01:00
traceback.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
tracemalloc.h
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
2018-10-26 00:01:56 +02:00
tupleobject.h
bpo-45434: Remove useless space in includes (GH-28963)
2021-10-15 01:50:04 +02:00
typeslots.h
bpo-45459: Add Py_buffer to limited API (GH-29991)
2022-02-02 07:03:10 -08:00
unicodeobject.h
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
2022-03-31 09:59:27 +02:00
warnings.h
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
2021-10-19 01:31:57 +02:00
weakrefobject.h
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
2021-10-19 01:31:57 +02:00