Stefan Krah
|
040e311826
|
Issue #15783: Except for the number methods, the C version of decimal now
supports all None default values present in decimal.py. These values were
largely undocumented.
|
2012-12-15 22:33:33 +01:00 |
Stefan Krah
|
0774e9b9f5
|
Raise InvalidOperation if exponents of zeros are clamped during exact
conversion in the Decimal constructor. Exact here refers to the
representation and not to the value (clamping does not change the value).
|
2012-04-05 15:21:58 +02:00 |
Stefan Krah
|
1919b7e72b
|
Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are
between 12x and 80x, depending on the application.
|
2012-03-21 18:25:23 +01:00 |