| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19794: Improved markup for True/False constants. | Serhiy Storchaka | 2013-11-26 | 1 | -13/+13 |
|
|
* | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 1 | -41/+54 |
|
|
* | Merge typo fix from 3.2. | Mark Dickinson | 2012-11-18 | 1 | -1/+1 |
|\ |
|
| * | Typo fix. | Mark Dickinson | 2012-11-18 | 1 | -1/+1 |
|
|
* | | Issue #12005: merge doc patch from 3.2 | Mark Dickinson | 2012-11-18 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | Issue #12005: clarify behaviour of % and // for Decimal objects. | Mark Dickinson | 2012-11-18 | 1 | -0/+23 |
|
|
* | | Issue #16348: merge fix from 3.2. | Mark Dickinson | 2012-10-31 | 1 | -6/+15 |
|\ \
| |/ |
|
| * | Issue #16348: Fix incorrect documentation for Decimal.remainder_near. | Mark Dickinson | 2012-10-31 | 1 | -6/+15 |
|
|
* | | Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). | Stefan Krah | 2012-08-30 | 1 | -0/+5 |
|
|
* | | Use the same exception hierarchy as decimal.py. FloatOperation now also | Stefan Krah | 2012-03-23 | 1 | -1/+1 |
|
|
* | | Document decimal.MIN_ETINY. | Stefan Krah | 2012-03-21 | 1 | -9/+12 |
|
|
* | | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 1 | -29/+147 |
|/ |
|
* | #13730 grammar fix | Terry Jan Reedy | 2012-01-14 | 1 | -1/+1 |
|
|
* | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | Issue #10225: Fixed the simple mistakes in doctests. | Alexander Belopolsky | 2011-01-12 | 1 | -1/+1 |
|
|
* | Issue #10813: Small improvement to decimal money format recipe. | Raymond Hettinger | 2011-01-08 | 1 | -1/+2 |
|
|
* | Fix capitalization. | Mark Dickinson | 2010-11-21 | 1 | -2/+2 |
|
|
* | Issue #7770: Note the useful range of sin/cos in the decimal module examples. | Raymond Hettinger | 2010-11-21 | 1 | -0/+6 |
|
|
* | Issue 10297: Add missing import in decimal example snippet. | Mark Dickinson | 2010-11-07 | 1 | -0/+1 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -4/+4 |
|
|
* | Issue #8188: Comparisons between Decimal objects and other numeric | Mark Dickinson | 2010-06-11 | 1 | -15/+9 |
|
|
* | Merged revisions 81598 via svnmerge from | Stefan Krah | 2010-05-29 | 1 | -1/+1 |
|
|
* | #Issue 8540: Make Context._clamp attribute public in decimal module. | Mark Dickinson | 2010-05-22 | 1 | -4/+21 |
|
|
* | Merged revisions 79768 via svnmerge from | Ezio Melotti | 2010-04-04 | 1 | -1/+1 |
|
|
* | Merged revisions 79756 via svnmerge from | Mark Dickinson | 2010-04-04 | 1 | -7/+15 |
|
|
* | Fix versionchanged from 2.7 to 3.2 in decimal.rst. | Ezio Melotti | 2010-04-04 | 1 | -1/+1 |
|
|
* | Merged revisions 79583,79588-79589 via svnmerge from | Mark Dickinson | 2010-04-03 | 1 | -0/+18 |
|
|
* | Issue 8257: Decimal constructor to accept float argument. | Raymond Hettinger | 2010-04-02 | 1 | -26/+9 |
|
|
* | Merged revisions 78312 via svnmerge from | Mark Dickinson | 2010-02-22 | 1 | -3/+6 |
|
|
* | Remove references to the 'long' type in py3k decimal docs. | Mark Dickinson | 2010-02-18 | 1 | -2/+2 |
|
|
* | Merged revisions 78217-78218 via svnmerge from | Mark Dickinson | 2010-02-18 | 1 | -2/+5 |
|
|
* | Issue #6595: Allow Decimal constructor to accept non-European decimal digits,... | Mark Dickinson | 2009-08-02 | 1 | -0/+5 |
|
|
* | Merged revisions 74207 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -2/+2 |
|
|
* | Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+2 |
|
|
* | Corrections to decimal flying circus: round returns a Decimal; | Mark Dickinson | 2009-06-28 | 1 | -3/+3 |
|
|
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -1/+0 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | Update decimal docs for the new floating point repr(). | Raymond Hettinger | 2009-04-23 | 1 | -3/+3 |
|
|
* | Update links and version info. | Raymond Hettinger | 2009-04-21 | 1 | -1/+1 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -16/+16 |
|
|
* | Merged revisions 68219 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -5/+5 |
|
|
* | Merged revisions 68214-68215,68217-68218 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -12/+12 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -0/+43 |
|
|
* | Remove references to __cmp__. | Georg Brandl | 2008-09-24 | 1 | -9/+8 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 1 | -2/+3 |
|
|
* | Reviewed and updated the documentation. Fixes #3017. | Facundo Batista | 2008-06-21 | 1 | -10/+243 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -3/+2 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -411/+361 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -6/+0 |
|
|