COMMITS
/ Doc/c-api/object.rst 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
June 19, 2021
M
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
Mark Dickinson committed
March 23, 2021
P
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
Pablo Galindo committed
February 15, 2021
E
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
Erlend Egeberg Aasland committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
March 17, 2020
Z
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Zackery Spytz committed
January 29, 2020
J
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye committed