Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Integral class does not contain implementations for the bit-shifting ↵ | Georg Brandl | 2013-04-14 | 1 | -4/+4 |
| | | | | operations. (See #3056.) | ||||
* | Improve glossary entry for ABCs. | Éric Araujo | 2011-07-29 | 1 | -3/+3 |
| | | | | | - Rename reST target name for collections ABCs to avoid collisions - Link to glossary entry from numbers module doc (other modules already do it) | ||||
* | trunc -> math.trunc (closes #11475) | Benjamin Peterson | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | Issue 8628: fix incorrect documentation for numbers.Complex.imag. | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 1 | -6/+6 |
| | | | | found by Gabriel Genellina. | ||||
* | Update numbers doc for the Integral simplification. | Raymond Hettinger | 2008-06-11 | 1 | -4/+4 |
| | |||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -11/+11 |
| | | | | the class directive | ||||
* | Update docs to reflect removal of Exact/Inexact | Raymond Hettinger | 2008-03-16 | 1 | -26/+4 |
| | |||||
* | Rename rational.Rational to fractions.Fraction, to avoid name clash | Mark Dickinson | 2008-02-10 | 1 | -5/+5 |
| | | | | with numbers.Rational. See issue #1682 for related discussion. | ||||
* | Added more documentation on how mixed-mode arithmetic should be implemented. I | Jeffrey Yasskin | 2008-01-31 | 1 | -0/+141 |
| | | | | | also noticed and fixed a bug in Rational's forward operators (they were claiming all instances of numbers.Rational instead of just the concrete types). | ||||
* | Remove with_statement future imports from 2.6 docs. | Georg Brandl | 2008-01-05 | 1 | -1/+3 |
| | |||||
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -0/+99 |
the complex_pow part), r56649, r56652, r56715, r57296, r57302, r57359, r57361, r57372, r57738, r57739, r58017, r58039, r58040, and r59390, and new documentation. The only significant difference is that round(x) returns a float to preserve backward-compatibility. See http://bugs.python.org/issue1689. |