summaryrefslogtreecommitdiff
path: root/Modules/_decimal/tests
Commit message (Expand)AuthorAgeFilesLines
* Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-281-3/+3
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-111/+111
|\
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-111/+111
* | 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: Disable shebang lines in order to prevent using a randomStefan Krah2014-01-163-6/+0
* Support multiarch build in tests.Stefan Krah2013-05-291-7/+8
* Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-292-6/+4
* 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-152-0/+52
* Make it clear that the pi function is modified for benchmarking purposes.Stefan Krah2012-09-301-2/+7
* Restore the benchmark order to avoid waiting for decimal.py if just theStefan Krah2012-09-251-3/+4
* Fix whitespace.Brett Cannon2012-09-251-1/+1
* Fix whitespace.Brett Cannon2012-09-251-18/+18
* Make the decimal bench file run under Python 2.7.Brett Cannon2012-09-251-18/+28
* Use zero bottom margin.Stefan Krah2012-08-221-3/+0
* In the 32-bit build, dec_hash() raised InvalidOperation if the operandStefan Krah2012-08-221-0/+45
* Update test script to Visual Studio 2010.Stefan Krah2012-06-252-42/+32
* Make the benchmark more fair for _decimal/decimal.py by setting context.precStefan Krah2012-06-241-6/+6
* Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-051-0/+1
* Fix Overflow exception in the bignum factorial benchmark that is due toStefan Krah2012-04-011-1/+4
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-218-0/+2654