summaryrefslogtreecommitdiff
path: root/Lib/decimal.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-051-1/+1
* Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-6/+25
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Remove unused importRaymond Hettinger2014-11-071-1/+0
* Issue #21855: Fixed the decimal module in unicode disabled build.Serhiy Storchaka2014-10-141-1/+4
* Issue 22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-261-0/+2
* Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.Senthil Kumaran2013-09-071-1/+1
* Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-241-1/+7
* Update link to the decimal arithmetic specification.Raymond Hettinger2011-08-241-1/+1
* Issue #12080: Fix a performance issue in Decimal._power_exact that caused som...Mark Dickinson2011-06-041-38/+81
* Neaten-up the fix to issue 11830Raymond Hettinger2011-04-121-11/+11
* Issue #11830: Remove unnecessary introspection code in the decimal module.Raymond Hettinger2011-04-111-14/+11
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FL...Mark Dickinson2011-03-121-8/+11
* Merged revisions 82654 via svnmerge fromMark Dickinson2010-07-081-15/+31
* Merged revisions 82646,82649-82650 via svnmerge fromMark Dickinson2010-07-081-9/+12
* Fix typos in docstrings.Stefan Krah2010-05-191-2/+2
* Issue #8567: Fix incorrect precedence of signals in Decimal module.Mark Dickinson2010-05-041-43/+83
* Issue 8257: Decimal constructor to accept float.Raymond Hettinger2010-04-021-2/+6
* Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.Mark Dickinson2010-04-021-4/+20
* Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.Mark Dickinson2010-04-021-6/+9
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-021-13/+25
* Doctest fixes for decimal.py: add an integer-argument doctest for logical_in...Mark Dickinson2010-02-181-18/+20
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-181-18/+340
* compare types with is not ==Benjamin Peterson2010-01-251-2/+2
* mention from_float() in error messageBenjamin Peterson2010-01-251-2/+2
* Add missing docstring for Context.divmod. Thanks Juan José Conti.Mark Dickinson2010-01-061-0/+7
* Issue #7233: Fix Decimal.shift and Decimal.rotate methods forMark Dickinson2009-10-291-8/+10
* Issue #7233: A number of two-argument Decimal methods were failing toMark Dickinson2009-10-291-1/+20
* Issue #7099: Decimal.is_normal should return True for all nonzeroMark Dickinson2009-10-201-1/+1
* Issue #7048: logb should round its result when that result doesn't fitMark Dickinson2009-10-071-1/+2
* Issue #6857: Fix Decimal formatting to be consistent with existing floatMark Dickinson2009-09-081-1/+4
* #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...Mark Dickinson2009-09-071-3/+2
* Issue #6850: Fix bug in Decimal._parse_format_specifier for formatsMark Dickinson2009-09-071-1/+1
* Issue #6794: Fix handling of NaNs in Decimal.compare_total andMark Dickinson2009-08-281-2/+5
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-021-17/+10
* Update spec version number.Raymond Hettinger2009-04-271-1/+1
* Fix bug in _insert_thousands_sep: too much zero padding could beMark Dickinson2009-03-181-2/+1
* Issue #2110: Add support for thousands separator and 'n' format specifierMark Dickinson2009-03-171-83/+202
* Fix bug in Decimal __format__ method that swapped left and rightMark Dickinson2009-03-171-2/+2
* Add a version tag to the decimal module.Raymond Hettinger2009-03-101-0/+2
* Register decimals as numbers.NumberRaymond Hettinger2009-02-031-0/+7
* Remove uses of cmp from the decimal module.Mark Dickinson2009-01-251-3/+15
* More Python 2.3 compatibility fixes for decimal.py.Mark Dickinson2009-01-041-4/+4
* Fix Decimal.from_float to use valid Python 2.3 syntax, as perMark Dickinson2009-01-041-3/+11
* Reapply r68191.Raymond Hettinger2009-01-031-56/+56
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-56/+106
* Issue #4812: further renaming of internal Decimal constants, for clarity.Mark Dickinson2009-01-031-56/+56
* Issue #4812: add missing underscore prefix to some internal-use-onlyMark Dickinson2009-01-021-63/+63