1. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  2. 1c2018c Small cleanup and optimization by Raymond Hettinger · 12 years ago
  3. 80ed4d4 Minor reformatting (wrap fat lines, etc.) and create an __main__ file by Raymond Hettinger · 12 years ago
  4. 7b17a4e Close #14386: Register types.MappingProxyType as a Mapping by Victor Stinner · 12 years ago
  5. 0218428 Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs. by Raymond Hettinger · 12 years ago
  6. 4fd3f0c Merge by Raymond Hettinger · 13 years ago
  7. f1182cd Merge by Raymond Hettinger · 13 years ago
  8. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  9. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  10. c92f622 add ChainMap to __all__ (closes #12959) by Benjamin Peterson · 13 years ago
  11. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  12. 22cc118 merge by Raymond Hettinger · 13 years ago
  13. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  14. a82aa55 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  15. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  16. f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  17. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  18. 90375bc Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  19. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  20. f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 13 years ago
  21. 15d0c1d Minor clean-ups. by Raymond Hettinger · 13 years ago
  22. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 13 years ago
  23. 843a751 Move namespace setup inside the template. by Raymond Hettinger · 13 years ago
  24. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  25. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 13 years ago
  26. 74b015e Clean-up whitespace. by Raymond Hettinger · 13 years ago
  27. 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 13 years ago
  28. 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 13 years ago
  29. 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 13 years ago
  30. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  31. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  32. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  33. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 13 years ago
  34. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  35. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  36. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 13 years ago
  37. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 13 years ago
  38. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago