index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_fractions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 68813,69546 via svnmerge from
Mark Dickinson
2009-02-12
1
-0/+5
*
Fractions.from_float() no longer loses precision with large integer inputs.
Raymond Hettinger
2009-01-03
1
-0/+2
*
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
Raymond Hettinger
2008-07-10
1
-8/+4
*
Issue 3287: Raise correct exception for float inputs.
Raymond Hettinger
2008-07-10
1
-4/+4
*
Remove trailing 'L's from numerator and denominator in the
Mark Dickinson
2008-06-27
1
-0/+4
*
Use repr() for bad input strings; this makes the empty string or binary chara...
Andrew M. Kuchling
2008-06-21
1
-9/+9
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Performance optimizations on Fraction's constructor.
Jeffrey Yasskin
2008-02-14
1
-4/+4
*
Replace R=fractions.Fraction with F=fractions.Fraction in
Mark Dickinson
2008-02-12
1
-189/+189
*
Implementation of Fraction.limit_denominator.
Mark Dickinson
2008-02-12
1
-22/+9
*
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/+412