1. f72006f Merged revisions 84146-84147,84150 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 51ced7a Issue8757: Implicit set-to-frozenset conversion not thread-safe. by Raymond Hettinger · 14 years ago
  3. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  4. dbe9612 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 14 years ago
  5. b136a9c Issue 8420: Fix ref counting problem in set_repr(). by Raymond Hettinger · 14 years ago
  6. 807e98e Merged revisions 78541 via svnmerge from by Ezio Melotti · 14 years ago
  7. c566df3 Issue 7263: Fix set.intersection() docstring. by Raymond Hettinger · 15 years ago
  8. 63853bb Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 15 years ago
  9. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  10. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  11. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  12. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  13. 2212e52 Update copyright for recent changes. by Raymond Hettinger · 16 years ago
  14. 7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset by Raymond Hettinger · 16 years ago
  15. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  16. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  17. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  18. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  19. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  20. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  21. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  22. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  23. 10956ea Forward port r62848. by Raymond Hettinger · 16 years ago
  24. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
  25. 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 · 17 years ago
  26. db96789 Fixed r60466 by Christian Heimes · 17 years ago
  27. fab2b30 Remove duplicate function. by Raymond Hettinger · 17 years ago
  28. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  29. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  30. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  31. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
  32. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  33. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  34. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  35. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 17 years ago
  36. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  37. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  38. 10ab4ae Patch by Keir Mierle so that sets can be compared to other objects that know by Guido van Rossum · 17 years ago
  39. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  40. bdba5cf Change the repr() of frozenset instances (and set subclasses) by Guido van Rossum · 17 years ago
  41. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  42. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  43. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  44. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  45. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  46. 3b116a3 Merged revisions 55228 via svnmerge from by Guido van Rossum · 17 years ago
  47. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  48. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  49. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  50. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  51. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  52. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  53. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  54. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
  55. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  56. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  57. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  58. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  59. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  60. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  61. 8c49c82 Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. by Neal Norwitz · 18 years ago
  62. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  63. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  64. 0c6e2f1 Remove some shadowed variables by Neal Norwitz · 19 years ago
  65. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  66. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  67. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 19 years ago
  68. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  69. 9c1491f * Add a fast equality check path for frozensets where the hash value has by Raymond Hettinger · 19 years ago
  70. d8e1338 Add shortcuts for a|a and a&a. by Raymond Hettinger · 19 years ago
  71. f408ddf Results of a line-by-line comparison back to dictobject.c. by Raymond Hettinger · 19 years ago
  72. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  73. 994c2c1 DECREF --> XDECREF by Raymond Hettinger · 19 years ago
  74. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 19 years ago
  75. ce8185e More function re-ordering (placing like functions together). by Raymond Hettinger · 19 years ago
  76. ed6c1ef * Bring lookkey() and lookkey_string() closer to dict version. by Raymond Hettinger · 19 years ago
  77. b02c35e * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 19 years ago
  78. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 19 years ago
  79. bc841a1 * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code. by Raymond Hettinger · 19 years ago
  80. 99220fa * Removed checked_error flag which no longer provides any benefit. by Raymond Hettinger · 19 years ago
  81. 5ba0cbe * set_new() doesn't need to zero the structure a second time after tp_alloc by Raymond Hettinger · 19 years ago
  82. fe889f3 Factor away a redundant clear() function. by Raymond Hettinger · 19 years ago
  83. a580c47 * Improve a variable name: entry0 --> table. by Raymond Hettinger · 19 years ago
  84. a9d9936 * Move copyright notice to top and indicate derivation from sets.py and by Raymond Hettinger · 19 years ago
  85. 67962ab Model set.pop() after dict.popitem(). by Raymond Hettinger · 19 years ago
  86. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  87. e295676 Fix build on gcc: PySetIter_Type should be static in definition part also. by Hye-Shik Chang · 19 years ago
  88. 06d8cf8 Improve variable names. by Raymond Hettinger · 19 years ago
  89. 9dcb17c Fix frozenset() ref count and a comment typo. by Raymond Hettinger · 19 years ago
  90. 934d63e Comment on the set_swap_bodies() helper function. by Raymond Hettinger · 19 years ago
  91. 9f1a679 Revised the set() and frozenset() implementaion to use its own internal by Raymond Hettinger · 19 years ago
  92. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  93. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 20 years ago
  94. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 20 years ago
  95. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  96. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  97. 148a63f Remove a function no longer in use. by Raymond Hettinger · 20 years ago
  98. 47edb4b Remove unnecessary GC support. Sets cannot have cycles. by Raymond Hettinger · 20 years ago
  99. c978633 Futher improvements to frozenset hashing (based on Yitz Gale's battery of by Raymond Hettinger · 20 years ago
  100. 27e403e Fixups to the hash function for frozensets. by Raymond Hettinger · 20 years ago