1. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  2. a38123e Factor out more duplicate code. by Raymond Hettinger · 21 years ago
  3. 5f4e45d Stop GCC warning about int literal that's so long that it becomes an by Guido van Rossum · 21 years ago
  4. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  5. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
  6. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
  7. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
  8. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
  9. 82d73dd Three minor performance improvements: by Raymond Hettinger · 21 years ago
  10. b61982b Implement straightforward suggestions from gcc warnings (remove unused by Guido van Rossum · 21 years ago
  11. 1b92fd5 Use PySequence_Contains() instead of direct access macro. by Raymond Hettinger · 21 years ago
  12. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  13. e2c277a Fix output spacing typo by Raymond Hettinger · 21 years ago
  14. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago