Stefan Krah
|
6b7786bac2
|
Use $type instead of $cls in the signature specification.
|
2014-05-02 14:34:11 +02:00 |
Stefan Krah
|
5de1f82464
|
Issue #21407: _decimal now supports function signatures.
|
2014-05-01 15:53:42 +02:00 |
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
|
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 |