summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_floatobject.h
Commit message (Expand)AuthorAgeFilesLines
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-291-1/+1
* gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...Donghee Na2024-02-101-1/+0
* gh-111968: Use per-thread freelists for float in free-threading (gh-113886)Donghee Na2024-01-101-19/+2
* gh-106320: Remove private float C API functions (#108430)Victor Stinner2023-08-241-0/+7
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-251-2/+2
* gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)Victor Stinner2023-07-031-0/+2
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-161-0/+12
* gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)Dennis Sweeney2022-04-191-0/+2
* bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)Victor Stinner2022-03-111-48/+0
* bpo-46417: Finalize structseq types at exit (GH-30645)Victor Stinner2022-01-211-0/+1
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-0/+29
* bpo-35134: Add Include/cpython/floatobject.h (GH-28957)Victor Stinner2021-10-141-0/+75