Raymond Hettinger d794666048 * Improve code for the empty frozenset singleton:
- Handle both frozenset() and frozenset([]).
  - Do not use singleton for frozenset subclasses.
  - Finalize the singleton.
  - Add test cases.
* Factor-out set_update_internal() from set_update().  Simplifies the
  code for several internal callers.
* Factor constant expressions out of loop in set_merge_internal().
* Minor comment touch-ups.
2005-08-01 21:39:29 +00:00
..
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2002-08-15 14:59:02 +00:00
2005-01-25 12:40:01 +00:00
2005-06-03 14:41:55 +00:00
2002-12-30 22:08:05 +00:00
2005-06-20 16:52:57 +00:00
2002-06-11 06:22:31 +00:00
2005-07-09 15:26:33 +00:00