summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
Commit message (Expand)AuthorAgeFilesLines
* 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 recip...Raymond Hettinger2009-03-101-34/+15
* 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
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-417/+409
* 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
* The float conversion recipe is simpler in Py2.6Raymond Hettinger2008-02-071-25/+15
* IEEE 754 should be IEEE 854; give precise reference forMark Dickinson2008-02-071-6/+6
* Fix broken link in decimal documentation.Mark Dickinson2008-02-071-1/+1
* Remove incorrect usage of :const: in documentation.Mark Dickinson2008-02-061-2/+2
* Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaNMark Dickinson2008-02-061-0/+13
* Issue 1780: Allow leading and trailing whitespace in Decimal constructor,Mark Dickinson2008-01-121-3/+11
* Documentation for r5990[3567].Georg Brandl2008-01-111-1/+5
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-051-1/+0
* Some cleanup in the docs.Georg Brandl2007-12-291-17/+17
* Typo fixAndrew M. Kuchling2007-09-241-1/+1
* alternate -> alternative.Georg Brandl2007-09-201-1/+1
* Some additions (examples and a bit on the tutorial).Facundo Batista2007-09-141-20/+45
* Included the new functions, and new descriptions.Facundo Batista2007-09-141-121/+437
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1289