summaryrefslogtreecommitdiffstats
path: root/Lib/numbers.py
Commit message (Expand)AuthorAgeFilesLines
* 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