| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7233: Fix Decimal.shift and Decimal.rotate methods for | Mark Dickinson | 2009-10-29 | 1 | -8/+10 |
|
|
* | Issue #7233: A number of two-argument Decimal methods were failing to | Mark Dickinson | 2009-10-29 | 1 | -1/+20 |
|
|
* | Issue #7099: Decimal.is_normal should return True for all nonzero | Mark Dickinson | 2009-10-20 | 1 | -1/+1 |
|
|
* | Issue #7048: logb should round its result when that result doesn't fit | Mark Dickinson | 2009-10-07 | 1 | -1/+2 |
|
|
* | Issue #6857: Fix Decimal formatting to be consistent with existing float | Mark Dickinson | 2009-09-08 | 1 | -1/+4 |
|
|
* | #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec... | Mark Dickinson | 2009-09-07 | 1 | -3/+2 |
|
|
* | Issue #6850: Fix bug in Decimal._parse_format_specifier for formats | Mark Dickinson | 2009-09-07 | 1 | -1/+1 |
|
|
* | Issue #6794: Fix handling of NaNs in Decimal.compare_total and | Mark Dickinson | 2009-08-28 | 1 | -2/+5 |
|
|
* | Issue #6595: Allow Decimal constructor to accept non-European decimal | Mark Dickinson | 2009-08-02 | 1 | -17/+10 |
|
|
* | Update spec version number. | Raymond Hettinger | 2009-04-27 | 1 | -1/+1 |
|
|
* | Fix bug in _insert_thousands_sep: too much zero padding could be | Mark Dickinson | 2009-03-18 | 1 | -2/+1 |
|
|
* | Issue #2110: Add support for thousands separator and 'n' format specifier | Mark Dickinson | 2009-03-17 | 1 | -83/+202 |
|
|
* | Fix bug in Decimal __format__ method that swapped left and right | Mark Dickinson | 2009-03-17 | 1 | -2/+2 |
|
|
* | Add a version tag to the decimal module. | Raymond Hettinger | 2009-03-10 | 1 | -0/+2 |
|
|
* | Register decimals as numbers.Number | Raymond Hettinger | 2009-02-03 | 1 | -0/+7 |
|
|
* | Remove uses of cmp from the decimal module. | Mark Dickinson | 2009-01-25 | 1 | -3/+15 |
|
|
* | More Python 2.3 compatibility fixes for decimal.py. | Mark Dickinson | 2009-01-04 | 1 | -4/+4 |
|
|
* | Fix Decimal.from_float to use valid Python 2.3 syntax, as per | Mark Dickinson | 2009-01-04 | 1 | -3/+11 |
|
|
* | Reapply r68191. | Raymond Hettinger | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -56/+106 |
|
|
* | Issue #4812: further renaming of internal Decimal constants, for clarity. | Mark Dickinson | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue #4812: add missing underscore prefix to some internal-use-only | Mark Dickinson | 2009-01-02 | 1 | -63/+63 |
|
|
* | Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to | Facundo Batista | 2008-12-11 | 1 | -16/+16 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
|
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -4/+2 |
|
|
* | Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure | Mark Dickinson | 2008-07-02 | 1 | -10/+10 |
|
|
* | Make sure that Context traps and flags dictionaries have values 0 and 1 | Mark Dickinson | 2008-05-04 | 1 | -2/+2 |
|
|
* | Some very minor changes to decimal.py in Python 2.6, aimed | Mark Dickinson | 2008-05-04 | 1 | -9/+9 |
|
|
* | Backport Raymond's changes in r60508 to Python 2.6. | Mark Dickinson | 2008-05-03 | 1 | -4/+4 |
|
|
* | Fixed some test structures. Thanks Mark Dickinson. | Facundo Batista | 2008-05-02 | 1 | -5/+1 |
|
|
* | Issue #2482: Make sure that the coefficient of a Decimal | Mark Dickinson | 2008-03-25 | 1 | -3/+3 |
|
|
* | Issue #2478: Decimal(sqrt(0)) failed when the decimal context | Mark Dickinson | 2008-03-25 | 1 | -3/+3 |
|
|
* | Fix docstring typo. | Mark Dickinson | 2008-02-29 | 1 | -1/+1 |
|
|
* | Add __format__ method to Decimal, to support PEP 3101 | Mark Dickinson | 2008-02-29 | 1 | -0/+240 |
|
|
* | Remove duplicate 'import re' in decimal.py | Mark Dickinson | 2008-02-24 | 1 | -2/+1 |
|
|
* | Fix decimal repr which should have used single quotes like other reprs. | Raymond Hettinger | 2008-02-14 | 1 | -242/+242 |
|
|
* | Bring decimal a bit closer to the spec for Reals. | Raymond Hettinger | 2008-02-12 | 1 | -0/+14 |
|
|
* | Typos in decimal comment and documentation | Mark Dickinson | 2008-02-10 | 1 | -1/+1 |
|
|
* | Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN | Mark Dickinson | 2008-02-06 | 1 | -39/+110 |
|
|
* | Add support for trunc(). | Raymond Hettinger | 2008-01-24 | 1 | -0/+2 |
|
|
* | Docstring typos | Andrew M. Kuchling | 2008-01-16 | 1 | -3/+3 |
|
|
* | Issue 1780: Allow leading and trailing whitespace in Decimal constructor, | Mark Dickinson | 2008-01-12 | 1 | -3/+14 |
|
|
* | Have Decimal.as_tuple return a named tuple. | Raymond Hettinger | 2008-01-11 | 1 | -1/+7 |
|
|
* | Issue #1757: The hash of a Decimal instance is no longer affected | Facundo Batista | 2008-01-08 | 1 | -3/+11 |
|
|
* | Some minor cleanups. Thanks Mark Dickinson. | Facundo Batista | 2007-12-19 | 1 | -34/+19 |
|
|
* | Removed the private _rounding_decision: it was not needed, and the code | Facundo Batista | 2007-12-17 | 1 | -94/+38 |
|
|
* | fma speedup by avoiding to create a Context. Thanks Mark Dickinson. | Facundo Batista | 2007-12-04 | 1 | -16/+31 |
|
|
* | Faster _fix function, and some reordering for a more elegant | Facundo Batista | 2007-12-03 | 1 | -52/+47 |
|
|
* | Speedup and cleaning of __str__. Thanks Mark Dickinson. | Facundo Batista | 2007-12-03 | 1 | -71/+41 |
|
|
* | Reordering of __new__ to minimize isinstance() calls to most | Facundo Batista | 2007-11-30 | 1 | -55/+56 |
|
|