| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #16422: Use strings for rounding mode constants for better readability | Stefan Krah | 2013-01-16 | 1 | -22/+14 |
| | | | | | and pickling compatibility. | ||||
| * | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 2 | -0/+52 |
| | | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
| * | Make it clear that the pi function is modified for benchmarking purposes. | Stefan Krah | 2012-09-30 | 1 | -2/+7 |
| | | |||||
| * | Restore the benchmark order to avoid waiting for decimal.py if just the | Stefan Krah | 2012-09-25 | 1 | -3/+4 |
| | | | | | prec=9 test is used. | ||||
| * | Fix whitespace. | Brett Cannon | 2012-09-25 | 1 | -1/+1 |
| | | |||||
| * | Fix whitespace. | Brett Cannon | 2012-09-25 | 1 | -18/+18 |
| | | |||||
| * | Make the decimal bench file run under Python 2.7. | Brett Cannon | 2012-09-25 | 1 | -18/+28 |
| | | |||||
| * | Use zero bottom margin. | Stefan Krah | 2012-08-22 | 1 | -3/+0 |
| | | |||||
| * | In the 32-bit build, dec_hash() raised InvalidOperation if the operand | Stefan Krah | 2012-08-22 | 1 | -0/+45 |
| | | | | | | | 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!). | ||||
| * | Update test script to Visual Studio 2010. | Stefan Krah | 2012-06-25 | 2 | -42/+32 |
| | | |||||
| * | Make the benchmark more fair for _decimal/decimal.py by setting context.prec | Stefan Krah | 2012-06-24 | 1 | -6/+6 |
| | | | | | only once (float obviously doesn't set any context at all). | ||||
| * | Raise InvalidOperation if exponents of zeros are clamped during exact | Stefan Krah | 2012-04-05 | 1 | -0/+1 |
| | | | | | | conversion in the Decimal constructor. Exact here refers to the representation and not to the value (clamping does not change the value). | ||||
| * | Fix Overflow exception in the bignum factorial benchmark that is due to | Stefan Krah | 2012-04-01 | 1 | -1/+4 |
| | | | | | the recent change of the default value for context.Emax. | ||||
| * | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 8 | -0/+2654 |
| up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | |||||
