cpython/Modules/_decimal/tests
Stefan Krah ad5b43995e In the 32-bit build, dec_hash() raised InvalidOperation if the operand
had a coefficient with MAX_PREC=425000000 digits and a negative exponent.
Increasing the context limits above the official values fixes the issue
and is safe (in this case!).
2012-08-22 19:11:50 +02:00
..
bench.py Make the benchmark more fair for _decimal/decimal.py by setting context.prec 2012-06-24 14:10:49 +02:00
bignum.py In the 32-bit build, dec_hash() raised InvalidOperation if the operand 2012-08-22 19:11:50 +02:00
deccheck.py Raise InvalidOperation if exponents of zeros are clamped during exact 2012-04-05 15:21:58 +02:00
formathelper.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
randdec.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
randfloat.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
README.txt Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
runall-memorydebugger.sh Update test script to Visual Studio 2010. 2012-06-25 14:41:37 +02:00
runall.bat Update test script to Visual Studio 2010. 2012-06-25 14:41:37 +02:00


This directory contains extended tests and a benchmark against decimal.py:

  bench.py  ->  Benchmark for small and large precisions.
  Usage: ../../../python bench.py

  formathelper.py   ->
  randdec.py        ->  Generate test cases for deccheck.py.
  randfloat.py      ->

  deccheck.py  ->  Run extended tests.
  Usage: ../../../python deccheck.py [--short|--medium|--long|--all]