summaryrefslogtreecommitdiff
path: root/Lib/test/test_fractions.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)Raymond Hettinger2019-08-111-0/+6
* bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#1...Stefan Behnel2019-01-021-1/+50
* bpo-32968: Make modulo and floor division involving Fraction and float consis...Elias Zamaria2018-08-271-3/+7
* Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.Mark Dickinson2016-08-231-0/+1
* Issue #27539: Merge from 3.5.Mark Dickinson2016-08-221-0/+13
|\
| * Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...Mark Dickinson2016-08-221-0/+13
* | Issue #25971: Optimized creating Fractions from floats by 2 times and fromSerhiy Storchaka2015-12-291-7/+7
|/
* Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-131-11/+22
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...Mark Dickinson2014-04-051-1/+2
* Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...Mark Dickinson2012-11-151-14/+18
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-8/+4
* #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-0/+22
* Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-041-6/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-99/+99
* Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356).Mark Dickinson2010-11-131-0/+3
* Issue #8188: Comparisons between Decimal objects and other numericMark Dickinson2010-06-111-2/+1
* Merged revisions 79629 via svnmerge fromMark Dickinson2010-04-031-1/+26
* Merged revisions 79455 via svnmerge fromMark Dickinson2010-03-271-2/+15
* Issue #6431: Fix Fraction comparisons to return NotImplemented whenMark Dickinson2009-07-181-0/+126
* Merged revisions 71832 via svnmerge fromMark Dickinson2009-04-241-1/+7
* Issue #5812: Make Fraction('1e6') valid. The Fraction constructor nowMark Dickinson2009-04-221-4/+8
* Issue 4998: restore utility of __slots__ on Fraction.Mark Dickinson2009-02-121-0/+5
* Manually merge r68096,68189 from 3.0 branch.Georg Brandl2009-01-031-0/+2
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-8/+4
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-4/+4
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-0/+4
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-9/+9
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-141-218/+203
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-0/+427