1. 05 Aug, 2005 2 commits
    • Raymond Hettinger's avatar
      * Improve a variable name: entry0 --> table. · a580c47c
      Raymond Hettinger authored
      * Give set_lookkey_string() a fast alternate path when no dummy entries
        are present.
      * Have set_swap_bodies() reset the hash field to -1 whenever either of
        bodies is not a frozenset.  Maintains the invariant of regular sets
        always having -1 in the hash field; otherwise, any mutation would make
        the hash value invalid.
      * Use an entry pointer to simplify the code in frozenset_hash().
      a580c47c
    • Raymond Hettinger's avatar
      * Move copyright notice to top and indicate derivation from sets.py and · a9d9936d
      Raymond Hettinger authored
        dictobject.c.
      * Have frozenset_hash() use entry->hash instead of re-computing each
        individual hash with PyObject_Hash(o);
      * Finalize the dummy entry before a system exit.
      a9d9936d
  2. 03 Aug, 2005 4 commits
  3. 02 Aug, 2005 7 commits
  4. 01 Aug, 2005 2 commits
  5. 31 Jul, 2005 4 commits
  6. 29 Jul, 2005 3 commits
  7. 28 Jul, 2005 2 commits
  8. 27 Jul, 2005 3 commits
  9. 26 Jul, 2005 2 commits
  10. 22 Jul, 2005 3 commits
  11. 20 Jul, 2005 3 commits
  12. 19 Jul, 2005 1 commit
  13. 18 Jul, 2005 4 commits