summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/float.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-2/+2
* gh-101100: Docs: Fix references to several numeric dunders (#106278)F3eQnxN3RriK2023-06-301-3/+3
* gh-105196: Fix indentations of section headings in C API docs (#105672)TATHAGATA ROY2023-06-141-4/+4
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-8/+8
* bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)Victor Stinner2022-03-141-2/+6
* bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)Victor Stinner2022-03-111-0/+82
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-2/+2
* bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)Zackery Spytz2020-04-291-5/+0
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-2/+2
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-011-0/+4
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-181-0/+2
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-171-3/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-24/+24
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-3/+3
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-4/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-0/+6
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+74