1. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  2. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  3. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  4. a86700a Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  5. ae5cb21 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  6. bc00050 Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 10 years ago
  7. d852e99 Clean-up docstring by Raymond Hettinger · 10 years ago
  8. 5703cd5 whitespace cleanup by Christian Heimes · 11 years ago
  9. 52c5e57 Issue #19218: Add facade collections.abc by Christian Heimes · 11 years ago
  10. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  11. 45163cc Close #18690: register memoryview with Sequence ABC by Nick Coghlan · 11 years ago
  12. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  13. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  14. 840c310 Fix typo on MutableSequence docstring. by Guido van Rossum · 11 years ago
  15. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  16. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  17. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  18. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  19. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  20. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  21. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  22. 8c03d83 merge by Raymond Hettinger · 11 years ago
  23. 5c71079 merge by Raymond Hettinger · 11 years ago
  24. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  25. 4072875 merge by Raymond Hettinger · 11 years ago
  26. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  27. bb25b6f merge by Raymond Hettinger · 11 years ago
  28. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 11 years ago
  29. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 11 years ago
  30. a35e281 Merge by Raymond Hettinger · 11 years ago
  31. 4f4ba16 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. by Raymond Hettinger · 11 years ago
  32. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  33. 527507d Improve OrderedDict equality test. by Raymond Hettinger · 12 years ago
  34. 73ee816 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  35. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  36. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  37. 1c2018c Small cleanup and optimization by Raymond Hettinger · 12 years ago
  38. 80ed4d4 Minor reformatting (wrap fat lines, etc.) and create an __main__ file by Raymond Hettinger · 12 years ago
  39. 7b17a4e Close #14386: Register types.MappingProxyType as a Mapping by Victor Stinner · 12 years ago
  40. 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
  41. 4fd3f0c Merge by Raymond Hettinger · 13 years ago
  42. f1182cd Merge by Raymond Hettinger · 13 years ago
  43. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  44. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  45. c92f622 add ChainMap to __all__ (closes #12959) by Benjamin Peterson · 13 years ago
  46. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  47. 22cc118 merge by Raymond Hettinger · 13 years ago
  48. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  49. a82aa55 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  50. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  51. f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  52. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  53. 90375bc Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  54. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  55. f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 13 years ago
  56. 15d0c1d Minor clean-ups. by Raymond Hettinger · 13 years ago
  57. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 13 years ago
  58. 843a751 Move namespace setup inside the template. by Raymond Hettinger · 13 years ago
  59. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  60. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 13 years ago
  61. 74b015e Clean-up whitespace. by Raymond Hettinger · 13 years ago
  62. 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 13 years ago
  63. 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 13 years ago
  64. 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 13 years ago
  65. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  66. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  67. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  68. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 13 years ago
  69. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  70. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  71. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 13 years ago
  72. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 13 years ago
  73. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago