summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | comparisons involving NaNs.
* 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
| | | | raise InvalidOperation (and return False if InvalidOperation is trapped).
* Issue 1780: Allow leading and trailing whitespace in Decimal constructor,Mark Dickinson2008-01-121-3/+11
| | | | | when constructing from a string. Disallow trailing newlines in Context.create_decimal.
* 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