1. 19 Sep, 2004 2 commits
    • Raymond Hettinger's avatar
      SF patch #1020845: Decimal performance enhancements · 5d2d1734
      Raymond Hettinger authored
      (Contributed by Nick Coghlan.)
      
      Various code cleanups and optimizations (saves about 40% on testsuite
      execution time and on the telco benchmark).
      
      * caches results of various operations on self (esp. checks for being
        a special value).
      
      * _WorkRep now uses ints and longs for intermediate computations.
      5d2d1734
    • Edward Loper's avatar
      - Updated example output to match actual output · 8f057eab
      Edward Loper authored
      - Minor wording changes
      - Changed the docs to reflect the fact that multiple option directives
        can be specified on a single line (and updated the directive
        production list, as well).
      8f057eab
  2. 18 Sep, 2004 10 commits
  3. 17 Sep, 2004 3 commits
  4. 16 Sep, 2004 4 commits
  5. 15 Sep, 2004 3 commits
  6. 14 Sep, 2004 12 commits
  7. 13 Sep, 2004 6 commits