Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dee3f65d986de6ac7ec1e4b5292ef18ec14fc9f7
/
Python
/
pystrtod.c
3b83549
Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000
by Guido van Rossum
· 18 years ago
fcfff0a
Bug #1417699: Reject locale-specific decimal point in float() and atof().
by Martin v. Löwis
· 19 years ago
80181e2
Fix compiler warning.
by Georg Brandl
· 19 years ago
b569ee4
Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671.
by Georg Brandl
· 19 years ago
0ed0587
Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() .
by Brett Cannon
· 19 years ago
64182fe
Some more changes to make code compile under a C++ compiler.
by Anthony Baxter
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
d39d861
Fix icc warnings: strlen() returns size_t
by Neal Norwitz
· 20 years ago
0e7a0ed
Fix compiler warnings
by Neal Norwitz
· 20 years ago
e7214a1
Get float() to be more portable across platforms. Disable hex strings.
by Neal Norwitz
· 20 years ago
737ea82
Patch #774665: Make Python LC_NUMERIC agnostic.
by Martin v. Löwis
· 21 years ago