Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45332: Fix broken Decimal test and benchmark (GH-28680) | Miss Islington (bot) | 2021-10-01 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 9eed75fde226cec5a02301cfac1dc8039b5a183e) Co-authored-by: Dong-hee Na <donghee.na@python.org> | ||||
* | bpo-43422: Revert _decimal C API addition (GH-24960) | Antoine Pitrou | 2021-03-21 | 1 | -2/+3 |
| | | | | | | | | | Stefan Krah requested the reversal of these (unreleased) changes, quoting him: > The capsule API does not meet my testing standards, since I've focused on the upstream mpdecimal in the last couple of months. > Additionally, I'd like to refine the API, perhaps together with the Arrow community. Automerge-Triggered-By: GH:pitrou | ||||
* | Replace import_fresh_module in decimal test files (GH-21815) | Stefan Krah | 2020-08-10 | 1 | -3/+2 |
| | |||||
* | Issue #17768: Support newline fill character in decimal.py and NUL fill | Stefan Krah | 2013-05-29 | 1 | -4/+2 |
| | | | | character in _decimal.c. | ||||
* | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 1 | -0/+344 |
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. |