summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_dtoa.h
Commit message (Expand)AuthorAgeFilesLines
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-251-4/+4
* gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)Sebastian Berg2023-05-101-2/+0
* gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)Eric Snow2023-02-281-5/+6
* gh-81057: Move More Globals to _PyRuntimeState (gh-100092)Eric Snow2022-12-071-4/+7
* gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)Eric Snow2022-11-151-0/+43
* bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)Victor Stinner2022-02-231-2/+7
* Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH...Victor Stinner2021-03-221-16/+0
* bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)junyixie2021-03-131-0/+16
* bpo-35081: Move dtoa.h header to the internal C API (GH-18489)Victor Stinner2020-02-121-0/+23