Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | Performance optimizations on Fraction's constructor. | Jeffrey Yasskin | 2008-02-14 | 1 | -4/+4 |
* | Replace R=fractions.Fraction with F=fractions.Fraction in | Mark Dickinson | 2008-02-12 | 1 | -189/+189 |
* | Implementation of Fraction.limit_denominator. | Mark Dickinson | 2008-02-12 | 1 | -22/+9 |
* | 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/+412 |