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
*
Whitespace.
Stefan Krah
2014-09-10
1
-3/+0
*
Issue #19232: Speed up decimal import. Additionally, since _decimal is
Stefan Krah
2014-09-10
1
-6398/+8
*
Issue #22284: Merge 3.4
Stefan Krah
2014-09-09
1
-0/+6
|
\
|
*
Issue #22284: Update decimal.__all__
Stefan Krah
2014-09-09
1
-0/+6
*
|
Merge 3.4.
Stefan Krah
2014-08-26
1
-1/+1
|
\
\
|
|
/
|
*
Introduce and check for MPD_VERSION_HEX for precise management of builds
Stefan Krah
2014-08-26
1
-1/+1
*
|
Merge 3.4.
Stefan Krah
2014-08-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #22090: Fix '%' formatting for infinities and NaNs.
Stefan Krah
2014-08-26
1
-0/+2
*
|
Issue #10650: Remove the non-standard 'watchexp' parameter from the
Stefan Krah
2014-04-30
1
-11/+1
|
/
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1/+0
*
Merge from 3.3.
Stefan Krah
2013-11-24
1
-0/+1
|
\
|
*
1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...
Stefan Krah
2013-11-24
1
-0/+1
*
|
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
[next]