COMMITS
/ Doc/c-api/number.rst July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
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
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka 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
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
December 18, 2018
S
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
October 19, 2016
S
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
October 11, 2011
M
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach.
Mark Dickinson committed
July 13, 2011
A
Make it clear that PyNumber_AsSsize_t() returns -1 on error.
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
June 27, 2010
M
Issue #9089: PyNumber_Int is no more. Remove it from the docs.
Mark Dickinson committed
May 26, 2009
April 5, 2009
February 11, 2009
M
Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.
Mark Dickinson committed
January 17, 2009
M
Remove a couple of references to long in the c-api docs
Mark Dickinson committed
January 10, 2009
M
Issue #4910: replace "long" with "int" in docstring for __long__ slot and
Mark Dickinson committed
October 4, 2008
B
Merged revisions 66670,66681,66688,66696-66699 via svnmerge from
Benjamin Peterson committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
May 4, 2008
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed