1. a67619e merge by Raymond Hettinger · 7 years ago
  2. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  3. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 8 years ago
  4. dc65c68 Remove main section that was only used during testing and development by Raymond Hettinger · 8 years ago
  5. 8579a8f Minor readability tweak by Raymond Hettinger · 8 years ago
  6. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  7. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  8. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  9. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  10. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  11. 62bc321 Fix out-of-date comment by Raymond Hettinger · 8 years ago
  12. 2831b38 merge by Raymond Hettinger · 9 years ago
  13. c3f7d17 Fix non-ascii character by Raymond Hettinger · 9 years ago
  14. a89013d merge by Raymond Hettinger · 9 years ago
  15. c9c3dd8 Add a missing docstring by Raymond Hettinger · 9 years ago
  16. 5527cf1 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  17. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  18. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  19. 3ada93f merge by Raymond Hettinger · 9 years ago
  20. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  21. 9157545 merge by Raymond Hettinger · 9 years ago
  22. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  23. 4c97a62 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) by Raymond Hettinger · 9 years ago
  24. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  25. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 9 years ago
  26. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 9 years ago
  27. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  28. f51f713 Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  29. a86700a Issue #22609: Revert changes in UserDict. They conflicted with existing tests. by Serhiy Storchaka · 10 years ago
  30. 8943ecf Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  31. ae5cb21 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  32. f2bbb65 merge by Raymond Hettinger · 10 years ago
  33. bc00050 Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 10 years ago
  34. 53d2c41 Issue #19414: Have the OrderedDict mark deleted links as unusable. by Raymond Hettinger · 10 years ago
  35. 578c921 Issue #19505: The items, keys, and values views of OrderedDict now support by Serhiy Storchaka · 10 years ago
  36. d852e99 Clean-up docstring by Raymond Hettinger · 10 years ago
  37. 5703cd5 whitespace cleanup by Christian Heimes · 11 years ago
  38. 52c5e57 Issue #19218: Add facade collections.abc by Christian Heimes · 11 years ago
  39. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  40. 45163cc Close #18690: register memoryview with Sequence ABC by Nick Coghlan · 11 years ago
  41. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  42. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  43. 840c310 Fix typo on MutableSequence docstring. by Guido van Rossum · 11 years ago
  44. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  45. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  46. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  47. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  48. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  49. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  50. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  51. 8c03d83 merge by Raymond Hettinger · 11 years ago
  52. 5c71079 merge by Raymond Hettinger · 11 years ago
  53. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  54. 4072875 merge by Raymond Hettinger · 11 years ago
  55. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  56. bb25b6f merge by Raymond Hettinger · 11 years ago
  57. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 11 years ago
  58. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 11 years ago
  59. a35e281 Merge by Raymond Hettinger · 11 years ago
  60. 4f4ba16 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. by Raymond Hettinger · 11 years ago
  61. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 11 years ago
  62. 527507d Improve OrderedDict equality test. by Raymond Hettinger · 11 years ago
  63. 73ee816 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  64. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  65. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  66. 1c2018c Small cleanup and optimization by Raymond Hettinger · 12 years ago
  67. 80ed4d4 Minor reformatting (wrap fat lines, etc.) and create an __main__ file by Raymond Hettinger · 12 years ago
  68. 7b17a4e Close #14386: Register types.MappingProxyType as a Mapping by Victor Stinner · 12 years ago
  69. 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
  70. 4fd3f0c Merge by Raymond Hettinger · 12 years ago
  71. f1182cd Merge by Raymond Hettinger · 13 years ago
  72. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  73. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  74. c92f622 add ChainMap to __all__ (closes #12959) by Benjamin Peterson · 13 years ago
  75. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  76. 22cc118 merge by Raymond Hettinger · 13 years ago
  77. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  78. a82aa55 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  79. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  80. f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  81. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  82. 90375bc Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  83. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  84. f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 13 years ago
  85. 15d0c1d Minor clean-ups. by Raymond Hettinger · 13 years ago
  86. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 13 years ago
  87. 843a751 Move namespace setup inside the template. by Raymond Hettinger · 13 years ago
  88. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  89. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 13 years ago
  90. 74b015e Clean-up whitespace. by Raymond Hettinger · 13 years ago
  91. 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 13 years ago
  92. 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 13 years ago
  93. 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 13 years ago
  94. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  95. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  96. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  97. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 13 years ago
  98. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  99. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  100. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 13 years ago