1. 921cb5d Mark todos and review comments. by Raymond Hettinger · 18 years ago
  2. a621674 Add support for copy, deepcopy, and pickle. by Raymond Hettinger · 18 years ago
  3. 909e334 More code cleanup. Remove unnecessary indirection to useless class methods. by Raymond Hettinger · 18 years ago
  4. 5b0e27e Add support for int(r) just like the other numeric classes. by Raymond Hettinger · 18 years ago
  5. 7a6eacd Clean-up and speed-up code by accessing numerator/denominator directly. There's no reason to enforce readonliness by Raymond Hettinger · 18 years ago
  6. f336c8b Cleanup by Raymond Hettinger · 18 years ago
  7. eb46190 Minor clean-up and more tests. by Raymond Hettinger · 18 years ago
  8. cf10926 Add first-cut at an approximation function (still needs rounding tweaks). Add continued fraction conversions. by Raymond Hettinger · 18 years ago
  9. 45169fb Several tweaks: add construction from strings and .from_decimal(), change by Jeffrey Yasskin · 18 years ago
  10. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 18 years ago