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
/
decimal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge from 3.3
Senthil Kumaran
2013-09-08
1
-1/+1
|
\
|
*
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Senthil Kumaran
2013-09-08
1
-1/+1
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-4/+4
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-4/+4
*
|
Merge 3.3.
Stefan Krah
2013-05-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
1
-1/+1
*
|
Merge 3.3.
Stefan Krah
2012-12-15
1
-6/+6
|
\
\
|
|
/
|
*
Issue #15783: Except for the number methods, the C version of decimal now
Stefan Krah
2012-12-15
1
-6/+6
*
|
Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibi...
Mark Dickinson
2012-10-31
1
-3/+1
|
/
*
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson
2012-08-24
1
-1/+7
*
Use the same exception hierarchy as decimal.py. FloatOperation now also
Stefan Krah
2012-03-23
1
-1/+1
*
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
1
-31/+163
*
Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from De...
Mark Dickinson
2011-10-24
1
-22/+0
*
Issue #12080: Fix a performance issue in Decimal._power_exact that causes som...
Mark Dickinson
2011-06-04
1
-38/+81
*
Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a Ty...
Mark Dickinson
2011-05-22
1
-1/+1
*
Issue #11830: Remove unnecessary introspection code in the decimal module.
Alexander Belopolsky
2011-04-13
1
-17/+14
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
|
Merge #11131
Mark Dickinson
2011-03-12
1
-8/+11
|
\
\
|
|
/
|
*
Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat...
Mark Dickinson
2011-03-12
1
-8/+11
|
*
Merged revisions 82654 via svnmerge from
Mark Dickinson
2010-07-08
1
-13/+31
|
*
Merged revisions 82646,82649-82650 via svnmerge from
Mark Dickinson
2010-07-08
1
-9/+12
|
*
Merged revisions 81352 via svnmerge from
Stefan Krah
2010-05-19
1
-2/+2
|
*
Merged revisions 80755 via svnmerge from
Mark Dickinson
2010-05-04
1
-43/+83
|
*
Merged revisions 77937 via svnmerge from
Benjamin Peterson
2010-02-03
1
-2/+2
|
*
Merged revisions 77326 via svnmerge from
Mark Dickinson
2010-01-06
1
-0/+7
|
*
Merged revisions 75947 via svnmerge from
Mark Dickinson
2009-10-29
1
-9/+30
|
*
Merged revisions 75562 via svnmerge from
Mark Dickinson
2009-10-20
1
-1/+1
|
*
Merged revisions 75276 via svnmerge from
Mark Dickinson
2009-10-07
1
-1/+2
|
*
Merged revisions 74709 via svnmerge from
Mark Dickinson
2009-09-08
1
-3/+2
|
*
Merged revisions 74706 via svnmerge from
Mark Dickinson
2009-09-07
1
-1/+1
|
*
Merged revisions 74566 via svnmerge from
Mark Dickinson
2009-08-28
1
-2/+5
|
*
Merged revisions 74279 via svnmerge from
Mark Dickinson
2009-08-02
1
-17/+10
*
|
Get command-line doctest of Lib/decimal.py to work again.
Raymond Hettinger
2011-02-01
1
-2/+2
*
|
Add link to specification.
Raymond Hettinger
2010-11-30
1
-0/+1
*
|
Replace _nbits() with int.bit_length().
Raymond Hettinger
2010-11-27
1
-17/+1
*
|
Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...
Eric Smith
2010-11-25
1
-2/+3
*
|
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
-1/+2
*
|
Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.
Mark Dickinson
2010-07-08
1
-13/+31
*
|
Fix misplaced exactness check that was causing unnecessary work in Decimal.__...
Mark Dickinson
2010-07-08
1
-3/+4
*
|
Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.
Mark Dickinson
2010-07-08
1
-6/+8
*
|
Fix mild type confusion in decimal module docstring.
Mark Dickinson
2010-06-12
1
-1/+2
*
|
Fix typo in docstring.
Mark Dickinson
2010-06-11
1
-1/+1
*
|
Issue #8188: Comparisons between Decimal objects and other numeric
Mark Dickinson
2010-06-11
1
-6/+37
*
|
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson
2010-05-23
1
-48/+32
*
|
#Issue 8540: Make Context._clamp attribute public in decimal module.
Mark Dickinson
2010-05-22
1
-15/+39
*
|
Merged revisions 81350 via svnmerge from
Stefan Krah
2010-05-19
1
-2/+2
*
|
Merged revisions 80753 via svnmerge from
Mark Dickinson
2010-05-04
1
-43/+83
[next]