Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c8759666d5dd923cc5c04459ad119f7821e23be2
/
Lib
/
numbers.py
9ede557
Update docstring with more useful text (from the PEP)
by Éric Araujo
· 13 years ago
5b85995
Merged revisions 87455 via svnmerge from
by Benjamin Peterson
· 14 years ago
933d3a7
Issue 4998: __slots__ on Fractions was useless.
by Raymond Hettinger
· 16 years ago
48361f5
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
by Nick Coghlan
· 16 years ago
21a45e1
Roll back Raymond's -r64098 while we think of something better.
by Guido van Rossum
· 17 years ago
caea65e
Mini-PEP: Simplifying numbers.py
by Raymond Hettinger
· 17 years ago
cd6bfab
Zap one more use of Exact/Inexact.
by Raymond Hettinger
· 17 years ago
6b46762
Removed Exact/Inexact after discussion with Yasskin.
by Raymond Hettinger
· 17 years ago
ddb164a
Update notes on Decimal.
by Raymond Hettinger
· 17 years ago
116f72f
Bring decimal a bit closer to the spec for Reals.
by Raymond Hettinger
· 17 years ago
19a5c29
Fix typo in comments
by Raymond Hettinger
· 17 years ago
48688d8
Add notes on how decimal fits into the model.
by Raymond Hettinger
· 17 years ago
27d3394
Oops! 2.6's Rational.__ne__ didn't work.
by Jeffrey Yasskin
· 17 years ago
b23dea6
Added more documentation on how mixed-mode arithmetic should be implemented. I
by Jeffrey Yasskin
· 17 years ago
d7b0033
Add rational.Rational as an implementation of numbers.Rational with infinite
by Jeffrey Yasskin
· 17 years ago
9871d8f
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
by Jeffrey Yasskin
· 17 years ago
2f3c16b
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
by Jeffrey Yasskin
· 17 years ago