COMMITS
/ Doc/c-api/object.rst March 19, 2026
S
gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
Serhiy Storchaka committed
March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 11, 2026
K
gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)
Kumar Aditya committed
February 2, 2026
P
gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)
Peter Bierma committed
January 16, 2026
P
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
Peter Bierma committed
December 16, 2025
H
Python 3.15.0a3
Hugo van Kemenade committed
November 18, 2025
V
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner committed
November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 13, 2025
M
gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (#140032)
Mikhail Efimov committed
August 3, 2025
S
gh-137341: Remove more word duplications (GH-137342)
Serhiy Storchaka committed
July 13, 2025
P
July 3, 2025
V
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)
Victor Stinner committed
May 5, 2025
P
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#133144)
Peter Bierma committed
May 2, 2025
S
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross committed
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
January 28, 2025
S
gh-128844: Make `_Py_TryIncref` public as an unstable API. (#128926)
Sam Gross committed
January 27, 2025
P
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)
Peter Bierma committed
January 4, 2025
R
gh-127954: Document PyObject_DelItemString (#127986)
RUANG (James Roy) committed
December 27, 2024
D
gh-125887: Update PyObject_HasAttr exception behavior (#125907)
Damien committed
December 13, 2024
M
Document PyObject_SelfIter (#127861)
Miro Hrončok committed
November 29, 2024
B
fix param type in PyObject_HasAttrWithError (docs) (#127403)
biggus-developerus committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
November 13, 2024
P
September 25, 2024
July 16, 2024
P
July 6, 2024
B
[docs] fix a Sphinx directive in `c-api/object.rst` (#121430)
Bénédikt Tran committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
March 21, 2024
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
January 27, 2024
S
gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)
Sergey B Kirpichev committed
January 26, 2024
N
gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)
Nikita Sobolev committed
January 8, 2024
S
gh-113391: fix outdated PyObject_HasAttr docs (#113420)
Sergey B Kirpichev committed
October 2, 2023
V
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 1, 2023
S
Improve some C API documentation (GH-108768)
Serhiy Storchaka committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
July 11, 2023
S
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka committed
June 24, 2023
G
gh-106033: [docs] Improve C API GetItem & HasAttr notes. (#106047)
Gregory P. Smith committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
March 21, 2023
N
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
Nikita Sobolev committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
October 5, 2022
August 9, 2022
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
January 19, 2022
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed