summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/docstrings.h
Commit message (Expand)AuthorAgeFilesLines
* gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...Sam Ezeh2022-04-221-1/+1
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-10/+3
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-011-3/+10
* Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-281-0/+9
* Use $type instead of $cls in the signature specification.Stefan Krah2014-05-021-1/+1
* Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-011-378/+482
* Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-94/+112
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+753