1. 733dc74 fill in actual issue number in tests by Antoine Pitrou · 17 years ago
  2. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 17 years ago
  3. 0fc0747 Issue #4740: Use HIGHEST_PROTOCOL in pickle test. by Hirokazu Yamamoto · 17 years ago
  4. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 17 years ago
  5. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
  6. 610a93e Handle the case with zero arguments. by Raymond Hettinger · 17 years ago
  7. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
  8. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
  9. be9160b Don't try to close a non-open file. by Neal Norwitz · 17 years ago
  10. 6170874 Expand tests to include nested graph structures. by Raymond Hettinger · 18 years ago
  11. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
  12. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  13. e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 18 years ago
  14. 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  15. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  16. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  17. f733abb Whitespace normalization. by Tim Peters · 19 years ago
  18. 9fdfadb SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
  19. 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 19 years ago
  20. c789f34 Add test for SF bug 1576657 by Raymond Hettinger · 19 years ago
  21. 6902b44 Try to repair more new buildbot failures in "x86 OpenBSD trunk", due by Tim Peters · 19 years ago
  22. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 19 years ago
  23. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  24. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 20 years ago
  25. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 20 years ago
  26. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
  27. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 20 years ago
  28. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 20 years ago
  29. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 20 years ago
  30. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 20 years ago
  31. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
  32. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 21 years ago
  33. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
  34. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  35. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 21 years ago
  36. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  37. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  38. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  39. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 22 years ago
  40. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
  41. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 22 years ago
  42. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 22 years ago
  43. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 22 years ago
  44. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 22 years ago
  45. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 22 years ago
  46. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 22 years ago
  47. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago