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