..
cpython
GH-101291: Avoid using macros with casts in low-level long API. ( #104742 )
2023-05-22 15:12:19 +01:00
internal
GH-89091: raise `RuntimeWarning` for unawaited async generator methods ( #104611 )
2023-05-26 16:53:29 +05:30
Python.h
bpo-35134: Remove the Include/code.h header file (GH-32385)
2022-04-07 02:29:52 +02:00
README.rst
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
2023-02-28 09:31:01 +01:00
abstract.h
gh-98586: Add vector call APIs to the Limited API (GH-98587)
2022-10-27 11:45:42 +02:00
bltinmodule.h
…
boolobject.h
gh-84436: Implement Immortal Objects (gh-19474)
2023-04-22 13:39:37 -06:00
bytearrayobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
bytesobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
ceval.h
gh-87347: Add parenthesis around macro arguments ( #93915 )
2022-06-20 16:04:52 +02:00
codecs.h
…
compile.h
…
complexobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
datetime.h
gh-87347: Add parenthesis around macro arguments ( #93915 )
2022-06-20 16:04:52 +02:00
descrobject.h
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
2023-05-04 09:56:53 +02:00
dictobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
dynamic_annotations.h
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
2022-09-24 14:38:53 +03:00
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
gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)
2022-12-09 11:16:15 +00:00
fileobject.h
gh-77782: Deprecate global configuration variable ( #93943 )
2022-06-17 16:12:00 +02:00
fileutils.h
…
floatobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
frameobject.h
…
genericaliasobject.h
…
import.h
gh-87347: Add parenthesis around macro arguments ( #93915 )
2022-06-20 16:04:52 +02:00
intrcheck.h
…
iterobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
listobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
longobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
marshal.h
…
memoryobject.h
gh-79315: Add Include/cpython/memoryobject.h header ( #99723 )
2022-11-23 15:44:42 +01:00
methodobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
modsupport.h
gh-87347: Add parenthesis around macro arguments ( #93915 )
2022-06-20 16:04:52 +02:00
moduleobject.h
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
2023-05-05 21:11:27 +00:00
object.h
gh-102304: Temporarily Bump Py_LIMITED_API for 2 New Functions ( #104766 )
2023-05-23 01:03:17 +02:00
objimpl.h
gh-102013: Add PyUnstable_GC_VisitObjects ( #102014 )
2023-03-14 01:35:54 +00:00
opcode.h
gh-103865: add monitoring support to LOAD_SUPER_ATTR ( #103866 )
2023-05-16 10:29:00 -06:00
osdefs.h
…
osmodule.h
…
patchlevel.h
Python 3.13.0a0
2023-05-22 21:15:32 +02:00
py_curses.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
pybuffer.h
gh-102500: Implement PEP 688 ( #102521 )
2023-05-04 07:59:46 -07:00
pycapsule.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
pydtrace.d
…
pydtrace.h
Fix `pydtrace.d` path comment in `Include/pydtrace.h` ( #28539 )
2022-12-31 22:40:25 +05:30
pyerrors.h
GH-101578: Normalize the current exception (GH-101607)
2023-02-08 09:31:12 +00:00
pyexpat.h
…
pyframe.h
gh-93937, C API: Move PyFrame_GetBack() to Python.h ( #93938 )
2022-06-19 12:02:33 +02:00
pyhash.h
…
pylifecycle.h
…
pymacconfig.h
gh-93202: Always use %zd printf formatter ( #93201 )
2022-05-25 14:21:36 +02:00
pymacro.h
gh-99069: Consolidate checks for static_assert ( #94766 )
2023-04-05 17:09:19 +02:00
pymath.h
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
2023-05-10 17:44:52 +01:00
pymem.h
gh-87347: Add parenthesis around macro arguments ( #93915 )
2022-06-20 16:04:52 +02:00
pyport.h
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
2023-05-04 09:56:53 +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
pystats.h
Remove useless symbol in pystats.h ( #101864 )
2023-04-09 14:13:21 +05:30
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
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Display as well (GH-102849)
2023-03-21 10:36:18 +01:00
pythread.h
bpo-42047: Add native thread ID for DragonFlyBSD ( #22714 )
2022-05-18 15:10:10 +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
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
setobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
sliceobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
structmember.h
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
2022-11-22 08:25:43 +01:00
structseq.h
gh-87347: Add parenthesis around macro arguments ( #93915 )
2022-06-20 16:04:52 +02:00
sysmodule.h
gh-103295: expose API for writing perf map files ( #103546 )
2023-05-21 11:12:24 +01:00
traceback.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
tracemalloc.h
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. ( #104508 )
2023-05-17 14:17:16 +01:00
tupleobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00
typeslots.h
…
unicodeobject.h
Fix typo in "expected" word in few source files ( #104034 )
2023-05-01 09:45:50 -06:00
warnings.h
…
weakrefobject.h
gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 )
2022-06-16 13:49:43 +02:00