summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/libmpdec/context.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)Antoine Pitrou2021-03-301-3/+3
| | | | | Complete the update to libmpdec-2.5.1. Co-authored-by: Stefan Krah <skrah@bytereef.org>
* bpo-40874: Update to libmpdec-2.5.0 (GH-20652)Stefan Krah2020-06-051-5/+5
|
* Update copyright. The four year increment is intentional (to save work).Stefan Krah2013-12-081-1/+1
|
* Whitespace.Stefan Krah2012-03-211-118/+118
|
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+286
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.