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
*
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