summaryrefslogtreecommitdiffstats
path: root/Lib/test/decimaltestdata/ddCompareTotalMag.decTest
Commit message (Collapse)AuthorAgeFilesLines
* Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-051-706/+706
|
* Update decimal test data to the most recent set from Mike Cowlishaw.Mark Dickinson2009-10-081-1/+1
|
* Issue #3449: Update decimal module to use most recent specificationMark Dickinson2008-07-271-2/+2
| | | | (v. 1.68) and tests (v. 2.58) from IBM.
* Test cases from Cowlishaw, v2.57. All are pased cleanly.Facundo Batista2007-11-231-1/+1
|
* Merged the decimal-branch (revisions 54886 to 58140). Decimal is nowFacundo Batista2007-09-131-0/+706
fully updated to the latests Decimal Specification (v1.66) and the latests test cases (v2.56). Thanks to Mark Dickinson for all his help during this process.