Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small wording fixups. | Raymond Hettinger | 2004-08-26 | 1 | -5/+5 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | Fix punctuation typo. | Raymond Hettinger | 2004-08-15 | 1 | -1/+1 |
| | |||||
* | Add a notes section to the docs: | Raymond Hettinger | 2004-08-15 | 1 | -1/+97 |
| | | | | | | * Discuss representation error versus loss of significance. * Document special values including qNaN, sNaN, +0, -0. * Show the suprising display of non-normalized zero values. | ||||
* | Improve examples for working with the context API. | Raymond Hettinger | 2004-07-14 | 1 | -6/+6 |
| | |||||
* | Small elaboration and typo fixes. | Raymond Hettinger | 2004-07-12 | 1 | -5/+19 |
| | |||||
* | Minor improvements, fixups and wording changes everywhere. | Raymond Hettinger | 2004-07-11 | 1 | -163/+169 |
| | |||||
* | Improve Context construction and representation: | Raymond Hettinger | 2004-07-10 | 1 | -15/+15 |
| | | | | | | | | | | | | | * Rename "trap_enablers" to just "traps". * Simplify names of "settraps" and "setflags" to just "traps" and "flags". * Show "capitals" in the context representation * Simplify the Context constructor to match its repr form so that only the set flags and traps need to be listed. * Representation can now be run through eval(). Improve the error message when the Decimal constructor is given a float. The test suite no longer needs a duplicate reset_flags method. | ||||
* | Module and tests: | Raymond Hettinger | 2004-07-09 | 1 | -47/+7 |
| | | | | | | | | | | | | * Map conditions to related signals. * Make contexts unhashable. * Eliminate used "default" attribute in exception definitions. * Eliminate the _filterfunc in favor of a straight list. Docs: * Eliminate documented references to conditions that are not signals. * Eliminate parenthetical notes such as "1/0 --> Inf" which are no longer true with the new defaults. | ||||
* | Incorporate Facundo's suggestions. | Raymond Hettinger | 2004-07-09 | 1 | -6/+11 |
| | |||||
* | Fix markup, typos, and nits. | Raymond Hettinger | 2004-07-08 | 1 | -56/+68 |
| | |||||
* | Demonstrate how to round final result. | Raymond Hettinger | 2004-07-06 | 1 | -17/+17 |
| | |||||
* | Expand examples to show polymorphism | Raymond Hettinger | 2004-07-05 | 1 | -2/+14 |
| | |||||
* | Simplify examples. | Raymond Hettinger | 2004-07-05 | 1 | -5/+2 |
| | |||||
* | Doc tested the recipes. | Raymond Hettinger | 2004-07-05 | 1 | -5/+10 |
| | |||||
* | Fix typo | Raymond Hettinger | 2004-07-05 | 1 | -1/+1 |
| | |||||
* | * Added missing info on construction from a tuple. | Raymond Hettinger | 2004-07-05 | 1 | -16/+136 |
| | | | | * Added a recipe section. | ||||
* | Add decimal docs to the core. | Raymond Hettinger | 2004-07-05 | 1 | -0/+882 |