1. 01 Dec, 2003 1 commit
  2. 30 Nov, 2003 3 commits
  3. 29 Nov, 2003 2 commits
  4. 28 Nov, 2003 2 commits
  5. 27 Nov, 2003 6 commits
  6. 26 Nov, 2003 6 commits
  7. 25 Nov, 2003 4 commits
  8. 24 Nov, 2003 7 commits
  9. 23 Nov, 2003 2 commits
  10. 22 Nov, 2003 2 commits
  11. 21 Nov, 2003 4 commits
  12. 20 Nov, 2003 1 commit
    • Raymond Hettinger's avatar
      Three minor performance improvements: · 82d73dd4
      Raymond Hettinger authored
      * Improve the hash function to increase the chance that distinct sets will
        have distinct xor'd hash totals.
      
      * Use PyDict_Merge where possible (it is faster than an equivalent iter/set
        pair).
      
      * Don't rebuild dictionaries where the input already has one.
      82d73dd4