aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/intrinsics.c
Commit message (Expand)AuthorAge
* gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)Victor Stinner2025-03-21
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-25
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-04
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-03
* gh-107149: make new opcode util functions private rather than public and unst...Irit Katriel2023-11-14
* gh-108765: Cleanup #include in Python/*.c files (#108977)Victor Stinner2023-09-06
* gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)Victor Stinner2023-08-29
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-24
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-17
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-20
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-12
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-14
* gh-92536: Remove PyUnicode_READY() calls (#105210)Victor Stinner2023-06-02
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-15
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-06
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-14
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-06
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-05