summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-3/+0
| | | | to SilentGhost for the patch.
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
|
* Fix minor docs markup errors.Serhiy Storchaka2015-03-141-1/+1
|
* Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-11/+11
|
* Typo fix.Mark Dickinson2012-11-181-1/+1
|
* Issue #12005: clarify behaviour of % and // for Decimal objects.Mark Dickinson2012-11-181-0/+23
|
* Issue #16348: Fix incorrect documentation for Decimal.remainder_near.Mark Dickinson2012-10-311-6/+15
|
* Additional example of using decimal.localcontext().Raymond Hettinger2012-05-111-0/+4
|
* closes #13730Terry Jan Reedy2012-01-141-1/+1
|
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-1/+1
|
* Merged revisions 86286 via svnmerge fromMark Dickinson2010-11-071-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 typoStefan Krah2010-05-291-1/+1
|
* Fix markup in decimal.rst.Ezio Melotti2010-04-041-1/+1
|
* Add versionchanged entry for Decimal(float) construction.Mark Dickinson2010-04-041-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 Hettinger2010-04-021-9/+13
|
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-021-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 Dickinson2010-02-221-3/+6
| | | | of the result is always 0.
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-181-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 Dickinson2009-11-241-4/+4
|
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-021-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 Brandl2009-07-261-2/+2
| | | | objects.
* #6376: fix copy-n-paste oversight.Georg Brandl2009-06-301-3/+2
|
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-281-1/+1
|
* Update the decimal FAQ for the from_float() classmethod and improve the ↵Raymond Hettinger2009-03-101-34/+15
| | | | recipe for remove_exponent() to make it cut and pasteable.
* Clarify the meaning of normal and subnormal.Raymond Hettinger2009-03-101-3/+7
|
* Update url for the spec.Raymond Hettinger2009-03-101-1/+1
|
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-031-7/+8
|
* Remove trailing whitespace.Georg Brandl2009-01-031-17/+17
|
* Fix uses of the default role.Georg Brandl2009-01-031-5/+5
|
* Fix role name.Georg Brandl2009-01-031-1/+1
|
* Make indentation consistent.Georg Brandl2009-01-031-9/+9
|
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
|
* Reviewed and updated the documentation. Fixes #3017.Facundo Batista2008-06-211-9/+241
|
* Backport Raymond's changes in r60508 to Python 2.6.Mark Dickinson2008-05-031-2/+2
| | | | 'Context flags get set, not incremented'
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-417/+409
| | | | the class directive
* Issue 2648: Add leading zero to money format recipe in the docs.Raymond Hettinger2008-04-171-1/+3
|
* No need to specify explicit "doctest_block" anymore.Georg Brandl2008-03-221-3/+6
|
* Test decimal.rst doctests as far as possible with sphinx doctest.Georg Brandl2008-03-221-32/+55
|
* Activate the Sphinx doctest extension and convert howto/functional to use it.Georg Brandl2008-03-221-5/+12
|
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-1/+1
|
* Fix markupRaymond Hettinger2008-02-141-1/+1
|
* Simplify moneyfmt() recipe.Raymond Hettinger2008-02-141-13/+5
|
* Fix markup.Raymond Hettinger2008-02-141-1/+1
|
* Show how to remove exponents.Raymond Hettinger2008-02-141-0/+11
|
* Improve rst markupRaymond Hettinger2008-02-141-6/+5
|
* Add fixed-point examples to the decimal FAQRaymond Hettinger2008-02-141-3/+30
|
* Fix decimal repr which should have used single quotes like other reprs.Raymond Hettinger2008-02-141-91/+91
|
* Typos in decimal comment and documentationMark Dickinson2008-02-101-2/+2
|
* Clarify that decimal also supports fixed-point arithmetic.Raymond Hettinger2008-02-101-3/+15
|
* Fix typoRaymond Hettinger2008-02-071-2/+2
|