summaryrefslogtreecommitdiffstats
path: root/Python/intrinsics.c
Commit message (Expand)AuthorAgeFilesLines
* 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