1. 292aa0d Fix test_set. by Guido van Rossum · 18 years ago
  2. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  3. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  4. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  5. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  6. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  7. d8c1967 Some more tests pass now. (Also test_compiler.py with -u all.) by Guido van Rossum · 18 years ago
  8. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 19 years ago
  9. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 19 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  11. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 19 years ago
  12. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 19 years ago
  13. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  14. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 19 years ago
  15. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 19 years ago
  16. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago
  17. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  18. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  19. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 20 years ago
  20. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 20 years ago
  21. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
  22. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 20 years ago
  23. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 20 years ago
  24. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 20 years ago
  25. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 20 years ago
  26. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
  27. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 21 years ago
  28. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
  29. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  30. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 21 years ago
  31. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  32. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  33. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  34. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 22 years ago
  35. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
  36. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 22 years ago
  37. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 22 years ago
  38. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 22 years ago
  39. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 22 years ago
  40. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 22 years ago
  41. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 22 years ago
  42. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago