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
/
fractions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
Raymond Hettinger
2008-07-10
1
-2
/
+6
*
Use operator.index() instead of n.__index__().
Raymond Hettinger
2008-07-10
1
-5
/
+2
*
Issue 3287: Raise correct exception for float inputs.
Raymond Hettinger
2008-07-10
1
-3
/
+5
*
Remove trailing 'L's from numerator and denominator in the
Mark Dickinson
2008-06-27
1
-1
/
+1
*
Use repr() for bad input strings; this makes the empty string or binary chara...
Andrew M. Kuchling
2008-06-21
1
-1
/
+1
*
The __all__ variable forgot to expose the gcd() function.
Raymond Hettinger
2008-05-08
1
-1
/
+1
*
Change simple instances (in Fraction) of self.numerator and self.denominator to
Jeffrey Yasskin
2008-02-14
1
-28
/
+28
*
Performance optimizations on Fraction's constructor.
Jeffrey Yasskin
2008-02-14
1
-11
/
+9
*
Revert change in r60712: turn alternate constructors back into
Mark Dickinson
2008-02-12
1
-13
/
+13
*
Implementation of Fraction.limit_denominator.
Mark Dickinson
2008-02-12
1
-34
/
+52
*
Put an extra space into the repr of a Fraction:
Mark Dickinson
2008-02-11
1
-1
/
+1
*
Rename rational.Rational to fractions.Fraction, to avoid name clash
Mark Dickinson
2008-02-10
1
-0
/
+520