summaryrefslogtreecommitdiffstats
path: root/Lib/fractions.py
Commit message (Expand)AuthorAgeFilesLines
* Use repr() for bad input strings; this makes the empty string or binary chara...Andrew M. Kuchling2008-06-211-1/+1
* The __all__ variable forgot to expose the gcd() function.Raymond Hettinger2008-05-081-1/+1
* Change simple instances (in Fraction) of self.numerator and self.denominator toJeffrey Yasskin2008-02-141-28/+28
* Performance optimizations on Fraction's constructor.Jeffrey Yasskin2008-02-141-11/+9
* Revert change in r60712: turn alternate constructors back intoMark Dickinson2008-02-121-13/+13
* Implementation of Fraction.limit_denominator.Mark Dickinson2008-02-121-34/+52
* Put an extra space into the repr of a Fraction:Mark Dickinson2008-02-111-1/+1
* Rename rational.Rational to fractions.Fraction, to avoid name clashMark Dickinson2008-02-101-0/+520