1. 22cc118 merge by Raymond Hettinger · 13 years ago
  2. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  3. a82aa55 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  4. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  5. f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  6. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  7. 90375bc Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  8. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  9. f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 13 years ago
  10. 15d0c1d Minor clean-ups. by Raymond Hettinger · 13 years ago
  11. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 13 years ago
  12. 843a751 Move namespace setup inside the template. by Raymond Hettinger · 13 years ago
  13. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  14. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 13 years ago
  15. 74b015e Clean-up whitespace. by Raymond Hettinger · 13 years ago
  16. 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 13 years ago
  17. 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 13 years ago
  18. 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 13 years ago
  19. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  20. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  21. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  22. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 13 years ago
  23. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  24. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  25. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 13 years ago
  26. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 13 years ago
  27. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago