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
/
dtoa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix buggy comparison: LHS of comparison was being treated as unsigned.
Mark Dickinson
2010-01-13
1
-1/+1
*
Simplify and annotate the bigcomp function, removing unused special cases.
Mark Dickinson
2010-01-13
1
-50/+26
*
Clarify that sulp expects a nonnegative input, but that +0.0 is fine.
Mark Dickinson
2010-01-13
1
-5/+7
*
Add comments explaining the role of the bigcomp function in dtoa.c.
Mark Dickinson
2010-01-13
1
-1/+60
*
Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...
Mark Dickinson
2010-01-12
1
-2/+22
*
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
Mark Dickinson
2010-01-12
1
-11/+15
*
Change a variable type to avoid signed overflow; replace repeated '19999' con...
Mark Dickinson
2010-01-11
1
-4/+10
*
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