1. 07 Apr, 2004 2 commits
    • Raymond Hettinger's avatar
      * Improve readability and remove data dependencies by converting · 94749751
      Raymond Hettinger authored
      pre-increment forms to post-increment forms.  Post-incrementing
      also eliminates the need for negative array indices for oparg fetches.
      
      * In exception handling code, check for class based exceptions before
        the older string based exceptions.
      94749751
    • Raymond Hettinger's avatar
      Small code improvements for readability, code size, and/or speed. · 713e44ff
      Raymond Hettinger authored
      BINARY_SUBSCR:
          * invert test for normal case fall through
          * eliminate err handling code by jumping to slow_case
      
      LOAD_LOCALS:
          * invert test for normal case fall through
          * continue instead of break for the non-error case
      
      STORE_NAME and DELETE_NAME:
          * invert test for normal case fall through
      
      LOAD_NAME:
          * continue instead of break for the non-error case
      
      DELETE_FAST:
          * invert test for normal case fall through
      
      LOAD_DEREF:
          * invert test for normal case fall through
          * continue instead of break for the non-error case
      713e44ff
  2. 06 Apr, 2004 5 commits
  3. 05 Apr, 2004 2 commits
  4. 04 Apr, 2004 4 commits
  5. 03 Apr, 2004 1 commit
  6. 02 Apr, 2004 2 commits
  7. 01 Apr, 2004 3 commits
  8. 31 Mar, 2004 7 commits
  9. 29 Mar, 2004 3 commits
  10. 28 Mar, 2004 2 commits
  11. 27 Mar, 2004 3 commits
  12. 26 Mar, 2004 6 commits