COMMITS
/ Doc/c-api/object.rst 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
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
December 31, 2009
A
Issue #6687: Moved the special-case for integers out of PyBytes_FromObject.
Alexandre Vassalotti committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
April 5, 2009
February 1, 2009
M
Issue #1717: remove the cmp builtin function, the C-API functions
Mark Dickinson committed
January 4, 2009
G
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
Georg Brandl committed
October 4, 2008
B
Merged revisions 66670,66681,66688,66696-66699 via svnmerge from
Benjamin Peterson committed
August 26, 2008
B
make bytes(o) respect __bytes__ #2415
Benjamin Peterson committed
August 21, 2008
B
PyObject_Unicode doesn't exist anymore
Benjamin Peterson committed