index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
numbers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 4998: __slots__ on Fractions was useless.
Raymond Hettinger
2009-01-20
1
-0
/
+9
*
Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...
Nick Coghlan
2008-08-11
1
-0
/
+3
*
Roll back Raymond's -r64098 while we think of something better.
Guido van Rossum
2008-06-17
1
-17
/
+50
*
Mini-PEP: Simplifying numbers.py
Raymond Hettinger
2008-06-11
1
-50
/
+17
*
Zap one more use of Exact/Inexact.
Raymond Hettinger
2008-03-15
1
-1
/
+1
*
Removed Exact/Inexact after discussion with Yasskin.
Raymond Hettinger
2008-03-15
1
-54
/
+4
*
Update notes on Decimal.
Raymond Hettinger
2008-02-14
1
-4
/
+5
*
Bring decimal a bit closer to the spec for Reals.
Raymond Hettinger
2008-02-12
1
-4
/
+1
*
Fix typo in comments
Raymond Hettinger
2008-02-12
1
-2
/
+2
*
Add notes on how decimal fits into the model.
Raymond Hettinger
2008-02-11
1
-0
/
+29
*
Oops! 2.6's Rational.__ne__ didn't work.
Jeffrey Yasskin
2008-02-08
1
-1
/
+4
*
Added more documentation on how mixed-mode arithmetic should be implemented. I
Jeffrey Yasskin
2008-01-31
1
-1
/
+7
*
Add rational.Rational as an implementation of numbers.Rational with infinite
Jeffrey Yasskin
2008-01-15
1
-3
/
+22
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
1
-19
/
+0
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-0
/
+393