COMMITS
/ Python/dtoa.c September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
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
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
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
May 29, 2020
M
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)
Mark Dickinson committed
February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
March 13, 2019
V
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Victor Stinner committed
August 21, 2017
S
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
Stefan Krah committed
September 6, 2016
B
dtoa.c: remove code for platforms with 64-bit integers (#17884)
Benjamin Peterson committed
B
require standard int types to be defined (#17884)
Benjamin Peterson committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
March 18, 2015
V
Fix compiler warning in dtoa.c
Victor Stinner committed
November 26, 2013
M
April 29, 2012
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
May 13, 2010
M
Remove unnecessary assignments.
Mark Dickinson committed
January 24, 2010
M
Merged revisions 77691,77698,77713-77714 via svnmerge from
Mark Dickinson committed
January 21, 2010
M
Merged revisions 77614-77616,77663 via svnmerge from
Mark Dickinson committed
January 17, 2010
M
Merged revisions 77589 via svnmerge from
Mark Dickinson committed
M
Merged revisions 77578 via svnmerge from
Mark Dickinson committed
January 16, 2010
M
Merged revisions 77519,77530,77533 via svnmerge from
Mark Dickinson committed
January 14, 2010
M
Merged revisions 77477-77478,77481-77483,77490-77493 via svnmerge from
Mark Dickinson committed
January 12, 2010
M
Merged revisions 77410,77421,77450-77451 via svnmerge from
Mark Dickinson committed
January 4, 2010
M
Merged revisions 77302 via svnmerge from
Mark Dickinson committed
May 20, 2009
M
Refactor to remove duplicated nan/inf parsing code in
Mark Dickinson committed
May 3, 2009
M
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson committed
April 17, 2009
M
Silence compiler warnings on VS8.0
Mark Dickinson committed
M
Add reminder to dtoa.c to check for updates regularly.
Mark Dickinson committed
April 16, 2009
M
Issue #1580: use short float repr where possible.
Mark Dickinson committed