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
/
Modules
/
_decimal
/
_decimal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16745: Hide a couple of symbols by making them local.
Stefan Krah
2012-12-21
1
-1/+1
*
Issue #15783: Support None default values in the Context() constructor.
Stefan Krah
2012-12-16
1
-30/+33
*
Issue #15783: Except for the number methods, the C version of decimal now
Stefan Krah
2012-12-15
1
-84/+103
*
Accept Unicode legacy strings in the Decimal constructor.
Stefan Krah
2012-11-10
1
-1/+3
*
Issue #16431: Finally, consider all permutations.
Stefan Krah
2012-11-08
1
-2/+2
*
Issue #16431: Also fix the opposite direction.
Stefan Krah
2012-11-07
1
-1/+1
*
Issue #16431: Use the type information when constructing a Decimal subtype
Stefan Krah
2012-11-07
1
-2/+27
*
Issue #15882: Change _decimal to accept any coefficient tuple when
Stefan Krah
2012-09-10
1
-0/+7
*
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson
2012-08-24
1
-1/+17
*
mpd_qpowmod(): calculate result with zero-exponent for compatibility with
Stefan Krah
2012-08-23
1
-8/+0
*
In the 32-bit build, dec_hash() raised InvalidOperation if the operand
Stefan Krah
2012-08-22
1
-4/+12
*
Add unused parameter to a couple of METH_NOARGS functions. The previous
Stefan Krah
2012-07-28
1
-8/+8
*
Proactive reliability fix for broken FPUs: The base conversion functions
Stefan Krah
2012-06-30
1
-18/+20
*
Speed up _decimal by another 10-15% by caching the thread local context
Stefan Krah
2012-06-24
1
-21/+58
*
Issue #14478: Cache the hash of a Decimal in the C version.
Stefan Krah
2012-04-10
1
-1/+14
*
Issue #14520: Add __sizeof__() method to the Decimal object.
Stefan Krah
2012-04-09
1
-0/+14
*
Speed up _decimal by 30-40% for numerical workloads by improving the cache
Stefan Krah
2012-04-09
1
-16/+18
*
Use the MPD() accessor macro.
Stefan Krah
2012-04-09
1
-2/+2
*
Whitespace.
Stefan Krah
2012-04-05
1
-1/+1
*
Reduce array size.
Stefan Krah
2012-04-05
1
-1/+1
*
Formatting.
Stefan Krah
2012-04-05
1
-2/+2
*
Allow printing a leading '-' and the maximum number of exponent digits
Stefan Krah
2012-04-05
1
-2/+2
*
Raise InvalidOperation if exponents of zeros are clamped during exact
Stefan Krah
2012-04-05
1
-2/+2
*
Improve comments.
Stefan Krah
2012-04-02
1
-5/+5
*
Clear the context flags if a context is initialized from the DefaultContext.
Stefan Krah
2012-04-02
1
-0/+8
*
Raise MemoryError instead of InvalidOperation/MallocError for compatibility
Stefan Krah
2012-03-25
1
-1/+8
*
Use the same exception hierarchy as decimal.py. FloatOperation now also
Stefan Krah
2012-03-23
1
-20/+65
*
Whitespace.
Stefan Krah
2012-03-21
1
-2/+2
*
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
1
-0/+5512