COMMITS
/ Doc/library/fractions.rst October 14, 2024
S
gh-121797: Add class method Fraction.from_number() (GH-121800)
Serhiy Storchaka committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
S
gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
December 16, 2023
M
gh-67790: Support basic formatting for Fraction (#111320)
Mark Dickinson committed
July 28, 2023
S
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka committed
February 27, 2023
S
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
January 22, 2023
M
gh-67790: Support float-style formatting for Fraction instances (#100161)
Mark Dickinson committed
January 1, 2023
S
gh-100488: Add is_integer method to fractions.Fraction (#100489)
Shantanu committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
September 2, 2022
R
Allow whitespace around a slash in fraction string inputs (GH-96496)
Raymond Hettinger committed
May 19, 2022
A
October 21, 2021
M
bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
Mark Dickinson committed
June 7, 2021
S
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev committed
February 7, 2020
V
bpo-39350: Fix fractions for int subclasses (GH-18375)
Victor Stinner committed
January 16, 2020
V
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Victor Stinner committed
August 11, 2019
R
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
October 10, 2015
M
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter committed
M
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter committed
May 12, 2015
S
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
Serhiy Storchaka committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
March 12, 2014
É
Fix note markup (#16805).
Éric Araujo committed
September 10, 2013
S
Document Fraction's numerator and denominator properties.
Senthil Kumaran committed
December 8, 2012
E
Remove debug output from example.
Ezio Melotti committed
January 27, 2011
R
More source links
Raymond Hettinger committed
April 3, 2010
M
Merged revisions 79629 via svnmerge from
Mark Dickinson committed
July 30, 2009
M
Merged revisions 74265 via svnmerge from
Mark Dickinson committed
May 17, 2009
G
More conversion to new-style optional args.
Georg Brandl committed
April 22, 2009
M
Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now
Mark Dickinson committed
January 3, 2009
G
Merged revisions 68219 via svnmerge from
Georg Brandl committed
December 4, 2008
G
#4527: fix "unicode or string".
Georg Brandl committed
June 27, 2008
M
Merged revisions 64561 via svnmerge from
Mark Dickinson committed
June 24, 2008
M
Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation.
Mark Dickinson committed
M
Remove trailing 'L's from integers in limit_denominator examples.
Mark Dickinson committed
April 25, 2008
B
Merged revisions 62490 via svnmerge from
Benjamin Peterson committed
April 24, 2008
B
remove some old versionchanged and versionadded directives
Benjamin Peterson committed
March 23, 2008
February 14, 2008
February 12, 2008
February 11, 2008