Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
| | |||||
* | Issue #19794: Improved markup for True/False constants. | Serhiy Storchaka | 2013-11-26 | 1 | -11/+11 |
| | |||||
* | Typo fix. | Mark Dickinson | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | Issue #12005: clarify behaviour of % and // for Decimal objects. | Mark Dickinson | 2012-11-18 | 1 | -0/+23 |
| | |||||
* | Issue #16348: Fix incorrect documentation for Decimal.remainder_near. | Mark Dickinson | 2012-10-31 | 1 | -6/+15 |
| | |||||
* | Additional example of using decimal.localcontext(). | Raymond Hettinger | 2012-05-11 | 1 | -0/+4 |
| | |||||
* | closes #13730 | Terry Jan Reedy | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | Fix closes issue10403 - Let's not use members anymore. | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Merged revisions 86286 via svnmerge from | Mark Dickinson | 2010-11-07 | 1 | -0/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86286 | mark.dickinson | 2010-11-07 11:24:44 +0000 (Sun, 07 Nov 2010) | 1 line Issue 10297: Add missing import in decimal example snippet. ........ | ||||
* | Fix typo | Stefan Krah | 2010-05-29 | 1 | -1/+1 |
| | |||||
* | Fix markup in decimal.rst. | Ezio Melotti | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | Add versionchanged entry for Decimal(float) construction. | Mark Dickinson | 2010-04-04 | 1 | -7/+15 |
| | | | | | | Also add an example of constructing a Decimal directly from a float, update the quickstart tutorial, and tweak another couple of sentences. | ||||
* | Issue 8257: Decimal constructor to accept float. | Raymond Hettinger | 2010-04-02 | 1 | -9/+13 |
| | |||||
* | Issue #2531: Make float-to-decimal comparisons return correct results. | Mark Dickinson | 2010-04-02 | 1 | -0/+18 |
| | | | | | | | 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. | ||||
* | Clarify description of three-argument pow for Decimal types: the exponent ↵ | Mark Dickinson | 2010-02-22 | 1 | -3/+6 |
| | | | | of the result is always 0. | ||||
* | Issue #7633: Context method in the decimal module (with the exception | Mark Dickinson | 2010-02-18 | 1 | -2/+5 |
| | | | | | | 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. | ||||
* | Fix some documentation examples involving the repr of a float. | Mark Dickinson | 2009-11-24 | 1 | -4/+4 |
| | |||||
* | Issue #6595: Allow Decimal constructor to accept non-European decimal | Mark Dickinson | 2009-08-02 | 1 | -0/+6 |
| | | | | | digits, as recommended by the specification. (Backport of r74279 from py3k.) | ||||
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵ | Georg Brandl | 2009-07-26 | 1 | -2/+2 |
| | | | | objects. | ||||
* | #6376: fix copy-n-paste oversight. | Georg Brandl | 2009-06-30 | 1 | -3/+2 |
| | |||||
* | Make the doctests in the docs pass, except for those in the turtle module. | Georg Brandl | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Update the decimal FAQ for the from_float() classmethod and improve the ↵ | Raymond Hettinger | 2009-03-10 | 1 | -34/+15 |
| | | | | recipe for remove_exponent() to make it cut and pasteable. | ||||
* | Clarify the meaning of normal and subnormal. | Raymond Hettinger | 2009-03-10 | 1 | -3/+7 |
| | |||||
* | Update url for the spec. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -7/+8 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -17/+17 |
| | |||||
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 1 | -5/+5 |
| | |||||
* | Fix role name. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Make indentation consistent. | Georg Brandl | 2009-01-03 | 1 | -9/+9 |
| | |||||
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -0/+43 |
| | |||||
* | Reviewed and updated the documentation. Fixes #3017. | Facundo Batista | 2008-06-21 | 1 | -9/+241 |
| | |||||
* | Backport Raymond's changes in r60508 to Python 2.6. | Mark Dickinson | 2008-05-03 | 1 | -2/+2 |
| | | | | 'Context flags get set, not incremented' | ||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -417/+409 |
| | | | | the class directive | ||||
* | Issue 2648: Add leading zero to money format recipe in the docs. | Raymond Hettinger | 2008-04-17 | 1 | -1/+3 |
| | |||||
* | No need to specify explicit "doctest_block" anymore. | Georg Brandl | 2008-03-22 | 1 | -3/+6 |
| | |||||
* | Test decimal.rst doctests as far as possible with sphinx doctest. | Georg Brandl | 2008-03-22 | 1 | -32/+55 |
| | |||||
* | Activate the Sphinx doctest extension and convert howto/functional to use it. | Georg Brandl | 2008-03-22 | 1 | -5/+12 |
| | |||||
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | Fix markup | Raymond Hettinger | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | Simplify moneyfmt() recipe. | Raymond Hettinger | 2008-02-14 | 1 | -13/+5 |
| | |||||
* | Fix markup. | Raymond Hettinger | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | Show how to remove exponents. | Raymond Hettinger | 2008-02-14 | 1 | -0/+11 |
| | |||||
* | Improve rst markup | Raymond Hettinger | 2008-02-14 | 1 | -6/+5 |
| | |||||
* | Add fixed-point examples to the decimal FAQ | Raymond Hettinger | 2008-02-14 | 1 | -3/+30 |
| | |||||
* | Fix decimal repr which should have used single quotes like other reprs. | Raymond Hettinger | 2008-02-14 | 1 | -91/+91 |
| | |||||
* | Typos in decimal comment and documentation | Mark Dickinson | 2008-02-10 | 1 | -2/+2 |
| | |||||
* | Clarify that decimal also supports fixed-point arithmetic. | Raymond Hettinger | 2008-02-10 | 1 | -3/+15 |
| | |||||
* | Fix typo | Raymond Hettinger | 2008-02-07 | 1 | -2/+2 |
| |