Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The __all__ variable forgot to expose the gcd() function. | Raymond Hettinger | 2008-05-08 | 1 | -1/+1 |
* | Change simple instances (in Fraction) of self.numerator and self.denominator to | Jeffrey Yasskin | 2008-02-14 | 1 | -28/+28 |
* | Performance optimizations on Fraction's constructor. | Jeffrey Yasskin | 2008-02-14 | 1 | -11/+9 |
* | Revert change in r60712: turn alternate constructors back into | Mark Dickinson | 2008-02-12 | 1 | -13/+13 |
* | Implementation of Fraction.limit_denominator. | Mark Dickinson | 2008-02-12 | 1 | -34/+52 |
* | Put an extra space into the repr of a Fraction: | Mark Dickinson | 2008-02-11 | 1 | -1/+1 |
* | Rename rational.Rational to fractions.Fraction, to avoid name clash | Mark Dickinson | 2008-02-10 | 1 | -0/+520 |