Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
233e6988f4b439f160732dd5b55e9d1a06a64b47
/
Doc
/
library
/
fractions.rst
b7bc925
Remove debug output from example.
by Ezio Melotti
· 13 years ago
29a0b57
Backport source links from 3.x.
by Éric Araujo
· 14 years ago
7c63eee
Issue #8294: Allow float and Decimal arguments in Fraction constructor.
by Mark Dickinson
· 15 years ago
9ad0b36
Documentation fix for change introduced in r71832
by Mark Dickinson
· 16 years ago
8100bd8
Issue #5812: make Fraction('1e-6') valid. Backport of r71806.
by Mark Dickinson
· 16 years ago
e92818f
Fix uses of the default role.
by Georg Brandl
· 17 years ago
df90ee6
Issue #3197: rework documentation for fractions module.
by Mark Dickinson
· 17 years ago
cab7e56
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.
by Mark Dickinson
· 17 years ago
c7b0592
reformat some documentation of classes so methods and attributes are under the class directive
by Benjamin Peterson
· 17 years ago
e8f1b00
Enable doctest running for several other documents.
by Georg Brandl
· 17 years ago
e1b8247
Implementation of Fraction.limit_denominator.
by Mark Dickinson
· 18 years ago
2ddbd80
Fix markup
by Raymond Hettinger
· 18 years ago
d058cd2
Rename rational.Rational to fractions.Fraction, to avoid name clash
by Mark Dickinson
· 18 years ago
[Renamed (60%) from Doc/library/rational.rst]
45169fb
Several tweaks: add construction from strings and .from_decimal(), change
by Jeffrey Yasskin
· 18 years ago
d7b0033
Add rational.Rational as an implementation of numbers.Rational with infinite
by Jeffrey Yasskin
· 18 years ago