summaryrefslogtreecommitdiff
path: root/Lib/numbers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-261-5/+0
* improve abstract property support (closes #11610)Benjamin Peterson2011-12-151-5/+9
* Fix incorrect docstring I changed a while back.Éric Araujo2011-11-031-1/+1
* Remove the funky function annotation from numbers.py.Raymond Hettinger2011-01-121-1/+1
* fix docstringBenjamin Peterson2010-12-231-1/+1
* Fix small inaccuracy: there is no index functionÉric Araujo2010-12-231-1/+1
* Issue 4998: restore utility of __slots__ on Fraction.Mark Dickinson2009-02-121-0/+10
* Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry...Nick Coghlan2008-08-181-0/+2
* Merged revisions 61404-61407 via svnmerge fromChristian Heimes2008-03-161-54/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-141-4/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-0/+26
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-1/+4
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-311-1/+7
* Update the py3k version of the rational module to expose only methods needed byJeffrey Yasskin2008-01-171-21/+3
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-3/+22
* Small set of updates (with Jeffrey's OK).Guido van Rossum2007-12-061-11/+33
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-071-17/+60
* Add numbers.py. I suspect this is an old version, but Jeffrey is outGuido van Rossum2007-08-301-0/+325