aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/numbers.py
Commit message (Expand)AuthorAge
* gh-68163: Correct conversion of Rational instances to float (GH-25619)Sergey B Kirpichev2022-09-04
* Fix numbers.Real.__rdivmod__ doc string (#31991)Géry Ogam2022-05-13
* Add notes for maintaining ABCs (#92736)Raymond Hettinger2022-05-12
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Rory Yorke2021-05-14
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-07
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-01
* Fix miscellaneous typos (#4275)luzpaz2017-11-05
* Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-26
* improve abstract property support (closes #11610)Benjamin Peterson2011-12-15
* Fix incorrect docstring I changed a while back.Éric Araujo2011-11-03
* Remove the funky function annotation from numbers.py.Raymond Hettinger2011-01-12
* fix docstringBenjamin Peterson2010-12-23
* Fix small inaccuracy: there is no index functionÉric Araujo2010-12-23
* Issue 4998: restore utility of __slots__ on Fraction.Mark Dickinson2009-02-12
* Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry...Nick Coghlan2008-08-18
* Merged revisions 61404-61407 via svnmerge fromChristian Heimes2008-03-16
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-14
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-12
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-09
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-31
* Update the py3k version of the rational module to expose only methods needed byJeffrey Yasskin2008-01-17
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-15
* Small set of updates (with Jeffrey's OK).Guido van Rossum2007-12-06
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-07
* Add numbers.py. I suspect this is an old version, but Jeffrey is outGuido van Rossum2007-08-30