Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Remove debug output from example. | Ezio Melotti | 2012-12-08 | 1 | -1/+0 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -1/+3 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Issue #8294: Allow float and Decimal arguments in Fraction constructor. | Mark Dickinson | 2010-04-02 | 1 | -11/+38 |
| | |||||
* | Documentation fix for change introduced in r71832 | Mark Dickinson | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Issue #5812: make Fraction('1e-6') valid. Backport of r71806. | Mark Dickinson | 2009-04-22 | 1 | -9/+8 |
| | |||||
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 1 | -5/+5 |
| | |||||
* | Issue #3197: rework documentation for fractions module. | Mark Dickinson | 2008-06-27 | 1 | -33/+59 |
| | |||||
* | Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. | Mark Dickinson | 2008-06-24 | 1 | -6/+3 |
| | |||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -35/+33 |
| | | | | the class directive | ||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -5/+5 |
| | | | | We have now over 640 doctests that are run with "make doctest". | ||||
* | Implementation of Fraction.limit_denominator. | Mark Dickinson | 2008-02-12 | 1 | -0/+18 |
| | | | | | Remove Fraction.to_continued_fraction and Fraction.from_continued_fraction | ||||
* | Fix markup | Raymond Hettinger | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | Rename rational.Rational to fractions.Fraction, to avoid name clash | Mark Dickinson | 2008-02-10 | 1 | -0/+75 |
with numbers.Rational. See issue #1682 for related discussion. |