summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use mutable values for method defaults.Raymond Hettinger2004-10-121-2/+6
* SF patch #1043218Raymond Hettinger2004-10-091-52/+39
* Use floor division operator.Raymond Hettinger2004-09-271-3/+3
* SF patch #1020845: Decimal performance enhancementsRaymond Hettinger2004-09-191-500/+437
* Establish policies with respect to 2.3 compatibilty and treated specRaymond Hettinger2004-08-191-0/+9
* Revise max() and min() to comply with the 8/2/2004 update to the specificationRaymond Hettinger2004-08-171-19/+65
* * Context.copy() now makes a deepcopy.Raymond Hettinger2004-08-081-12/+21
* SF bug #1002530: test_decimal fails if repeatedRaymond Hettinger2004-08-061-6/+8
* Use threading.local() instead of threading.currentThread().Raymond Hettinger2004-07-141-21/+57
* Factor out two unnecessary global variables.Raymond Hettinger2004-07-141-11/+4
* * Hide a loop induction variable that was inadvertantly being picked upRaymond Hettinger2004-07-141-11/+2
* * Rename "Signals" to "_signals" making it non-public.Raymond Hettinger2004-07-141-7/+6
* Improve Context construction and representation:Raymond Hettinger2004-07-101-27/+27
* * Update the test suite to reflect that ConversionSyntax was no longerRaymond Hettinger2004-07-091-16/+4
* Module and tests:Raymond Hettinger2004-07-091-35/+30
* Tim gets his default traps.Raymond Hettinger2004-07-081-8/+10
* Whitespace normalization.Tim Peters2004-07-071-5/+5
* * Add __eq__ and __ne__ so that things like list.index() work properlyRaymond Hettinger2004-07-051-4/+10
* * Update the todo list.Raymond Hettinger2004-07-051-1/+2
* * Fixup docstringsRaymond Hettinger2004-07-051-7/+6
* Changed the rounding constant values to match their variable names.Raymond Hettinger2004-07-041-32/+23
* Fix clear_flags(). Make a readable (not evalable) Context repr.Raymond Hettinger2004-07-041-1/+9
* Namespace cleanups:Raymond Hettinger2004-07-031-123/+126
* * Make the tests independent of the default precision.Raymond Hettinger2004-07-031-119/+120
* Work through several open todos:Raymond Hettinger2004-07-031-43/+32
* fix small consistency nitFred Drake2004-07-011-1/+1
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+3085