summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-2/+2
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-1/+2
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-14/+0
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-011-0/+14
* bpo-41205: Document Decimal power 0 to the 0 (GH-21386)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-07-191-0/+3
* Remove reference to 3.7 and 3.8 backports. (GH-20754)Stefan Krah2020-06-091-1/+0
* Mention backports (GH-18715)Stefan Krah2020-02-291-1/+1
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-3/+12
* bpo-39576: Clarify the word size for the 32-bit build. (#18616)Stefan Krah2020-02-231-2/+2
* bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594)Stefan Krah2020-02-211-8/+58
* bpo-26256: Document algorithm speed for the Decimal module. (#4808)Cheryl Sabella2019-02-021-0/+20
* bpo-30055: add testcleanup to leave a fresh context (#1094)Marco Buttu2017-04-131-0/+5
* Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-3/+7
* mergeRaymond Hettinger2016-08-131-5/+11
|\
| * Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-5/+11
* | Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-1/+1
|\ \ | |/
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+1
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+2
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* | merge with 3.5Georg Brandl2016-02-261-3/+0
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+0
* | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-281-0/+13
|/
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * 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
|\ \ | |/
| * Fix minor docs markup errors.Serhiy Storchaka2015-03-141-1/+1
* | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-301-9/+3
* | #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-1/+2
|/
* Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
* Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-41/+54
* Merge typo fix from 3.2.Mark Dickinson2012-11-181-1/+1
|\
| * Typo fix.Mark Dickinson2012-11-181-1/+1
* | Issue #12005: merge doc patch from 3.2Mark Dickinson2012-11-181-0/+23
|\ \ | |/
| * Issue #12005: clarify behaviour of % and // for Decimal objects.Mark Dickinson2012-11-181-0/+23
* | Issue #16348: merge fix from 3.2.Mark Dickinson2012-10-311-6/+15
|\ \ | |/
| * Issue #16348: Fix incorrect documentation for Decimal.remainder_near.Mark Dickinson2012-10-311-6/+15
* | 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