summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests/deccheck.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-281-3/+3
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
|\
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
* | Issue #19232: Speed up decimal import. Additionally, since _decimal isStefan Krah2014-09-101-3/+4
|/
* Issue #19936: Remove executable bits from C source files and several forgottenSerhiy Storchaka2014-01-161-0/+0
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Issue #19936: Disable shebang lines in order to prevent using a randomStefan Krah2014-01-161-2/+0
* Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-291-2/+2
* Issue #16422: Use strings for rounding mode constants for better readabilityStefan Krah2013-01-161-22/+14
* Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-0/+34
* Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-051-0/+1
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+1074