Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to specify explicit "doctest_block" anymore. | Georg Brandl | 2008-03-22 | 1 | -3/+6 |
| | |||||
* | Test decimal.rst doctests as far as possible with sphinx doctest. | Georg Brandl | 2008-03-22 | 1 | -32/+55 |
| | |||||
* | Activate the Sphinx doctest extension and convert howto/functional to use it. | Georg Brandl | 2008-03-22 | 1 | -5/+12 |
| | |||||
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | Fix markup | Raymond Hettinger | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | Simplify moneyfmt() recipe. | Raymond Hettinger | 2008-02-14 | 1 | -13/+5 |
| | |||||
* | Fix markup. | Raymond Hettinger | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | Show how to remove exponents. | Raymond Hettinger | 2008-02-14 | 1 | -0/+11 |
| | |||||
* | Improve rst markup | Raymond Hettinger | 2008-02-14 | 1 | -6/+5 |
| | |||||
* | Add fixed-point examples to the decimal FAQ | Raymond Hettinger | 2008-02-14 | 1 | -3/+30 |
| | |||||
* | Fix decimal repr which should have used single quotes like other reprs. | Raymond Hettinger | 2008-02-14 | 1 | -91/+91 |
| | |||||
* | Typos in decimal comment and documentation | Mark Dickinson | 2008-02-10 | 1 | -2/+2 |
| | |||||
* | Clarify that decimal also supports fixed-point arithmetic. | Raymond Hettinger | 2008-02-10 | 1 | -3/+15 |
| | |||||
* | Fix typo | Raymond Hettinger | 2008-02-07 | 1 | -2/+2 |
| | |||||
* | The float conversion recipe is simpler in Py2.6 | Raymond Hettinger | 2008-02-07 | 1 | -25/+15 |
| | |||||
* | IEEE 754 should be IEEE 854; give precise reference for | Mark Dickinson | 2008-02-07 | 1 | -6/+6 |
| | | | | comparisons involving NaNs. | ||||
* | Fix broken link in decimal documentation. | Mark Dickinson | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | Remove incorrect usage of :const: in documentation. | Mark Dickinson | 2008-02-06 | 1 | -2/+2 |
| | |||||
* | Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN | Mark Dickinson | 2008-02-06 | 1 | -0/+13 |
| | | | | raise InvalidOperation (and return False if InvalidOperation is trapped). | ||||
* | Issue 1780: Allow leading and trailing whitespace in Decimal constructor, | Mark Dickinson | 2008-01-12 | 1 | -3/+11 |
| | | | | | when constructing from a string. Disallow trailing newlines in Context.create_decimal. | ||||
* | Documentation for r5990[3567]. | Georg Brandl | 2008-01-11 | 1 | -1/+5 |
| | |||||
* | Remove with_statement future imports from 2.6 docs. | Georg Brandl | 2008-01-05 | 1 | -1/+0 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -17/+17 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | alternate -> alternative. | Georg Brandl | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | Some additions (examples and a bit on the tutorial). | Facundo Batista | 2007-09-14 | 1 | -20/+45 |
| | |||||
* | Included the new functions, and new descriptions. | Facundo Batista | 2007-09-14 | 1 | -121/+437 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+1289 |