1. 30 Nov, 2003 3 commits
  2. 29 Nov, 2003 2 commits
  3. 28 Nov, 2003 2 commits
  4. 27 Nov, 2003 6 commits
  5. 26 Nov, 2003 6 commits
  6. 25 Nov, 2003 4 commits
  7. 24 Nov, 2003 7 commits
  8. 23 Nov, 2003 2 commits
  9. 22 Nov, 2003 2 commits
  10. 21 Nov, 2003 4 commits
  11. 20 Nov, 2003 2 commits
    • 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
    • Andrew M. Kuchling's avatar
      Add two items · dff9dbdb
      Andrew M. Kuchling authored
      dff9dbdb