summaryrefslogtreecommitdiffstats
path: root/Python/pystrtod.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #1417699: Reject locale-specific decimal point in float()Martin v. Löwis2006-07-031-0/+7
* Fix compiler warning.Georg Brandl2006-05-291-1/+1
* Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671.Georg Brandl2006-05-291-0/+7
* Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() .Brett Cannon2006-05-251-2/+2
* Some more changes to make code compile under a C++ compiler.Anthony Baxter2006-04-111-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* Fix icc warnings: strlen() returns size_tNeal Norwitz2006-01-081-3/+2
* Fix compiler warningsNeal Norwitz2005-12-181-2/+2
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-181-48/+25
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-0/+258