1. 09 Mar, 2004 2 commits
    • Raymond Hettinger's avatar
      Optimize slice assignments. · dd8d4870
      Raymond Hettinger authored
      * Replace sprintf message with a constant message string -- this error
        message ran on every invocation except straight deletions but it was
        only needed when the rhs was not iterable.  The message was also
        out-of-date and did not reflect that iterable arguments were allowed.
      
      * For inner loops that do not make ref count adjustments, use memmove()
        for fast copying and better readability.
      
      * For inner loops that do make ref count adjustments, speed them up by
        factoring out the constant structure reference and using vitem[] instead.
      dd8d4870
    • Hye-Shik Chang's avatar
      SF Patch #912462: Relocate \end tag to the right place. · 9b24233d
      Hye-Shik Chang authored
      (Submitted by George Yoshida)
      9b24233d
  2. 08 Mar, 2004 11 commits
  3. 07 Mar, 2004 2 commits
  4. 05 Mar, 2004 1 commit
  5. 04 Mar, 2004 3 commits
  6. 03 Mar, 2004 4 commits
  7. 02 Mar, 2004 1 commit
  8. 01 Mar, 2004 2 commits
  9. 29 Feb, 2004 3 commits
  10. 28 Feb, 2004 7 commits
  11. 27 Feb, 2004 1 commit
  12. 26 Feb, 2004 3 commits