summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdecimal.tex
Commit message (Collapse)AuthorAgeFilesLines
* Improve examples for working with the context API.Raymond Hettinger2004-07-141-6/+6
|
* Small elaboration and typo fixes.Raymond Hettinger2004-07-121-5/+19
|
* Minor improvements, fixups and wording changes everywhere.Raymond Hettinger2004-07-111-163/+169
|
* Improve Context construction and representation:Raymond Hettinger2004-07-101-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 Hettinger2004-07-091-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 Hettinger2004-07-091-6/+11
|
* Fix markup, typos, and nits.Raymond Hettinger2004-07-081-56/+68
|
* Demonstrate how to round final result.Raymond Hettinger2004-07-061-17/+17
|
* Expand examples to show polymorphismRaymond Hettinger2004-07-051-2/+14
|
* Simplify examples.Raymond Hettinger2004-07-051-5/+2
|
* Doc tested the recipes.Raymond Hettinger2004-07-051-5/+10
|
* Fix typoRaymond Hettinger2004-07-051-1/+1
|
* * Added missing info on construction from a tuple.Raymond Hettinger2004-07-051-16/+136
| | | | * Added a recipe section.
* Add decimal docs to the core.Raymond Hettinger2004-07-051-0/+882