summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_decimal.py
Commit message (Expand)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+28
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-2/+2
* Fix merge glitch.Thomas Wouters2006-04-211-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-21/+29
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-3/+1
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-171-1/+1
* * Fix decimal's handling of foreign types. Now returns NotImplementedRaymond Hettinger2005-03-271-7/+50
* Bug #1163325: "special" decimals aren't hashableRaymond Hettinger2005-03-151-0/+3
* Bug #1083645Raymond Hettinger2004-12-181-2/+12
* SF bug #1071588 coercing decimal to int doesn't work between -1 and 1Raymond Hettinger2004-11-241-4/+4
* Change the strategy for coping with time intensive tests fromRaymond Hettinger2004-09-041-7/+12
* There are no longer any special case test skips.Raymond Hettinger2004-08-171-3/+0
* * Dynamically build a list of files to be tested (necessary becauseRaymond Hettinger2004-08-171-81/+14
* Add a test for Context.copy().Raymond Hettinger2004-08-081-0/+8
* * Hide a loop induction variable that was inadvertantly being picked upRaymond Hettinger2004-07-141-28/+0
* * Rename "Signals" to "_signals" making it non-public.Raymond Hettinger2004-07-141-1/+7
* Improve Context construction and representation:Raymond Hettinger2004-07-101-16/+12
* * Update the test suite to reflect that ConversionSyntax was no longerRaymond Hettinger2004-07-091-2/+2
* Module and tests:Raymond Hettinger2004-07-091-6/+5
* * Add __eq__ and __ne__ so that things like list.index() work properlyRaymond Hettinger2004-07-051-11/+16
* Test the logic for int(d).Raymond Hettinger2004-07-051-0/+10
* * Make the tests independent of the default precision.Raymond Hettinger2004-07-031-0/+7
* Work through several open todos:Raymond Hettinger2004-07-031-7/+23
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1082