1. 44459de Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  2. 9c01e44 Add a subtract() method to collections.Counter() by Raymond Hettinger · 14 years ago
  3. 7b0d3c6 Add nice docstrings to namedtuples. by Raymond Hettinger · 14 years ago
  4. af5c238 Merged revisions 77084 via svnmerge from by Georg Brandl · 15 years ago
  5. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  6. e5fdedb Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  7. 0e31201 Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  8. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  9. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  10. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  11. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  12. d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
  13. e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  14. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  15. 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
  16. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  17. 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  18. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  19. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  20. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  21. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  22. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  23. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  24. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  25. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  26. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  27. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  28. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  29. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  30. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 15 years ago
  31. 651453a Clean-up named tuple docs. by Raymond Hettinger · 15 years ago
  32. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  33. d04fa31 Minor doc fixes. by Raymond Hettinger · 15 years ago
  34. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 15 years ago
  35. 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
  36. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 15 years ago
  37. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 15 years ago
  38. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 15 years ago
  39. 94adc8e More doc tweaks. by Raymond Hettinger · 16 years ago
  40. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  41. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  42. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 16 years ago
  43. 0bae662 Fix typos. by Raymond Hettinger · 16 years ago
  44. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 16 years ago
  45. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  46. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  47. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  48. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  49. 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
  50. 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
  51. 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 16 years ago
  52. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  53. 9a46cab remove some more bsddb references by Benjamin Peterson · 16 years ago
  54. 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
  55. 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
  56. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  57. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  59. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  60. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  61. 72c82a4 Merged revisions 62007 via svnmerge from by Martin v. Löwis · 16 years ago
  62. 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
  63. 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
  64. b3a65f8 Move UserString to collections. by Raymond Hettinger · 16 years ago
  65. 71316b0 Deleted two duplicated paragraphs in the intro. Added mention of by Mark Summerfield · 16 years ago
  66. 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
  67. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  68. 0dbdab2 Add another usage note for collections.Set by Raymond Hettinger · 16 years ago
  69. 7aebb64 Document how to use Set and MutableSet as a mixin. by Raymond Hettinger · 16 years ago
  70. 409fb2c Finish the collections ABC table. by Raymond Hettinger · 16 years ago
  71. c1b6a4a Smalls improvement to example in the docs for collections ABCs. by Raymond Hettinger · 16 years ago
  72. ebcee3f Fix-up the collections docs. by Raymond Hettinger · 16 years ago
  73. 8f2d006 Fixed a table and a title that were broken. by Mark Summerfield · 16 years ago
  74. e4c96ad Update docs for collections ABCs and for collections.UserDict. by Raymond Hettinger · 16 years ago
  75. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  76. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  77. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  78. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  79. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  80. 0041223 Fixed print -> print() by Christian Heimes · 17 years ago
  81. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  82. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  83. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  84. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
  85. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  86. 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 17 years ago
  87. 84df79b Typo. by Georg Brandl · 17 years ago
  88. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  89. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  90. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  91. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  92. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  93. 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
  94. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  95. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  96. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  97. 08898b4 Proof read/editing of abc. Added table of collections.Hashable etc. to by Mark Summerfield · 17 years ago
  98. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  99. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  100. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago