1. 22 May, 2001 2 commits
  2. 21 May, 2001 18 commits
  3. 20 May, 2001 2 commits
  4. 19 May, 2001 9 commits
  5. 18 May, 2001 8 commits
  6. 17 May, 2001 1 commit
    • Tim Peters's avatar
      Speed dictresize by collapsing its two passes into one; the reason given · 4a5685e9
      Tim Peters authored
      in the comments for using two passes was bogus, as the only object that
      can get decref'ed due to the copy is the dummy key, and decref'ing dummy
      can't have side effects (for one thing, dummy is immortal!  for another,
      it's a string object, not a potentially dangerous user-defined object).
      4a5685e9