1. c921dac Lost one line on a decimal recipe. by Raymond Hettinger · 17 years ago
  2. b3833dd Simplify one of the decimal recipes. by Raymond Hettinger · 17 years ago
  3. 8e1c52a Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 17 years ago
  4. 1840c1a Backport Raymond's changes in r60508 to Python 2.6. by Mark Dickinson · 17 years ago
  5. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  6. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
  7. 838b4b0 No need to specify explicit "doctest_block" anymore. by Georg Brandl · 17 years ago
  8. 9f66232 Test decimal.rst doctests as far as possible with sphinx doctest. by Georg Brandl · 17 years ago
  9. 17baef0 Activate the Sphinx doctest extension and convert howto/functional to use it. by Georg Brandl · 17 years ago
  10. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  11. 5111c52 Fix markup by Raymond Hettinger · 18 years ago
  12. 0cd7170 Simplify moneyfmt() recipe. by Raymond Hettinger · 18 years ago
  13. 50361d4 Fix markup. by Raymond Hettinger · 18 years ago
  14. d68bf02 Show how to remove exponents. by Raymond Hettinger · 18 years ago
  15. 27a90d9 Improve rst markup by Raymond Hettinger · 18 years ago
  16. 4631481 Add fixed-point examples to the decimal FAQ by Raymond Hettinger · 18 years ago
  17. abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 18 years ago
  18. 3a94ee0 Typos in decimal comment and documentation by Mark Dickinson · 18 years ago
  19. 13a7075 Clarify that decimal also supports fixed-point arithmetic. by Raymond Hettinger · 18 years ago
  20. 23bdcc9 Fix typo by Raymond Hettinger · 18 years ago
  21. ff1f973 The float conversion recipe is simpler in Py2.6 by Raymond Hettinger · 18 years ago
  22. 00c2e65 IEEE 754 should be IEEE 854; give precise reference for by Mark Dickinson · 18 years ago
  23. ff6672f Fix broken link in decimal documentation. by Mark Dickinson · 18 years ago
  24. bafa942 Remove incorrect usage of :const: in documentation. by Mark Dickinson · 18 years ago
  25. 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 18 years ago
  26. 59bc20b Issue 1780: Allow leading and trailing whitespace in Decimal constructor, by Mark Dickinson · 18 years ago
  27. e3c3db5 Documentation for r5990[3567]. by Georg Brandl · 18 years ago
  28. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 18 years ago
  29. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  30. 6d407e4 Typo fix by Andrew M. Kuchling · 18 years ago
  31. 5d242ee alternate -> alternative. by Georg Brandl · 18 years ago
  32. e90bc3c Some additions (examples and a bit on the tutorial). by Facundo Batista · 18 years ago
  33. 7c82a3e9 Included the new functions, and new descriptions. by Facundo Batista · 18 years ago
  34. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago