1. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  2. 3692035 Merge by Antoine Pitrou · 13 years ago
  3. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  4. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  5. 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 13 years ago
  6. a2e7814 Forward port doc update. by Raymond Hettinger · 13 years ago
  7. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 13 years ago
  8. 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 13 years ago
  9. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  10. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  11. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  12. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago
  13. e951e91 Punctuation typos. by Georg Brandl · 13 years ago
  14. 0446b21 Punctuation typo. by Raymond Hettinger · 13 years ago
  15. a199368 More source links. by Raymond Hettinger · 13 years ago
  16. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  17. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  18. 1122fa2 Revert r87823 which moved the source link to the wrong section. by Raymond Hettinger · 14 years ago
  19. bdde506 Put those source links together by Antoine Pitrou · 14 years ago
  20. 77570e2 Fix typo. by Georg Brandl · 14 years ago
  21. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  22. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 14 years ago
  23. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  24. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  25. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  26. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  27. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  28. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  29. d331ce9 Issue #9507: Named tuple repr will now automatically display the right by Raymond Hettinger · 14 years ago
  30. f56c9cd Backport doc readability improvements for the collections module. by Raymond Hettinger · 14 years ago
  31. a6b76ba Improve readability of collections docs by adding a summary table by Raymond Hettinger · 14 years ago
  32. 5a34b7f Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  33. 4821ef8 Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  34. 7a502de Merged revisions 82952,82954 via svnmerge from by Benjamin Peterson · 14 years ago
  35. d319ad5 nest method and attribute doc by Benjamin Peterson · 14 years ago
  36. 0b9fb80 use classmethod by Benjamin Peterson · 14 years ago
  37. 4c4d3b1 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  38. 22f1885 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  39. 0be8b1c Merged revisions 79733,79735 via svnmerge from by Ezio Melotti · 14 years ago
  40. 44459de Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  41. 9c01e44 Add a subtract() method to collections.Counter() by Raymond Hettinger · 14 years ago
  42. 7b0d3c6 Add nice docstrings to namedtuples. by Raymond Hettinger · 14 years ago
  43. af5c238 Merged revisions 77084 via svnmerge from by Georg Brandl · 15 years ago
  44. 890c193 Merged revisions 76906 via svnmerge from by Ezio Melotti · 15 years ago
  45. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  46. e5fdedb Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  47. 0e31201 Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  48. c529c2f Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  49. 2befd9a Merged revisions 74762 via svnmerge from by Ezio Melotti · 15 years ago
  50. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  51. 306afd3 Merged revisions 74748 via svnmerge from by Ezio Melotti · 15 years ago
  52. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  53. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  54. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  55. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  56. d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
  57. e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  58. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  59. 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
  60. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  61. 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  62. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  63. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  64. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  65. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  66. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  67. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  68. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  69. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  70. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  71. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  72. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  73. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  74. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 15 years ago
  75. 651453a Clean-up named tuple docs. by Raymond Hettinger · 15 years ago
  76. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  77. d04fa31 Minor doc fixes. by Raymond Hettinger · 15 years ago
  78. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 15 years ago
  79. 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
  80. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 15 years ago
  81. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 15 years ago
  82. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 15 years ago
  83. 94adc8e More doc tweaks. by Raymond Hettinger · 16 years ago
  84. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  85. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  86. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 16 years ago
  87. 0bae662 Fix typos. by Raymond Hettinger · 16 years ago
  88. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 16 years ago
  89. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  90. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  91. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  92. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  93. 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
  94. 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
  95. 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 16 years ago
  96. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 9a46cab remove some more bsddb references by Benjamin Peterson · 16 years ago
  98. 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
  99. 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
  100. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago