Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 |
| | | | | | up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | ||
* | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 |
| | |||
* | Issue #8188: Comparisons between Decimal objects and other numeric | Mark Dickinson | 2010-06-11 |
| | | | | objects (Fraction, float, complex, int) now all function as expected. | ||
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 |
(instances of int, float, complex, decimal.Decimal and fractions.Fraction) that makes it easy to maintain the invariant that hash(x) == hash(y) whenever x and y have equal value. |