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
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a3
v3.15.0a3
Hugo van Kemenade
11 days
4
-20/+20
*
Clarify that PyStructSequence is different from collections.namedtuple (#142626)
Petr Viktorin
11 days
1
-2/+5
*
typo fixes in docs (#142683)
SYan212
13 days
2
-2/+2
*
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon
2025-12-11
1
-7/+12
*
gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
Sam Gross
2025-12-08
2
-0/+9
*
gh-101100: Fix references to the set methods (GH-141857)
Serhiy Storchaka
2025-12-05
1
-1/+1
*
gh-141004: Document descriptor and dict proxy type objects (GH-141803)
Yashraj
2025-12-01
2
-0/+53
*
gh-140550: PEP 793 reference documentation (GH-141197)
Petr Viktorin
2025-11-26
6
-273/+709
*
gh-141004: Document missing `PyThread*` APIs (GH-141810)
Peter Bierma
2025-11-25
1
-0/+217
*
gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable AB...
Petr Viktorin
2025-11-25
1
-0/+4
*
gh-141004: Document `PyOS_mystr(n)icmp` (#141760)
Stan Ulbrych
2025-11-25
1
-6/+23
*
gh-141004: Document stack effect C APIs (GH-141843)
Peter Bierma
2025-11-24
1
-0/+40
*
gh-141004: Document `PyImport_Inittab` (GH-141844)
Peter Bierma
2025-11-24
1
-0/+7
*
gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601)
Yashraj
2025-11-24
1
-0/+13
*
gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730)
Michael Kiper
2025-11-21
1
-1/+1
*
gh-141004: Document missing `PyDateTime*` APIs (GH-141543)
Peter Bierma
2025-11-20
1
-2/+46
*
gh-141004: Document missing generator APIs (GH-141409)
Peter Bierma
2025-11-20
1
-0/+38
*
gh-141004: Document `Py_MakePendingCalls` (GH-141137)
Peter Bierma
2025-11-20
1
-0/+19
*
gh-141004: Document `Py_LOCAL` and `Py_LOCAL_INLINE` (GH-141725)
Stan Ulbrych
2025-11-19
1
-0/+11
*
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade
2025-11-19
4
-14/+41
|
\
|
*
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner
2025-11-18
1
-0/+29
|
*
gh-138189: Link references to type slots (GH-141410)
Petr Viktorin
2025-11-18
3
-14/+12
*
|
Python 3.15.0a2
v3.15.0a2
Hugo van Kemenade
2025-11-18
2
-3/+3
|
/
*
gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (#141544)
Sergey B Kirpichev
2025-11-18
1
-1/+37
*
gh-141004: Document `Py_MEMCPY` (GH-141676)
Stan Ulbrych
2025-11-17
1
-0/+8
*
gh-141004: Document `PyODict*` APIs (GH-141136)
Peter Bierma
2025-11-17
2
-0/+90
*
gh-141004: Document missing `PyCFunction*` and `PyCMethod*` APIs (GH-141253)
Peter Bierma
2025-11-16
1
-0/+93
*
gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630)
Stan Ulbrych
2025-11-16
2
-0/+60
*
gh-141004: Document `PyOS_InterruptOccurred` (GH-141526)
Stan Ulbrych
2025-11-14
1
-0/+18
*
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren
2025-11-14
1
-0/+21
*
gh-141004: Document `PyErr_RangedSyntaxLocationObject` (#141521)
Stan Ulbrych
2025-11-13
1
-0/+8
*
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Victor Stinner
2025-11-13
2
-0/+40
*
gh-141004: Document `PyCode_Optimize` (GH-141378)
Peter Bierma
2025-11-13
1
-0/+11
*
gh-141004: Document C APIs for dictionary keys, values, and items (GH-141009)
Peter Bierma
2025-11-13
1
-0/+46
*
gh-141004: Document `PyRun_InteractiveOneObject` (GH-141405)
Peter Bierma
2025-11-12
1
-9/+16
*
gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408)
Peter Bierma
2025-11-12
2
-0/+34
*
gh-141004: Document `Py_MATH_{E, PI, TAU}` constants (#141373)
Stan Ulbrych
2025-11-12
1
-0/+17
*
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Sergey B Kirpichev
2025-11-12
2
-3/+6
*
gh-141370: document undefined behavior of Py_ABS() (GH-141439)
Sergey B Kirpichev
2025-11-12
1
-0/+4
*
gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407)
Peter Bierma
2025-11-11
1
-0/+36
*
gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413)
Peter Bierma
2025-11-11
1
-0/+23
*
gh-141004: Document `PyType_Unwatch` (GH-141414)
Peter Bierma
2025-11-11
1
-0/+14
*
gh-141004: document Py_INFINITY and Py_NAN macros (#141145)
Sergey B Kirpichev
2025-11-11
1
-0/+18
*
gh-141004: Document missing frame APIs (GH-141189)
Peter Bierma
2025-11-10
1
-0/+57
*
gh-141004: Document `PyType_FastSubclass` (GH-141313)
Stan Ulbrych
2025-11-10
2
-2/+14
*
gh-141004: Deprecate Py_MATH_El and Py_MATH_PIl macros (#141035)
Sergey B Kirpichev
2025-11-10
1
-0/+14
*
gh-141004: Document `pyctype.h` macros (GH-141272)
Stan Ulbrych
2025-11-10
1
-0/+55
*
gh-141004: Document `Py_DTSF_*` macros (GH-141310)
Stan Ulbrych
2025-11-10
1
-9/+19
*
gh-141004: Document `PySuper_Type` (GH-141315)
Stan Ulbrych
2025-11-09
1
-0/+6
*
gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296)
Peter Bierma
2025-11-09
1
-0/+36
[next]