COMMITS
/ Doc/c-api/object.rst 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
August 19, 2008
B
Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from
Benjamin Peterson committed
August 18, 2008
N
Merged revisions 65810 via svnmerge from
Nick Coghlan committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed