summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* Moved testing of builtin types out of test_builtin and into type specific mod...Benjamin Peterson2008-05-031-0/+111
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-5/+16
* Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000Guido van Rossum2008-01-051-0/+7
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-1/+72
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-111-1/+2
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-101-1/+16
* Fix compile.c so that it records 0.0 and -0.0 as separate constants in a codeAlex Martelli2007-08-221-0/+15
* Reverting the patch that tried to fix the issue whereby x**2 raisesAlex Martelli2006-08-231-14/+1
* x**2 should about equal x*x (including for a float x such that the result isAlex Martelli2006-08-231-1/+14
* Whitespace normalization.Tim Peters2005-06-031-1/+1
* This is my patch:Michael W. Hudson2005-05-271-0/+110