summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/docstrings.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-281-0/+9
| | | | Mark Dickinson.
* 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
| | | | | 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/+753
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.