COMMITS
/ Doc/c-api/object.rst February 14, 2023
M
GH-101898: Fix missing term references for hashable definition (GH-101899)
Miss Islington (bot) committed
October 5, 2022
M
[3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97890)
Miss Islington (bot) committed
May 13, 2022
M
Document Py_ssize_t. (GH-92512)
Miss Islington (bot) committed
April 2, 2022
J
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
Jelle Zijlstra committed
January 19, 2022
M
bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684)
Miss Islington (bot) committed
September 7, 2021
M
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
Miss Islington (bot) committed
June 19, 2021
M
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804)
Miss Islington (bot) 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
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
February 9, 2014
N
Issue #20500: Note other public APIs with the new assertion
Nick Coghlan committed
N
Note the new debug assertion in PyObject_Str
Nick Coghlan committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
May 29, 2013
S
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka committed
November 28, 2012
C
Merge from 3.3: Add a str class entry to the string section (issue #16209).
Chris Jerdonek committed
C
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek committed
October 7, 2012
A
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher committed
October 6, 2012
A
Issue #16148: implemented PEP 424
Armin Ronacher committed
February 20, 2012
B
write versionadded
Benjamin Peterson committed
B
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson committed
August 11, 2011
B
Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.
Brian Curtin committed
April 24, 2011
É
The version* directives don’t work with a blank line between arguments
Éric Araujo committed
January 15, 2011
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed