Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 1 | -94/+112 |
| | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
* | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 1 | -0/+753 |
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. |