index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_decimal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test_decimal: add __sizeof__() tests for code coverage.
Stefan Krah
2013-05-29
1
-0/+13
*
Merge 3.3.
Stefan Krah
2013-05-29
1
-0/+4
|
\
|
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
1
-0/+4
*
|
Issue #17516: remove dead code
Victor Stinner
2013-03-26
1
-1/+0
|
/
*
Issue #17047: remove doubled words added in 3.3
Terry Jan Reedy
2013-03-11
1
-1/+1
*
Since the return type of format() is not a Decimal, raise ValueError instead of
Stefan Krah
2013-01-24
1
-10/+4
*
Issue #16422: Use strings for rounding mode constants for better readability
Stefan Krah
2013-01-16
1
-65/+54
*
Issue #15783: Support None default values in the Context() constructor.
Stefan Krah
2012-12-16
1
-0/+21
*
Issue #15783: Except for the number methods, the C version of decimal now
Stefan Krah
2012-12-15
1
-8/+294
*
Accept Unicode legacy strings in the Decimal constructor.
Stefan Krah
2012-11-10
1
-1/+10
*
Issue #16431: Finally, consider all permutations.
Stefan Krah
2012-11-08
1
-9/+24
*
Issue #16431: Also fix the opposite direction.
Stefan Krah
2012-11-07
1
-0/+4
*
Issue #16431: Use the type information when constructing a Decimal subtype
Stefan Krah
2012-11-07
1
-0/+5
*
Closes #16080: The decorator ignores failed attempts to set the required
Stefan Krah
2012-09-28
1
-0/+6
*
Issue #16080: Use run_with_locale() decorator to reset the locale properly.
Stefan Krah
2012-09-28
1
-7/+3
*
Issue #15882: Change _decimal to accept any coefficient tuple when
Stefan Krah
2012-09-10
1
-7/+10
*
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson
2012-08-24
1
-0/+16
*
Allow printing a leading '-' and the maximum number of exponent digits
Stefan Krah
2012-04-05
1
-0/+48
*
Raise InvalidOperation if exponents of zeros are clamped during exact
Stefan Krah
2012-04-05
1
-0/+24
*
Testing the implicit initialization of the thread local context on first
Stefan Krah
2012-04-02
1
-70/+0
*
Whitespace.
Stefan Krah
2012-04-02
1
-57/+57
*
Clear the context flags if a context is initialized from the DefaultContext.
Stefan Krah
2012-04-02
1
-0/+70
*
Raise MemoryError instead of InvalidOperation/MallocError for compatibility
Stefan Krah
2012-03-25
1
-1/+1
*
Use the same exception hierarchy as decimal.py. FloatOperation now also
Stefan Krah
2012-03-23
1
-0/+40
*
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
1
-362/+2948
*
Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from De...
Mark Dickinson
2011-10-24
1
-12/+3
*
Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a Ty...
Mark Dickinson
2011-05-22
1
-0/+11
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 85503 via svnmerge from
Antoine Pitrou
2010-10-14
1
-8/+9
|
*
Merged revisions 82646,82649-82650 via svnmerge from
Mark Dickinson
2010-07-08
1
-41/+35
|
*
Merged revisions 80755 via svnmerge from
Mark Dickinson
2010-05-04
1
-0/+25
|
*
Merged revisions 75947 via svnmerge from
Mark Dickinson
2009-10-29
1
-0/+47
|
*
Merged revisions 75287 via svnmerge from
Mark Dickinson
2009-10-08
1
-0/+11
|
*
Merged revisions 74709 via svnmerge from
Mark Dickinson
2009-09-08
1
-0/+5
|
*
Merged revisions 74706 via svnmerge from
Mark Dickinson
2009-09-07
1
-0/+3
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-44/+44
|
*
Merged revisions 74279 via svnmerge from
Mark Dickinson
2009-08-02
1
-3/+9
*
|
Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.
Eric Smith
2010-12-04
1
-6/+2
*
|
Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...
Eric Smith
2010-11-25
1
-0/+12
*
|
Revert r86517
Raymond Hettinger
2010-11-21
1
-1/+1
*
|
Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError.
Stefan Krah
2010-11-18
1
-1/+1
*
|
Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)).
Stefan Krah
2010-11-17
1
-14/+21
*
|
More proper closing of files
Antoine Pitrou
2010-10-14
1
-8/+9
*
|
In test_decimal, convert heuristic for skipping tests into an explicit skiplist.
Mark Dickinson
2010-07-08
1
-41/+35
*
|
#Issue 8540: Make Context._clamp attribute public in decimal module.
Mark Dickinson
2010-05-22
1
-1/+23
*
|
Merged revisions 80753 via svnmerge from
Mark Dickinson
2010-05-04
1
-0/+25
*
|
Merged revisions 79678 via svnmerge from
Ezio Melotti
2010-04-03
1
-40/+40
*
|
Merged revisions 79583,79588-79589 via svnmerge from
Mark Dickinson
2010-04-03
1
-9/+78
*
|
Issue 8257: Decimal constructor to accept float argument.
Raymond Hettinger
2010-04-02
1
-0/+26
[next]