summaryrefslogtreecommitdiffstats
path: root/Python/intrinsics.c
Commit message (Expand)AuthorAgeFilesLines
* gh-111489: Remove _PyTuple_FromArray() alias (#139973)Victor Stinner2025-10-111-2/+1
* gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)Serhiy Storchaka2025-05-281-2/+1
* Get rid of ERROR_IF's "label" parameter (GH-132654)Brandt Bucher2025-04-301-1/+0
* gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)Victor Stinner2025-03-211-5/+4
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-171-0/+3
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-251-6/+6
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-5/+2
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-0/+1
* gh-107149: make new opcode util functions private rather than public and unst...Irit Katriel2023-11-141-2/+3
* gh-108765: Cleanup #include in Python/*.c files (#108977)Victor Stinner2023-09-061-4/+4
* gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)Victor Stinner2023-08-281-2/+2
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-241-1/+2
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-171-2/+2
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-19/+50
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-121-2/+2
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-3/+3
* gh-92536: Remove PyUnicode_READY() calls (#105210)Victor Stinner2023-06-011-5/+0
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-1/+33
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-071-2/+2
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-141-0/+18
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-0/+16
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-0/+194