1. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  2. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago
  3. e951e91 Punctuation typos. by Georg Brandl · 13 years ago
  4. 0446b21 Punctuation typo. by Raymond Hettinger · 13 years ago
  5. a199368 More source links. by Raymond Hettinger · 13 years ago
  6. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  7. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  8. 1122fa2 Revert r87823 which moved the source link to the wrong section. by Raymond Hettinger · 14 years ago
  9. bdde506 Put those source links together by Antoine Pitrou · 14 years ago
  10. 77570e2 Fix typo. by Georg Brandl · 14 years ago
  11. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  12. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 14 years ago
  13. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  14. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  15. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  16. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  17. d331ce9 Issue #9507: Named tuple repr will now automatically display the right by Raymond Hettinger · 14 years ago
  18. a6b76ba Improve readability of collections docs by adding a summary table by Raymond Hettinger · 14 years ago
  19. 4821ef8 Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  20. d319ad5 nest method and attribute doc by Benjamin Peterson · 14 years ago
  21. 0b9fb80 use classmethod by Benjamin Peterson · 14 years ago
  22. 22f1885 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  23. 0be8b1c Merged revisions 79733,79735 via svnmerge from by Ezio Melotti · 14 years ago
  24. 44459de Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  25. 9c01e44 Add a subtract() method to collections.Counter() by Raymond Hettinger · 14 years ago
  26. 7b0d3c6 Add nice docstrings to namedtuples. by Raymond Hettinger · 14 years ago
  27. af5c238 Merged revisions 77084 via svnmerge from by Georg Brandl · 15 years ago
  28. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  29. e5fdedb Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  30. 0e31201 Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  31. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  32. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  33. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  34. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  35. d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
  36. e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  37. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  38. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  39. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  40. 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  41. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  42. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  43. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  44. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  45. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  46. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  47. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  48. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  49. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  50. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  51. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  52. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  53. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 15 years ago
  54. 651453a Clean-up named tuple docs. by Raymond Hettinger · 15 years ago
  55. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  56. d04fa31 Minor doc fixes. by Raymond Hettinger · 15 years ago
  57. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 15 years ago
  58. d23e013 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 15 years ago
  59. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 15 years ago
  60. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 15 years ago
  61. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 15 years ago
  62. 94adc8e More doc tweaks. by Raymond Hettinger · 16 years ago
  63. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  64. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  65. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 16 years ago
  66. 0bae662 Fix typos. by Raymond Hettinger · 16 years ago
  67. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 16 years ago
  68. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  69. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  70. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  71. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  72. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 16 years ago
  75. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  76. 9a46cab remove some more bsddb references by Benjamin Peterson · 16 years ago
  77. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  78. 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
  79. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  80. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  81. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  82. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  83. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  84. 72c82a4 Merged revisions 62007 via svnmerge from by Martin v. Löwis · 16 years ago
  85. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  86. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  87. b3a65f8 Move UserString to collections. by Raymond Hettinger · 16 years ago
  88. 71316b0 Deleted two duplicated paragraphs in the intro. Added mention of by Mark Summerfield · 16 years ago
  89. 0bd4e11 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from by Christian Heimes · 16 years ago
  90. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  91. 0dbdab2 Add another usage note for collections.Set by Raymond Hettinger · 16 years ago
  92. 7aebb64 Document how to use Set and MutableSet as a mixin. by Raymond Hettinger · 16 years ago
  93. 409fb2c Finish the collections ABC table. by Raymond Hettinger · 16 years ago
  94. c1b6a4a Smalls improvement to example in the docs for collections ABCs. by Raymond Hettinger · 16 years ago
  95. ebcee3f Fix-up the collections docs. by Raymond Hettinger · 16 years ago
  96. 8f2d006 Fixed a table and a title that were broken. by Mark Summerfield · 16 years ago
  97. e4c96ad Update docs for collections ABCs and for collections.UserDict. by Raymond Hettinger · 16 years ago
  98. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  99. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  100. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago