COMMITS
/ Doc/c-api/float.rst March 19, 2026
S
gh-145633: Refine notes on non-IEEE platforms (#145845)
Sergey B Kirpichev committed
March 16, 2026
R
March 11, 2026
S
gh-145633: Remove support for ancient ARM platforms with mixed-endian doubles (#145634)
Sergey B Kirpichev committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
November 18, 2025
S
gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (#141544)
Sergey B Kirpichev committed
November 12, 2025
S
gh-141004: Document `Py_MATH_{E, PI, TAU}` constants (#141373)
Stan Ulbrych committed
S
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Sergey B Kirpichev committed
November 11, 2025
S
gh-141004: document Py_INFINITY and Py_NAN macros (#141145)
Sergey B Kirpichev committed
November 10, 2025
S
gh-141004: Deprecate Py_MATH_El and Py_MATH_PIl macros (#141035)
Sergey B Kirpichev committed
November 7, 2025
W
Update NaNs handling description in `c-api/float.rst` (#141179)
W. H. Wang committed
November 5, 2025
P
gh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029)
Peter Bierma committed
July 15, 2025
S
gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (#136664)
Sergey B Kirpichev committed
May 1, 2025
S
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 30, 2023
F
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK committed
June 14, 2023
T
gh-105196: Fix indentations of section headings in C API docs (#105672)
TATHAGATA ROY committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
March 14, 2022
V
bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)
Victor Stinner committed
March 11, 2022
V
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
April 29, 2020
Z
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Zackery Spytz committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
December 18, 2011
A
Issue #13522: document error return values of some float and complex C API functions.
Antoine Pitrou committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 29, 2009
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
July 16, 2008
February 4, 2008
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed