1. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  2. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  3. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 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. dd5e53a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  7. 4d5d69d TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version. by Eric V. Smith · 11 years ago
  8. facd0a3 Strengthen one of the collections.Counter() tests by Raymond Hettinger · 11 years ago
  9. 07573d7 merge by Raymond Hettinger · 11 years ago
  10. cb1d96f Issue #18594: Make the C code more closely match the pure python code. by Raymond Hettinger · 11 years ago
  11. 45163cc Close #18690: register memoryview with Sequence ABC by Nick Coghlan · 11 years ago
  12. 0cb2aaf #18106: refactor tests to use subtests and proper assert methods. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  13. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  14. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  15. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  16. 4072875 merge by Raymond Hettinger · 11 years ago
  17. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  18. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  19. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  20. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  21. 68fb89f Fix whitespace by Raymond Hettinger · 13 years ago
  22. f1182cd Merge by Raymond Hettinger · 13 years ago
  23. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  24. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  25. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  26. 22cc118 merge by Raymond Hettinger · 13 years ago
  27. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  28. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 13 years ago
  29. 75da860 TestChainMap was not previously used. Minor corrections applied. by Łukasz Langa · 13 years ago
  30. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  31. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  32. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  33. 6712a3e Remove test_importable(). Couldn't see how to make this reliable across all platforms. by Raymond Hettinger · 14 years ago
  34. d4652fa Isolate the test_source() test in test_collections by Raymond Hettinger · 14 years ago
  35. f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 14 years ago
  36. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 14 years ago
  37. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 14 years ago
  38. d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 14 years ago
  39. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
  40. dcb29c9 Add tests for the collections helper class and sync-up with py3k branch. by Raymond Hettinger · 14 years ago
  41. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 14 years ago
  42. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 14 years ago
  43. 1d879f6 Backport r87613 to make OrderedDict subclassing match dict subclassing. by Raymond Hettinger · 14 years ago
  44. 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 14 years ago
  45. 345c49b Fix OrderedDic.pop() to work for subclasses that define __missing__(). by Raymond Hettinger · 14 years ago
  46. 32062e9 Make it easier to extend OrderedDict without breaking it. by Raymond Hettinger · 14 years ago
  47. a673b1f Fix OrderedDict.setdefault() to work for subclasses that define __missing__(). by Raymond Hettinger · 14 years ago
  48. fdb32c1 Merged revisions 86857 via svnmerge from by Alexander Belopolsky · 14 years ago
  49. ead2222 Issue #10565: Iterator ABC should require both __next__ and __iter__. by Raymond Hettinger · 14 years ago
  50. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  51. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  52. 35c87f2 Issue 9865: add __sizeof__ to OrderedDict. by Raymond Hettinger · 14 years ago
  53. 69976a7 Issue #9826: Handle recursive repr in collections.OrderedDict. by Raymond Hettinger · 14 years ago
  54. dc08a14 Issue #9826: Handle recursive repr in collections.OrderedDict. by Raymond Hettinger · 14 years ago
  55. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  56. e21624f Merged revisions 84301 via svnmerge from by Daniel Stutzbach · 14 years ago
  57. 31da5b2 Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x by Daniel Stutzbach · 14 years ago
  58. 0e708a1 Issue #9214: Fix set operations on KeysView and ItemsView. by Raymond Hettinger · 14 years ago
  59. 9117c75 Issue #9214: Fix set operations on KeysView and ItemsView. by Raymond Hettinger · 14 years ago
  60. d331ce9 Issue #9507: Named tuple repr will now automatically display the right by Raymond Hettinger · 14 years ago
  61. 16d0376 Merged revisions 82821 via svnmerge from by Mark Dickinson · 14 years ago
  62. b214e90 Issue #9137: Fix issue in MutableMapping.update, which incorrectly by Mark Dickinson · 14 years ago
  63. 8e13de6 Merged revisions 81417 via svnmerge from by Benjamin Peterson · 14 years ago
  64. 4ad6bd5 Merged revisions 81414 via svnmerge from by Benjamin Peterson · 14 years ago
  65. 9c01e44 Add a subtract() method to collections.Counter() by Raymond Hettinger · 15 years ago
  66. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  67. ce153f6 Backport the tests only. by Florent Xicluna · 15 years ago
  68. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 15 years ago
  69. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  70. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  71. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  72. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  73. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  74. 499b2ee Stronger tests for namedtuple() to prevent future name conflict errors. by Raymond Hettinger · 15 years ago
  75. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  76. 5614524 Have namedtuple's field renamer assign names that by Raymond Hettinger · 16 years ago
  77. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  78. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
  79. b212157 Additional test for __reduce__. by Raymond Hettinger · 16 years ago
  80. 5b26fb5 Add another test. by Raymond Hettinger · 16 years ago
  81. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  82. 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 16 years ago
  83. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 16 years ago
  84. ae65018 Beef-up tests for collections ABCs. by Raymond Hettinger · 16 years ago
  85. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  86. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  87. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  88. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  89. e9bbc8b Devil merge! by Benjamin Peterson · 16 years ago
  90. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  91. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  92. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  93. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  94. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 17 years ago
  95. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  96. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  97. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  98. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  99. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  100. d05eb00 Add ABC ByteString which unifies bytes and bytearray (but not memoryview). by Guido van Rossum · 17 years ago