| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. | Mark Dickinson | 2016-08-23 | 1 | -1/+1 |
* | Issue #27539: Merge from 3.5. | Mark Dickinson | 2016-08-22 | 1 | -28/+4 |
|\ |
|
| * | Issue #25971: Optimized creating Fractions from floats by 2 times and from | Serhiy Storchaka | 2015-12-29 | 1 | -28/+4 |
* | | Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ... | Mark Dickinson | 2016-08-22 | 1 | -1/+5 |
|/ |
|
* | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no... | Serhiy Storchaka | 2015-05-13 | 1 | -2/+19 |
* | #22464: Speed up common Fraction operations by special-casing several | Georg Brandl | 2014-09-24 | 1 | -7/+17 |
* | Issue #22033: Reprs of most Python implemened classes now contain actual | Serhiy Storchaka | 2014-07-25 | 1 | -1/+2 |
* | Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow... | Mark Dickinson | 2014-04-05 | 1 | -9/+14 |
* | Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val... | Mark Dickinson | 2012-11-15 | 1 | -5/+9 |
* | Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). | Mark Dickinson | 2010-11-13 | 1 | -6/+3 |
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -9/+22 |
* | Merged revisions 79629 via svnmerge from | Mark Dickinson | 2010-04-03 | 1 | -8/+54 |
* | Merged revisions 79455 via svnmerge from | Mark Dickinson | 2010-03-27 | 1 | -2/+0 |
* | Merged revisions 76456 via svnmerge from | Mark Dickinson | 2009-11-23 | 1 | -2/+2 |
* | Issue #6431: Fix Fraction comparisons to return NotImplemented when | Mark Dickinson | 2009-07-18 | 1 | -30/+32 |
* | - remove svn:executable property from some library files | Matthias Klose | 2009-06-22 | 1 | -0/+0 |
* | Merged revisions 71832 via svnmerge from | Mark Dickinson | 2009-04-24 | 1 | -12/+21 |
* | Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now | Mark Dickinson | 2009-04-22 | 1 | -19/+26 |
* | Manually merge r68096,68189 from 3.0 branch. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -2/+6 |
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -3/+2 |
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 1 | -1/+1 |
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 1 | -1/+1 |
* | Forward port r62849. | Raymond Hettinger | 2008-05-08 | 1 | -1/+1 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 | 1 | -72/+88 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -0/+535 |