Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded ↵ | Mark Dickinson | 2010-01-12 | 1 | -2/+22 |
| | | | | results. | ||||
* | Issue #7632: Fix a problem with _Py_dg_strtod that could lead to | Mark Dickinson | 2010-01-12 | 1 | -11/+15 |
| | | | | | crashes in debug builds, for certain long numeric strings corresponding to subnormal values. | ||||
* | Change a variable type to avoid signed overflow; replace repeated '19999' ↵ | Mark Dickinson | 2010-01-11 | 1 | -4/+10 |
| | | | | constant by a define. | ||||
* | Remove unused BCinfo fields and an unused macro. | Mark Dickinson | 2010-01-10 | 1 | -21/+8 |
| | |||||
* | Fix typo in comment. | Mark Dickinson | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | Remove temporary define from r75653 | Mark Dickinson | 2009-10-24 | 1 | -2/+0 |
| | |||||
* | Temporary define to avoid build failure | Mark Dickinson | 2009-10-24 | 1 | -0/+2 |
| | |||||
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 1 | -0/+2609 |
Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile. |