1. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
  2. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 18 years ago
  3. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 18 years ago
  4. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
  5. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 18 years ago
  6. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  7. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  8. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  10. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  11. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 19 years ago
  12. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago
  13. dcc6d32 Fix merge glitch. by Thomas Wouters · 19 years ago
  14. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  15. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
  16. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 19 years ago
  17. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
  18. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
  19. 7e71fa5 Bug #1083645 by Raymond Hettinger · 21 years ago
  20. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
  21. ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 21 years ago
  22. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 21 years ago
  23. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 21 years ago
  24. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 21 years ago
  25. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 21 years ago
  26. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 21 years ago
  27. bf44069 Improve Context construction and representation: by Raymond Hettinger · 21 years ago
  28. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 21 years ago
  29. 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
  30. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 21 years ago
  31. 5548be2 Test the logic for int(d). by Raymond Hettinger · 21 years ago
  32. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 21 years ago
  33. d9c0a7a Work through several open todos: by Raymond Hettinger · 21 years ago
  34. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago