index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
data
/
stable_abi.dat
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141909: Correct version where Py_mod_gil was added (GH-141979)
Petr Viktorin
2025-11-26
1
-1/+1
*
gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable AB...
Petr Viktorin
2025-11-25
1
-0/+5
*
gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ...
Petr Viktorin
2025-11-25
1
-0/+3
*
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
da-woods
2025-11-19
1
-0/+1
*
gh-140550: Run make regen-limited-abi (#141056)
Victor Stinner
2025-11-05
1
-0/+8
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
1
-0/+6
*
gh-138189: Document type slots, and other constants, as part of Limited API (...
Petr Viktorin
2025-11-04
1
-0/+153
*
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
Bénédikt Tran
2025-09-24
1
-1/+0
*
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
2025-09-15
1
-1/+0
*
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...
Petr Viktorin
2025-09-05
1
-0/+3
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-0/+4
*
gh-133610: Remove PyUnicode_AsDecoded/Encoded functions (#133612)
Stan Ulbrych
2025-05-09
1
-4/+0
*
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran
2025-05-09
1
-6/+0
*
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran
2025-05-08
1
-1/+0
*
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...
Steve Dower
2025-04-21
1
-0/+3
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
1
-0/+1
*
gh-91417: Remove PySequence_Fast() from the limited C API (#129398)
Victor Stinner
2025-02-02
1
-1/+0
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
1
-0/+2
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-0/+1
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-0/+1
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
1
-0/+1
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-0/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-0/+8
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
1
-0/+1
*
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner
2024-07-19
1
-850/+850
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
1
-1/+0
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
1
-0/+1
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-0/+3
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-0/+4
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-0/+1
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
1
-0/+1
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+2
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-0/+1
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-0/+1
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
1
-0/+2
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
1
-0/+1
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
1
-0/+1
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-1/+0
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-0/+1
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
1
-0/+2
*
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner
2023-10-17
1
-0/+4
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+2
*
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
Victor Stinner
2023-10-07
1
-0/+1
*
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner
2023-10-02
1
-1/+0
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
1
-0/+1
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+4
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
1
-0/+2
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
1
-0/+1
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+2
[next]