summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
Commit message (Expand)AuthorAgeFilesLines
* Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().Stefan Krah2012-08-301-0/+5
* Use the same exception hierarchy as decimal.py. FloatOperation now alsoStefan Krah2012-03-231-1/+1
* Document decimal.MIN_ETINY.Stefan Krah2012-03-211-9/+12
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-29/+147
* #13730 grammar fixTerry Jan Reedy2012-01-141-1/+1
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-1/+1
* Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-121-1/+1
* Issue #10813: Small improvement to decimal money format recipe.Raymond Hettinger2011-01-081-1/+2
* Fix capitalization.Mark Dickinson2010-11-211-2/+2
* Issue #7770: Note the useful range of sin/cos in the decimal module examples.Raymond Hettinger2010-11-211-0/+6
* Issue 10297: Add missing import in decimal example snippet.Mark Dickinson2010-11-071-0/+1
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-4/+4
* Issue #8188: Comparisons between Decimal objects and other numericMark Dickinson2010-06-111-15/+9
* Merged revisions 81598 via svnmerge fromStefan Krah2010-05-291-1/+1
* #Issue 8540: Make Context._clamp attribute public in decimal module.Mark Dickinson2010-05-221-4/+21
* Merged revisions 79768 via svnmerge fromEzio Melotti2010-04-041-1/+1
* Merged revisions 79756 via svnmerge fromMark Dickinson2010-04-041-7/+15
* Fix versionchanged from 2.7 to 3.2 in decimal.rst.Ezio Melotti2010-04-041-1/+1
* Merged revisions 79583,79588-79589 via svnmerge fromMark Dickinson2010-04-031-0/+18
* Issue 8257: Decimal constructor to accept float argument.Raymond Hettinger2010-04-021-26/+9
* Merged revisions 78312 via svnmerge fromMark Dickinson2010-02-221-3/+6
* Remove references to the 'long' type in py3k decimal docs.Mark Dickinson2010-02-181-2/+2
* Merged revisions 78217-78218 via svnmerge fromMark Dickinson2010-02-181-2/+5
* Issue #6595: Allow Decimal constructor to accept non-European decimal digits,...Mark Dickinson2009-08-021-0/+5
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-2/+2
* Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge...Alexandre Vassalotti2009-07-171-3/+2
* Corrections to decimal flying circus: round returns a Decimal;Mark Dickinson2009-06-281-3/+3
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-1/+1
* Update decimal docs for the new floating point repr().Raymond Hettinger2009-04-231-3/+3
* Update links and version info.Raymond Hettinger2009-04-211-1/+1
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-16/+16
* Merged revisions 68219 via svnmerge fromGeorg Brandl2009-01-031-5/+5
* Merged revisions 68214-68215,68217-68218 via svnmerge fromGeorg Brandl2009-01-031-12/+12
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
* Remove references to __cmp__.Georg Brandl2008-09-241-9/+8
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-2/+3
* Reviewed and updated the documentation. Fixes #3017.Facundo Batista2008-06-211-10/+243
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-3/+2
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-411/+361
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-6/+0
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-1/+3
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-31/+64
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-17/+46
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-141-91/+91
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-5/+17
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-1/+14
* Simplify float conversion recipe.Raymond Hettinger2008-02-071-28/+18