summaryrefslogtreecommitdiff
path: root/Python/dtoa.c
Commit message (Expand)AuthorAgeFilesLines
* Fix buggy comparison: LHS of comparison was being treated as unsigned.Mark Dickinson2010-01-131-1/+1
* Simplify and annotate the bigcomp function, removing unused special cases.Mark Dickinson2010-01-131-50/+26
* Clarify that sulp expects a nonnegative input, but that +0.0 is fine.Mark Dickinson2010-01-131-5/+7
* Add comments explaining the role of the bigcomp function in dtoa.c.Mark Dickinson2010-01-131-1/+60
* 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