index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
intrinsics.c
Commit message (
Expand
)
Author
Age
*
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
Victor Stinner
2025-03-21
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-29
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-02
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-15
*
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow
2023-03-06
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05