summaryrefslogtreecommitdiffstats
path: root/Python/dtoa.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor to remove duplicated nan/inf parsing code inMark Dickinson2009-05-201-50/+0
* Issue #5914: Add new C-API function PyOS_string_to_double, to complementMark Dickinson2009-05-031-0/+5
* Silence compiler warnings on VS8.0Mark Dickinson2009-04-171-6/+6
* Add reminder to dtoa.c to check for updates regularly.Mark Dickinson2009-04-171-2/+10
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+2646