summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_decimal.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+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
* | test_decimal: add __sizeof__() tests for code coverage.Stefan Krah2013-05-291-0/+13
* | Merge 3.3.Stefan Krah2013-05-291-0/+4
|\ \ | |/
| * Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-291-0/+4
* | Issue #17516: remove dead codeVictor Stinner2013-03-261-1/+0
|/
* 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
* Clear the context flags if a context is initialized from the DefaultContext.Stefan Krah2012-04-021-0/+70
* Raise MemoryError instead of InvalidOperation/MallocError for compatibilityStefan Krah2012-03-251-1/+1
* Use the same exception hierarchy as decimal.py. FloatOperation now alsoStefan Krah2012-03-231-0/+40
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-362/+2948
* Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from De...Mark Dickinson2011-10-241-12/+3
* Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a Ty...Mark Dickinson2011-05-221-0/+11
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-8/+9
| * Merged revisions 82646,82649-82650 via svnmerge fromMark Dickinson2010-07-081-41/+35
| * Merged revisions 80755 via svnmerge fromMark Dickinson2010-05-041-0/+25
| * Merged revisions 75947 via svnmerge fromMark Dickinson2009-10-291-0/+47
| * Merged revisions 75287 via svnmerge fromMark Dickinson2009-10-081-0/+11
| * Merged revisions 74709 via svnmerge fromMark Dickinson2009-09-081-0/+5
| * Merged revisions 74706 via svnmerge fromMark Dickinson2009-09-071-0/+3
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-44/+44
| * Merged revisions 74279 via svnmerge fromMark Dickinson2009-08-021-3/+9
* | Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-041-6/+2
* | Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-0/+12
* | Revert r86517Raymond Hettinger2010-11-211-1/+1
* | Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError.Stefan Krah2010-11-181-1/+1
* | Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)).Stefan Krah2010-11-171-14/+21
* | More proper closing of filesAntoine Pitrou2010-10-141-8/+9
* | In test_decimal, convert heuristic for skipping tests into an explicit skiplist.Mark Dickinson2010-07-081-41/+35
* | #Issue 8540: Make Context._clamp attribute public in decimal module.Mark Dickinson2010-05-221-1/+23
* | Merged revisions 80753 via svnmerge fromMark Dickinson2010-05-041-0/+25