index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pystrtod.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformated lines > 79 chars.
Eric Smith
2008-03-17
1
-8/+12
*
Issue 2264: empty float presentation type needs to have at least one digit pa...
Eric Smith
2008-03-17
1
-17/+61
*
Trim leading zeros from a floating point exponent, per C99. See issue 1600. ...
Eric Smith
2008-02-20
1
-27/+127
*
Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000
Guido van Rossum
2008-01-05
1
-22/+52
*
Bug #1417699: Reject locale-specific decimal point in float()
Martin v. Löwis
2006-07-03
1
-0/+7
*
Fix compiler warning.
Georg Brandl
2006-05-29
1
-1/+1
*
Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671.
Georg Brandl
2006-05-29
1
-0/+7
*
Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() .
Brett Cannon
2006-05-25
1
-2/+2
*
Some more changes to make code compile under a C++ compiler.
Anthony Baxter
2006-04-11
1
-1/+1
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-1/+1
*
Fix icc warnings: strlen() returns size_t
Neal Norwitz
2006-01-08
1
-3/+2
*
Fix compiler warnings
Neal Norwitz
2005-12-18
1
-2/+2
*
Get float() to be more portable across platforms. Disable hex strings.
Neal Norwitz
2005-12-18
1
-48/+25
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-0/+258