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
/
Lib
/
test
/
test_float.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 72564 via svnmerge from
Mark Dickinson
2009-05-11
1
-0/+31
*
Merged revisions 71627 via svnmerge from
Benjamin Peterson
2009-04-15
1
-0/+12
*
fix missing module
Benjamin Peterson
2008-09-06
1
-1/+1
*
#3796: A test class was not run in test_float.
Amaury Forgeot d'Arc
2008-09-06
1
-1/+3
*
Fix float.fromhex test to give additional information on failure. This
Mark Dickinson
2008-08-21
1
-1/+7
*
Fix float.from_hex tests. It appears that Linux/ia64 doesn't like
Mark Dickinson
2008-07-15
1
-4/+4
*
Issue #3008: add instance method float.hex and class method float.fromhex
Mark Dickinson
2008-07-15
1
-1/+386
*
Issue 3188: accept float('infinity') as well as float('inf'). This
Mark Dickinson
2008-07-05
1
-1/+17
*
Moved testing of builtin types out of test_builtin and into type specific mod...
Benjamin Peterson
2008-05-03
1
-0/+111
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
1
-5/+16
*
Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000
Guido van Rossum
2008-01-05
1
-0/+7
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
1
-1/+72
*
The new float repr causes too much trouble and pain. I'm disabling the featur...
Christian Heimes
2007-12-11
1
-1/+2
*
Backport of r59456:59458 from py3k to trunk
Christian Heimes
2007-12-10
1
-1/+16
*
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
Alex Martelli
2007-08-22
1
-0/+15
*
Reverting the patch that tried to fix the issue whereby x**2 raises
Alex Martelli
2006-08-23
1
-14/+1
*
x**2 should about equal x*x (including for a float x such that the result is
Alex Martelli
2006-08-23
1
-1/+14
*
Whitespace normalization.
Tim Peters
2005-06-03
1
-1/+1
*
This is my patch:
Michael W. Hudson
2005-05-27
1
-0/+110