summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests/randdec.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Disable shebang lines in order to prevent using a randomStefan Krah2014-01-161-2/+0
| | | | system python.
* Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-0/+18
| | | | | supports all None default values present in decimal.py. These values were largely undocumented.
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+559
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.