1. dab988d SF patch #1043218 by Raymond Hettinger · 20 years ago
  2. 4837a22 Use floor division operator. by Raymond Hettinger · 20 years ago
  3. 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 20 years ago
  4. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  5. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  6. 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 20 years ago
  7. 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 20 years ago
  8. ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 20 years ago
  9. 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 20 years ago
  10. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  11. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  12. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  13. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 20 years ago
  14. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  15. bd7f76d Tim gets his default traps. by Raymond Hettinger · 20 years ago
  16. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  17. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  18. ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 20 years ago
  19. e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 20 years ago
  20. 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 20 years ago
  21. b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 20 years ago
  22. 9ec3e3b Namespace cleanups: by Raymond Hettinger · 20 years ago
  23. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  24. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  25. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  26. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago