Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -35/+33 |
| | | | | the class directive | ||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -5/+5 |
| | | | | We have now over 640 doctests that are run with "make doctest". | ||||
* | Implementation of Fraction.limit_denominator. | Mark Dickinson | 2008-02-12 | 1 | -0/+18 |
| | | | | | Remove Fraction.to_continued_fraction and Fraction.from_continued_fraction | ||||
* | Fix markup | Raymond Hettinger | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | Rename rational.Rational to fractions.Fraction, to avoid name clash | Mark Dickinson | 2008-02-10 | 1 | -0/+75 |
with numbers.Rational. See issue #1682 for related discussion. |