| Commit message (Expand) | Author | Age | Files | Lines |
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -2/+0 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+29 |
|
|
* | bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation | Georg Brandl | 2005-08-22 | 1 | -1/+1 |
|
|
* | Apply the _is_special guard. | Raymond Hettinger | 2005-06-20 | 1 | -12/+13 |
|
|
* | Minor namespace clean-up. | Raymond Hettinger | 2005-06-07 | 1 | -2/+2 |
|
|
* | * Fix decimal's handling of foreign types. Now returns NotImplemented | Raymond Hettinger | 2005-03-27 | 1 | -4/+39 |
|
|
* | Bug #1163325: "special" decimals aren't hashable | Raymond Hettinger | 2005-03-15 | 1 | -0/+4 |
|
|
* | Fix small grammatical error in a docstring. | Brett Cannon | 2005-03-01 | 1 | -1/+1 |
|
|
* | Replace list of constants with tuples of constants. | Raymond Hettinger | 2005-02-06 | 1 | -1/+1 |
|
|
* | Bug #1083645 | Raymond Hettinger | 2004-12-18 | 1 | -2/+13 |
|
|
* | SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 | Raymond Hettinger | 2004-11-24 | 1 | -7/+7 |
|
|
* | SF patch #1053375. | Raymond Hettinger | 2004-10-27 | 1 | -63/+18 |
|
|
* | Very few little improvements. | Facundo Batista | 2004-10-26 | 1 | -10/+8 |
|
|
* | SF bug #1048728: Bug fixes and cleanup for decimal.py | Raymond Hettinger | 2004-10-20 | 1 | -13/+7 |
|
|
* | Don't use mutable values for method defaults. | Raymond Hettinger | 2004-10-12 | 1 | -2/+6 |
|
|
* | SF patch #1043218 | Raymond Hettinger | 2004-10-09 | 1 | -52/+39 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -3/+3 |
|
|
* | SF patch #1020845: Decimal performance enhancements | Raymond Hettinger | 2004-09-19 | 1 | -500/+437 |
|
|
* | Establish policies with respect to 2.3 compatibilty and treated spec | Raymond Hettinger | 2004-08-19 | 1 | -0/+9 |
|
|
* | Revise max() and min() to comply with the 8/2/2004 update to the specification | Raymond Hettinger | 2004-08-17 | 1 | -19/+65 |
|
|
* | * Context.copy() now makes a deepcopy. | Raymond Hettinger | 2004-08-08 | 1 | -12/+21 |
|
|
* | SF bug #1002530: test_decimal fails if repeated | Raymond Hettinger | 2004-08-06 | 1 | -6/+8 |
|
|
* | Use threading.local() instead of threading.currentThread(). | Raymond Hettinger | 2004-07-14 | 1 | -21/+57 |
|
|
* | Factor out two unnecessary global variables. | Raymond Hettinger | 2004-07-14 | 1 | -11/+4 |
|
|
* | * Hide a loop induction variable that was inadvertantly being picked up | Raymond Hettinger | 2004-07-14 | 1 | -11/+2 |
|
|
* | * Rename "Signals" to "_signals" making it non-public. | Raymond Hettinger | 2004-07-14 | 1 | -7/+6 |
|
|
* | Improve Context construction and representation: | Raymond Hettinger | 2004-07-10 | 1 | -27/+27 |
|
|
* | * Update the test suite to reflect that ConversionSyntax was no longer | Raymond Hettinger | 2004-07-09 | 1 | -16/+4 |
|
|
* | Module and tests: | Raymond Hettinger | 2004-07-09 | 1 | -35/+30 |
|
|
* | Tim gets his default traps. | Raymond Hettinger | 2004-07-08 | 1 | -8/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -5/+5 |
|
|
* | * Add __eq__ and __ne__ so that things like list.index() work properly | Raymond Hettinger | 2004-07-05 | 1 | -4/+10 |
|
|
* | * Update the todo list. | Raymond Hettinger | 2004-07-05 | 1 | -1/+2 |
|
|
* | * Fixup docstrings | Raymond Hettinger | 2004-07-05 | 1 | -7/+6 |
|
|
* | Changed the rounding constant values to match their variable names. | Raymond Hettinger | 2004-07-04 | 1 | -32/+23 |
|
|
* | Fix clear_flags(). Make a readable (not evalable) Context repr. | Raymond Hettinger | 2004-07-04 | 1 | -1/+9 |
|
|
* | Namespace cleanups: | Raymond Hettinger | 2004-07-03 | 1 | -123/+126 |
|
|
* | * Make the tests independent of the default precision. | Raymond Hettinger | 2004-07-03 | 1 | -119/+120 |
|
|
* | Work through several open todos: | Raymond Hettinger | 2004-07-03 | 1 | -43/+32 |
|
|
* | fix small consistency nit | Fred Drake | 2004-07-01 | 1 | -1/+1 |
|
|
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 1 | -0/+3085 |
|
|