COMMITS
/ Lib/numbers.py August 4, 2025
S
gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#136800)
Sergey B Kirpichev committed
September 4, 2022
S
gh-68163: Correct conversion of Rational instances to float (GH-25619)
Sergey B Kirpichev committed
May 13, 2022
G
Fix numbers.Real.__rdivmod__ doc string (#31991)
Géry Ogam committed
May 12, 2022
R
Add notes for maintaining ABCs (#92736)
Raymond Hettinger committed
May 14, 2021
R
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Rory Yorke committed
October 7, 2020
R
October 1, 2020
R
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
January 26, 2015
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
December 15, 2011
B
improve abstract property support (closes #11610)
Benjamin Peterson committed
November 3, 2011
É
Fix incorrect docstring I changed a while back.
Éric Araujo committed
January 12, 2011
R
Remove the funky function annotation from numbers.py.
Raymond Hettinger committed
December 23, 2010
B
fix docstring
Benjamin Peterson committed
É
Fix small inaccuracy: there is no index function
Éric Araujo committed
February 12, 2009
M
Issue 4998: restore utility of __slots__ on Fraction.
Mark Dickinson committed
August 18, 2008
March 16, 2008
C
Merged revisions 61404-61407 via svnmerge from
Christian Heimes committed
February 14, 2008
February 12, 2008
February 9, 2008
January 31, 2008
C
Merged revisions 60441-60474 via svnmerge from
Christian Heimes committed
January 17, 2008
J
Update the py3k version of the rational module to expose only methods needed by
Jeffrey Yasskin committed
January 15, 2008
G
Merged revisions 59952-59984 via svnmerge from
Guido van Rossum committed
December 6, 2007
G
Small set of updates (with Jeffrey's OK).
Guido van Rossum committed
September 7, 2007
J
Check in some documentation tweaks for PEP 3141, add some tests, and implement
Jeffrey Yasskin committed
August 30, 2007
G
Add numbers.py. I suspect this is an old version, but Jeffrey is out
Guido van Rossum committed