Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30055: add testcleanup to leave a fresh context (#1094) | Marco Buttu | 2017-04-13 | 1 | -0/+5 |
| | |||||
* | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -3/+7 |
| | | | | Thanks to Georg Brandl for the patch. | ||||
* | merge | Raymond Hettinger | 2016-08-13 | 1 | -5/+11 |
|\ | |||||
| * | Issue #27720: Fix error in eng_to_decimal docs and add examples from the ↵ | Raymond Hettinger | 2016-08-13 | 1 | -5/+11 |
| | | | | | | | | | | | | specification. (Based on a first draft patch from Evelyn Mitchell.) | ||||
* | | Issue #26462: Merge code block fixes from 3.5 | Martin Panter | 2016-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+1 |
| | | | | | | | | Patch by Julien Palard. | ||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | merge with 3.5 | Georg Brandl | 2016-02-26 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -3/+0 |
| | | | | | | | | to SilentGhost for the patch. | ||||
* | | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by | Stefan Krah | 2015-12-28 | 1 | -0/+13 |
|/ | | | | Mark Dickinson. | ||||
* | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | Fix minor docs markup errors. | Serhiy Storchaka | 2015-03-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix minor docs markup errors. | Serhiy Storchaka | 2015-03-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #10650: Remove the non-standard 'watchexp' parameter from the | Stefan Krah | 2014-04-30 | 1 | -9/+3 |
| | | | | | | | | | | Decimal.quantize() method in the Python version. It had never been present in the C version. | ||||
* | | #13437: link to the source code for a few more modules | Andrew Kuchling | 2014-03-19 | 1 | -1/+2 |
|/ | |||||
* | 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 |
| | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
* | 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 |
| | | | | | | | | | | inherits from TypeError. Cleanup in module initialization to make repeated import failures robust. | ||||
* | | 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 |
|/ | | | | | up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | ||||
* | #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 |
| | | | | attribute and 'methods' where it denotes methods. Context should clarify usage. | ||||
* | 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 |
| | | | | objects (Fraction, float, complex, int) now all function as expected. | ||||
* | Merged revisions 81598 via svnmerge from | Stefan Krah | 2010-05-29 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81598 | stefan.krah | 2010-05-29 14:54:35 +0200 (Sat, 29 May 2010) | 1 line Fix typo ........ | ||||
* | #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 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79768 | ezio.melotti | 2010-04-05 02:21:53 +0300 (Mon, 05 Apr 2010) | 1 line Fix markup in decimal.rst. ........ | ||||
* | Merged revisions 79756 via svnmerge from | Mark Dickinson | 2010-04-04 | 1 | -7/+15 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79756 | mark.dickinson | 2010-04-04 23:09:21 +0100 (Sun, 04 Apr 2010) | 6 lines Add versionchanged entry for Decimal(float) construction. Also add an example of constructing a Decimal directly from a float, update the quickstart tutorial, and tweak another couple of sentences. ........ | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79583 | mark.dickinson | 2010-04-02 09:53:22 +0100 (Fri, 02 Apr 2010) | 7 lines Issue #2531: Make float-to-decimal comparisons return correct results. Float to decimal comparison operations now return a result based on the numeric values of the operands. Decimal.__hash__ has also been fixed so that Decimal and float values that compare equal have equal hash value. ........ r79588 | mark.dickinson | 2010-04-02 11:17:07 +0100 (Fri, 02 Apr 2010) | 2 lines Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. ........ r79589 | mark.dickinson | 2010-04-02 11:35:12 +0100 (Fri, 02 Apr 2010) | 6 lines Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. Also rewrite the Decimal __hash__ method so that it doesn't rely on float('inf') being valid: float('inf') could raise an exception on platforms not using IEEE 754 arithmetic. ........ | ||||
* | 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 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78312 | mark.dickinson | 2010-02-22 15:40:28 +0000 (Mon, 22 Feb 2010) | 1 line Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. ........ | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78217 | mark.dickinson | 2010-02-18 14:27:02 +0000 (Thu, 18 Feb 2010) | 5 lines Issue #7633: Context method in the decimal module (with the exception of the 'canonical' and 'is_canonical' methods) now consistently accept integer arguments wherever a Decimal instance is accepted. Thanks Juan José Conti for the patch. ........ r78218 | mark.dickinson | 2010-02-18 14:45:33 +0000 (Thu, 18 Feb 2010) | 1 line Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero. ........ | ||||
* | Issue #6595: Allow Decimal constructor to accept non-European decimal ↵ | Mark Dickinson | 2009-08-02 | 1 | -0/+5 |
| | | | | digits, as recommended by the specification. | ||||
* | Merged revisions 74207 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -2/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........ |