summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests
Commit message (Expand)AuthorAgeFilesLines
* Update test script to Visual Studio 2010.Stefan Krah2012-06-252-42/+32
* Make the benchmark more fair for _decimal/decimal.py by setting context.precStefan Krah2012-06-241-6/+6
* Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-051-0/+1
* Fix Overflow exception in the bignum factorial benchmark that is due toStefan Krah2012-04-011-1/+4
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-218-0/+2654