- 8c20244 Issue #1772851. Optimization of __hash__ to behave better for big big numbers. by Facundo Batista · 18 years ago
- cce8df2 Speed up of the various division operations (remainder, divide, by Facundo Batista · 18 years ago
- 6c398da The methods always return Decimal classes, even if they're by Facundo Batista · 18 years ago
- bd2fe83 Put the parameter watchexp back in (changed watchexp from an int by Facundo Batista · 18 years ago
- 353750c Merged the decimal-branch (revisions 54886 to 58140). Decimal is now by Facundo Batista · 18 years ago
- 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 18 years ago
- 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
- 59c5884 General clean-up. Lot of margin corrections, comments, some typos. by Facundo Batista · 18 years ago
- 495df47 Fix docstring bug by Raymond Hettinger · 19 years ago
- 681d867 Add missing word in comment by Neal Norwitz · 19 years ago
- ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 19 years ago
- 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 19 years ago
- cfe3128 Revert r50706 (Whitespace normalization) and by Martin v. Löwis · 19 years ago
- 73a9ead Whitespace normalization. by Tim Peters · 19 years ago
- ac4ae4b Comments and docs cleanups, and some little fixes, provided by Santiágo Peresón by Facundo Batista · 19 years ago
- 1fb9f52 Typo fix. by Georg Brandl · 19 years ago
- afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 19 years ago
- da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
- a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
- f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
- 1a5e21e Updates to the with-statement: by Guido van Rossum · 19 years ago
- f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
- e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 20 years ago
- eb26084 Minor namespace clean-up. by Raymond Hettinger · 20 years ago
- 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
- bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
- 46b0802 Fix small grammatical error in a docstring. by Brett Cannon · 20 years ago
- dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 21 years ago
- 7e71fa5 Bug #1083645 by Raymond Hettinger · 21 years ago
- 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
- 17931de SF patch #1053375. (Contributed by Facundo Batista.) by Raymond Hettinger · 21 years ago
- 99b5548 Very few little improvements. by Facundo Batista · 21 years ago
- 76e60d6 SF bug #1048728: Bug fixes and cleanup for decimal.py by Raymond Hettinger · 21 years ago
- abf8a56 Don't use mutable values for method defaults. by Raymond Hettinger · 21 years ago
- dab988d SF patch #1043218 by Raymond Hettinger · 21 years ago
- 4837a22 Use floor division operator. by Raymond Hettinger · 21 years ago
- 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 21 years ago
- 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 21 years ago
- d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 21 years ago
- 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 21 years ago
- 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 21 years ago
- ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 21 years ago
- 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 21 years ago
- b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 21 years ago
- fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 21 years ago
- bf44069 Improve Context construction and representation: by Raymond Hettinger · 21 years ago
- d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 21 years ago
- 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
- bd7f76d Tim gets his default traps. by Raymond Hettinger · 21 years ago
- 4e0e1b6 Whitespace normalization. by Tim Peters · 21 years ago
- 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 21 years ago
- ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 21 years ago
- e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 21 years ago
- 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 21 years ago
- b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 21 years ago
- 9ec3e3b Namespace cleanups: by Raymond Hettinger · 21 years ago
- 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 21 years ago
- d9c0a7a Work through several open todos: by Raymond Hettinger · 21 years ago
- 1f34eb1 fix small consistency nit by Fred Drake · 21 years ago
- 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago