COMMITS
/ Lib/fractions.py June 7, 2021
S
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev committed
May 29, 2021
S
Trivial change in fractions module docs: real -> rational numbers (GH-25009)
Sergey B Kirpichev committed
May 17, 2021
S
bpo-44154: optimize Fraction pickling (GH-26186)
Sergey B Kirpichev committed
March 22, 2021
S
bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
Sergey B Kirpichev committed
February 7, 2020
V
bpo-39350: Fix fractions for int subclasses (GH-18375)
Victor Stinner committed
February 6, 2020
S
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Sebastian Berg committed
January 16, 2020
V
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Victor Stinner committed
August 17, 2019
T
Add a minor `Fraction.__hash__()` optimization (GH-15313)
Tim Peters committed
August 16, 2019
R
bpo-37863: Optimize Fraction.__hash__() (#15298)
Raymond Hettinger committed
August 11, 2019
R
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger committed
April 15, 2019
J
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822)
Jakub Molinski committed
January 2, 2019
S
bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322)
Stefan Behnel committed
August 27, 2018
August 23, 2016
M
Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.
Mark Dickinson committed
August 22, 2016
M
Issue #27539: Merge from 3.5.
Mark Dickinson committed
December 29, 2015
S
Issue #25971: Optimized creating Fractions from floats by 2 times and from
Serhiy Storchaka committed
May 12, 2015
S
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
Serhiy Storchaka committed
September 24, 2014
G
#22464: Speed up common Fraction operations by special-casing several
Georg Brandl committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
April 5, 2014
M
November 15, 2012
November 13, 2010
M
Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356).
Mark Dickinson committed
May 23, 2010
M
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson committed
April 3, 2010
M
Merged revisions 79629 via svnmerge from
Mark Dickinson committed
March 27, 2010
M
Merged revisions 79455 via svnmerge from
Mark Dickinson committed
November 23, 2009
M
Merged revisions 76456 via svnmerge from
Mark Dickinson committed
July 18, 2009
M
Issue #6431: Fix Fraction comparisons to return NotImplemented when
Mark Dickinson committed
June 22, 2009
M
- remove svn:executable property from some library files
Matthias Klose committed
April 24, 2009
M
Merged revisions 71832 via svnmerge from
Mark Dickinson committed
April 22, 2009
M
Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now
Mark Dickinson committed
January 3, 2009
G
Manually merge r68096,68189 from 3.0 branch.
Georg Brandl committed
July 16, 2008
G
July 2, 2008
B
May 8, 2008
R
Forward port r62849.
Raymond Hettinger committed
February 14, 2008
February 11, 2008