summaryrefslogtreecommitdiff
path: root/Python/dtoa.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...Mark Dickinson2010-01-121-2/+22
* Issue #7632: Fix a problem with _Py_dg_strtod that could lead toMark Dickinson2010-01-121-11/+15
* Change a variable type to avoid signed overflow; replace repeated '19999' con...Mark Dickinson2010-01-111-4/+10
* Remove unused BCinfo fields and an unused macro.Mark Dickinson2010-01-101-21/+8
* Fix typo in comment.Mark Dickinson2010-01-041-1/+1
* Remove temporary define from r75653Mark Dickinson2009-10-241-2/+0
* Temporary define to avoid build failureMark Dickinson2009-10-241-0/+2
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+2609