COMMITS
/ Include/internal/pycore_dtoa.h December 7, 2023
S
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Sam Gross committed
July 25, 2023
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
May 10, 2023
S
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg committed
February 28, 2023
E
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow committed
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
February 23, 2022
V
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner committed
March 22, 2021
V
Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964)
Victor Stinner committed
March 13, 2021
J
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
junyixie committed
February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed