1. 1dabdb2 Make the Rational constructor accept '3.' and '.2' as well as '3.2'. by Mark Dickinson · 17 years ago
  2. dc2964b Roll back r60248. It's useful to encourage users not to change Rational by Jeffrey Yasskin · 17 years ago
  3. 2df20a3 Minor wordsmithing on docstring by Raymond Hettinger · 17 years ago
  4. 38db364 Remove unused to-be-magic methods from Rational per issue 1968. Do not port by Jeffrey Yasskin · 17 years ago
  5. b23dea6 Added more documentation on how mixed-mode arithmetic should be implemented. I by Jeffrey Yasskin · 17 years ago
  6. 3ea7b41 Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because by Jeffrey Yasskin · 17 years ago
  7. 63c77b6 Docstring nit by Raymond Hettinger · 17 years ago
  8. 3e1a373 Make rational.gcd() public and allow Rational to take decimal strings, per by Jeffrey Yasskin · 17 years ago
  9. 9ec7bc3 More design notes by Raymond Hettinger · 17 years ago
  10. 9c6d81f Fix-up signature for approximation. by Raymond Hettinger · 17 years ago
  11. 7ea8225 Add one other review comment. by Raymond Hettinger · 17 years ago
  12. 921cb5d Mark todos and review comments. by Raymond Hettinger · 17 years ago
  13. a621674 Add support for copy, deepcopy, and pickle. by Raymond Hettinger · 17 years ago
  14. 909e334 More code cleanup. Remove unnecessary indirection to useless class methods. by Raymond Hettinger · 17 years ago
  15. 5b0e27e Add support for int(r) just like the other numeric classes. by Raymond Hettinger · 17 years ago
  16. 7a6eacd Clean-up and speed-up code by accessing numerator/denominator directly. There's no reason to enforce readonliness by Raymond Hettinger · 17 years ago
  17. f336c8b Cleanup by Raymond Hettinger · 17 years ago
  18. eb46190 Minor clean-up and more tests. by Raymond Hettinger · 17 years ago
  19. cf10926 Add first-cut at an approximation function (still needs rounding tweaks). Add continued fraction conversions. by Raymond Hettinger · 17 years ago
  20. 45169fb Several tweaks: add construction from strings and .from_decimal(), change by Jeffrey Yasskin · 17 years ago
  21. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 17 years ago