COMMITS
/ Doc/c-api/object.rst January 4, 2025
M
[3.12] gh-127954: Document PyObject_DelItemString (GH-127986) (#128497)
Miss Islington (bot) committed
December 13, 2024
M
[3.12] Document PyObject_SelfIter (GH-127861) (#127899)
Miss Islington (bot) committed
September 27, 2024
P
September 25, 2024
May 8, 2024
S
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118794)
Serhiy Storchaka committed
February 4, 2024
M
[3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114584)
Miss Islington (bot) committed
January 27, 2024
M
[3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638)
Miss Islington (bot) committed
September 2, 2023
S
[3.12] Improve some C API documentation (GH-108768) (#108785)
Serhiy Storchaka committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
June 24, 2023
M
[3.12] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (#106070)
Miss Islington (bot) 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
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
November 5, 2019
J
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
August 16, 2019
J
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 28, 2019
J
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer committed
June 17, 2019
V
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
Victor Stinner committed
V
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
Victor Stinner committed
V
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner committed
June 2, 2019
J
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
December 18, 2018
S
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka committed
May 22, 2018
S
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka committed
December 6, 2016
V
Uniformize argument names of "call" functions
Victor Stinner committed
December 8, 2015
M
Issue #25701: Document C API functions that both set and delete objects
Martin Panter committed
May 2, 2015
S
Fixed a typo.
Serhiy Storchaka committed
October 6, 2014
G
B
PyObject not PyType (closes #18494)
Benjamin Peterson committed
March 24, 2014
G
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl committed