1. 9344bd8 Clarify comments on setentry invariants. by Raymond Hettinger · 9 years ago
  2. c564412 Move the set search finger before the smalltable. by Raymond Hettinger · 9 years ago
  3. a5ebbf6 Remove unneeded dummy test from the set search loop (when the hashes match we know the key is not a dummy). by Raymond Hettinger · 9 years ago
  4. 93035c4 Issue #23119: Simplify setobject by inlining the special case for unicode equality testing. by Raymond Hettinger · 9 years ago
  5. 1202a47 Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject. by Raymond Hettinger · 9 years ago
  6. 3f063a5 Minor comment clean-up by Raymond Hettinger · 9 years ago
  7. 404a45d Neaten-up setobject.h by Raymond Hettinger · 9 years ago
  8. 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
  9. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  10. 3c0a4f5 Issue18771: Reduce the cost of hash collisions for set objects. by Raymond Hettinger · 11 years ago
  11. 536f9fd Put the most important and most frequency accessed struct member first. by Raymond Hettinger · 11 years ago
  12. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  13. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 12 years ago
  14. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  15. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  16. 671b4d9 Issue #9612: The set object is now 64-bit clean under Windows. by Antoine Pitrou · 14 years ago
  17. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  18. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 16 years ago
  19. db96789 Fixed r60466 by Christian Heimes · 16 years ago
  20. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 16 years ago
  21. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  22. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 16 years ago
  23. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  24. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  25. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  26. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  27. 8c49c82 Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. by Neal Norwitz · 18 years ago
  28. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  29. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 19 years ago
  30. bc841a1 * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code. by Raymond Hettinger · 19 years ago
  31. 67962ab Model set.pop() after dict.popitem(). by Raymond Hettinger · 19 years ago
  32. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  33. 9f1a679 Revised the set() and frozenset() implementaion to use its own internal by Raymond Hettinger · 19 years ago
  34. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  35. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  36. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  37. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  38. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago