1. d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 17 years ago
  2. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 17 years ago
  3. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 18 years ago
  4. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
  5. 46cc702 test_main(): Restore the decimal context that was in by Tim Peters · 19 years ago
  6. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  7. 96c3f7f Make test_decimal work with -Qnew. by Georg Brandl · 19 years ago
  8. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
  9. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
  10. 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
  11. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 20 years ago
  12. ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 20 years ago
  13. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 20 years ago
  14. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 20 years ago
  15. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 20 years ago
  16. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  17. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  18. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  19. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 20 years ago
  20. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  21. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  22. 5548be2 Test the logic for int(d). 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. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago