1. d2a9940 More dtoa.c cleanup; remove the need for bc.dplen, bc.dp0 and bc.dp1. by Mark Dickinson · 15 years ago
  2. 02139d7 Fix buggy comparison: LHS of comparison was being treated as unsigned. by Mark Dickinson · 15 years ago
  3. 6e0d3d6 Simplify and annotate the bigcomp function, removing unused special cases. by Mark Dickinson · 15 years ago
  4. 5818e01 Clarify that sulp expects a nonnegative input, but that +0.0 is fine. by Mark Dickinson · 15 years ago
  5. b26d56a Add comments explaining the role of the bigcomp function in dtoa.c. by Mark Dickinson · 15 years ago
  6. 5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. by Mark Dickinson · 15 years ago
  7. 8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to by Mark Dickinson · 15 years ago
  8. 0ca7452 Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define. by Mark Dickinson · 15 years ago
  9. 5a0b399 Remove unused BCinfo fields and an unused macro. by Mark Dickinson · 15 years ago
  10. 2bcd177 Fix typo in comment. by Mark Dickinson · 15 years ago
  11. 52462c3 Remove temporary define from r75653 by Mark Dickinson · 15 years ago
  12. fd42f30 Temporary define to avoid build failure by Mark Dickinson · 15 years ago
  13. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago