Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c9798fc7094c8ddcd73cc73870bbe0a1d4b5b1b1
/
Lib
/
test
/
test_float.py
979395b
Moved testing of builtin types out of test_builtin and into type specific modules
by Benjamin Peterson
· 17 years ago
6f34109
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
by Christian Heimes
· 17 years ago
3b83549
Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000
by Guido van Rossum
· 18 years ago
0a8143f
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
by Christian Heimes
· 18 years ago
f15c66e
The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse.
by Christian Heimes
· 18 years ago
284d927
Backport of r59456:59458 from py3k to trunk
by Christian Heimes
· 18 years ago
d8672aa
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
by Alex Martelli
· 18 years ago
348dc88
Reverting the patch that tried to fix the issue whereby x**2 raises
by Alex Martelli
· 19 years ago
20362a8
x**2 should about equal x*x (including for a float x such that the result is
by Alex Martelli
· 19 years ago
5d36a55
Whitespace normalization.
by Tim Peters
· 20 years ago
ba283e2
This is my patch:
by Michael W. Hudson
· 20 years ago