summaryrefslogtreecommitdiff
path: root/Lib/test/test_decimal.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Miss Islington (bot)2018-11-051-2/+2
* bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#...Miss Islington (bot)2018-06-031-11/+11
* bpo-31234: Join threads in tests (#3572)Victor Stinner2017-09-141-0/+3
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+3
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-2/+1
* Fixed #29534 - _decimal difference with _pydecimal (#65)Andrew Nester2017-02-141-0/+10
* Remove unused imports.Serhiy Storchaka2016-12-161-2/+0
* Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-0/+10
* Merge 3.5.Stefan Krah2016-07-171-0/+28
|\
| * Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-171-0/+28
* | Merge 3.5.Stefan Krah2016-06-201-1/+4
|\ \ | |/
| * Issue #27006: from_float(): call the subclass' __new__() and __init__().Stefan Krah2016-06-201-1/+4
| * Issue #26621: Remove unnecessary test.Stefan Krah2016-03-231-1/+0
* | Issue #26621: Update libmpdec version and remove unnecessary test case.Stefan Krah2016-03-231-1/+0
* | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-281-0/+33
|/
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-96/+98
|\
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-96/+98
* | Issue #19232: Speed up decimal import. Additionally, since _decimal isStefan Krah2014-09-101-3/+1
* | Merge 3.4.Stefan Krah2014-08-261-0/+5
|\ \ | |/
| * Issue #22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-261-0/+5
* | Issue #18492: Merge with 3.4Zachary Ware2014-06-021-2/+2
|\ \ | |/
| * Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-2/+2
| * Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-0/+17
* | Fix typo and tests without docstrings.Stefan Krah2014-05-011-2/+3
* | Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-011-0/+138
* | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-301-12/+0
* | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-0/+17
|/
* Avoid UnicodeEncodeError by only printing ASCII.Zachary Ware2013-12-121-2/+2
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-11/+8
* 1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...Stefan Krah2013-11-241-0/+1
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* Backport bff16086f03b and bcaaaa00425b.Stefan Krah2013-05-291-0/+13
* Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-291-0/+4
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* Since the return type of format() is not a Decimal, raise ValueError instead ofStefan Krah2013-01-241-10/+4
* Issue #16422: Use strings for rounding mode constants for better readabilityStefan Krah2013-01-161-65/+54
* Issue #15783: Support None default values in the Context() constructor.Stefan Krah2012-12-161-0/+21
* Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-8/+294
* Accept Unicode legacy strings in the Decimal constructor.Stefan Krah2012-11-101-1/+10
* Issue #16431: Finally, consider all permutations.Stefan Krah2012-11-081-9/+24
* Issue #16431: Also fix the opposite direction.Stefan Krah2012-11-071-0/+4
* Issue #16431: Use the type information when constructing a Decimal subtypeStefan Krah2012-11-071-0/+5
* Closes #16080: The decorator ignores failed attempts to set the requiredStefan Krah2012-09-281-0/+6
* Issue #16080: Use run_with_locale() decorator to reset the locale properly.Stefan Krah2012-09-281-7/+3
* Issue #15882: Change _decimal to accept any coefficient tuple whenStefan Krah2012-09-101-7/+10
* Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-241-0/+16
* Allow printing a leading '-' and the maximum number of exponent digitsStefan Krah2012-04-051-0/+48
* Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-051-0/+24
* Testing the implicit initialization of the thread local context on firstStefan Krah2012-04-021-70/+0
* Whitespace.Stefan Krah2012-04-021-57/+57