1. b7bc925 Remove debug output from example. by Ezio Melotti · 13 years ago
  2. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  3. 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
  4. 9ad0b36 Documentation fix for change introduced in r71832 by Mark Dickinson · 16 years ago
  5. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 16 years ago
  6. e92818f Fix uses of the default role. by Georg Brandl · 17 years ago
  7. df90ee6 Issue #3197: rework documentation for fractions module. by Mark Dickinson · 17 years ago
  8. cab7e56 Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 17 years ago
  9. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  10. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  11. e1b8247 Implementation of Fraction.limit_denominator. by Mark Dickinson · 18 years ago
  12. 2ddbd80 Fix markup by Raymond Hettinger · 18 years ago
  13. d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 18 years ago[Renamed (60%) from Doc/library/rational.rst]
  14. 45169fb Several tweaks: add construction from strings and .from_decimal(), change by Jeffrey Yasskin · 18 years ago
  15. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 18 years ago