summaryrefslogtreecommitdiffstats
path: root/Lib/test/decimaltestdata/dqScaleB.decTest
Commit message (Collapse)AuthorAgeFilesLines
* 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/+260
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.