summaryrefslogtreecommitdiff
path: root/Lib/test/test_fractions.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-96/+96
* Issue #8294: Allow float and Decimal arguments in Fraction constructor.Mark Dickinson2010-04-021-1/+26
* Make Fraction to complex comparisons with <=, <, >= or > raise TypeError.Mark Dickinson2010-03-271-2/+15
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-0/+7
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-9/+0
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-0/+9
* Issue #6431: Fix Fraction comparisons with unknown types, and withMark Dickinson2009-07-181-0/+126
* Issue #5812: The two-argument form of the Fraction constructorMark Dickinson2009-04-241-1/+7
* Issue #5812: make Fraction('1e-6') valid. Backport of r71806.Mark Dickinson2009-04-221-4/+8
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-201-0/+5
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-031-0/+2
* Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.Raymond Hettinger2008-07-101-8/+4
* Issue 3287: Raise correct exception for float inputs.Raymond Hettinger2008-07-101-4/+4
* Remove trailing 'L's from numerator and denominator in theMark Dickinson2008-06-271-0/+4
* Use repr() for bad input strings; this makes the empty string or binary chara...Andrew M. Kuchling2008-06-211-9/+9
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Performance optimizations on Fraction's constructor.Jeffrey Yasskin2008-02-141-4/+4
* Replace R=fractions.Fraction with F=fractions.Fraction inMark Dickinson2008-02-121-189/+189
* Implementation of Fraction.limit_denominator.Mark Dickinson2008-02-121-22/+9
* 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/+412