summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_decimal.py
Commit message (Expand)AuthorAgeFilesLines
* * Hide a loop induction variable that was inadvertantly being picked upRaymond Hettinger2004-07-141-28/+0
* * Rename "Signals" to "_signals" making it non-public.Raymond Hettinger2004-07-141-1/+7
* Improve Context construction and representation:Raymond Hettinger2004-07-101-16/+12
* * Update the test suite to reflect that ConversionSyntax was no longerRaymond Hettinger2004-07-091-2/+2
* Module and tests:Raymond Hettinger2004-07-091-6/+5
* * Add __eq__ and __ne__ so that things like list.index() work properlyRaymond Hettinger2004-07-051-11/+16
* Test the logic for int(d).Raymond Hettinger2004-07-051-0/+10
* * Make the tests independent of the default precision.Raymond Hettinger2004-07-031-0/+7
* Work through several open todos:Raymond Hettinger2004-07-031-7/+23
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1082