summaryrefslogtreecommitdiffstats
path: root/Lib/test/decimaltestdata
Commit message (Collapse)AuthorAgeFilesLines
* Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min,Mark Dickinson2008-12-111-0/+17
| | | | Decimal.max_mag and Decimal.min_mag.
* Decimal module and test cases were updated to their state ofFacundo Batista2008-01-08147-2287/+59981
| | | | | | | | | the art. It now complies latest specification and tests. The only difference of this version with the one in the trunk is that a small subset that hash tests were removed, because they rely on modifications to core hash() function (see issue 1182 for further details).
* Remove test of obsolete trim() operation which was supplanted byRaymond Hettinger2004-08-171-152/+0
| | | | | | | | normalize() in Draft 1.06 (9 October 2002): The normalize operation has been added; it reduces a number to a canonical form. (This replaces the trim operator, which only removed trailing fractional zeros.)
* This file is no longer used in version 2.39.Raymond Hettinger2004-08-171-151/+0
| | | | Was supplanted by tointegral.decTest.
* Add two new files and update remaining tests from the latest update of theRaymond Hettinger2004-08-1731-191/+1190
| | | | test suite in version 2.39 of dectest.zip.
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-0130-0/+22866