summaryrefslogtreecommitdiff
path: root/Lib/numbers.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87455 via svnmerge fromBenjamin Peterson2010-12-231-1/+1
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-201-0/+9
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-0/+3
* Roll back Raymond's -r64098 while we think of something better.Guido van Rossum2008-06-171-17/+50
* Mini-PEP: Simplifying numbers.pyRaymond Hettinger2008-06-111-50/+17
* Zap one more use of Exact/Inexact.Raymond Hettinger2008-03-151-1/+1
* Removed Exact/Inexact after discussion with Yasskin.Raymond Hettinger2008-03-151-54/+4
* Update notes on Decimal.Raymond Hettinger2008-02-141-4/+5
* Bring decimal a bit closer to the spec for Reals.Raymond Hettinger2008-02-121-4/+1
* Fix typo in commentsRaymond Hettinger2008-02-121-2/+2
* Add notes on how decimal fits into the model.Raymond Hettinger2008-02-111-0/+29
* Oops! 2.6's Rational.__ne__ didn't work.Jeffrey Yasskin2008-02-081-1/+4
* Added more documentation on how mixed-mode arithmetic should be implemented. IJeffrey Yasskin2008-01-311-1/+7
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-151-3/+22
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-051-19/+0
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-0/+393