1. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  2. 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 12 years ago
  3. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  4. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  5. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  6. fa088db Improve glossary entry for ABCs. by Éric Araujo · 13 years ago
  7. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 13 years ago
  8. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  9. f9ca76f Simplify example by Raymond Hettinger · 13 years ago
  10. 08c9bd5 Remove unneeded backslashes by Éric Araujo · 13 years ago
  11. f05c139 merge by Raymond Hettinger · 13 years ago
  12. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  13. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  14. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 13 years ago
  15. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 13 years ago
  16. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  17. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  18. 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
  19. 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
  20. 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
  21. e951e91 Punctuation typos. by Georg Brandl · 13 years ago
  22. 0446b21 Punctuation typo. by Raymond Hettinger · 13 years ago
  23. a199368 More source links. by Raymond Hettinger · 13 years ago
  24. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  25. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  26. 1122fa2 Revert r87823 which moved the source link to the wrong section. by Raymond Hettinger · 14 years ago
  27. bdde506 Put those source links together by Antoine Pitrou · 14 years ago
  28. 77570e2 Fix typo. by Georg Brandl · 14 years ago
  29. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  30. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 14 years ago
  31. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  32. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  33. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  34. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  35. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  36. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  37. d331ce9 Issue #9507: Named tuple repr will now automatically display the right by Raymond Hettinger · 14 years ago
  38. f56c9cd Backport doc readability improvements for the collections module. by Raymond Hettinger · 14 years ago
  39. a6b76ba Improve readability of collections docs by adding a summary table by Raymond Hettinger · 14 years ago
  40. 5a34b7f Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  41. 4821ef8 Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  42. 7a502de Merged revisions 82952,82954 via svnmerge from by Benjamin Peterson · 14 years ago
  43. d319ad5 nest method and attribute doc by Benjamin Peterson · 14 years ago
  44. 0b9fb80 use classmethod by Benjamin Peterson · 14 years ago
  45. 4c4d3b1 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  46. 22f1885 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  47. 0be8b1c Merged revisions 79733,79735 via svnmerge from by Ezio Melotti · 14 years ago
  48. 44459de Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  49. 9c01e44 Add a subtract() method to collections.Counter() by Raymond Hettinger · 14 years ago
  50. 7b0d3c6 Add nice docstrings to namedtuples. by Raymond Hettinger · 14 years ago
  51. af5c238 Merged revisions 77084 via svnmerge from by Georg Brandl · 15 years ago
  52. 890c193 Merged revisions 76906 via svnmerge from by Ezio Melotti · 15 years ago
  53. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  54. e5fdedb Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  55. 0e31201 Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  56. c529c2f Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  57. 2befd9a Merged revisions 74762 via svnmerge from by Ezio Melotti · 15 years ago
  58. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  59. 306afd3 Merged revisions 74748 via svnmerge from by Ezio Melotti · 15 years ago
  60. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  61. 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
  62. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  63. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  64. d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
  65. e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  66. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  67. 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
  68. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  69. 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  70. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  71. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  72. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  73. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  74. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  75. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  76. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  77. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  78. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  79. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  80. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  81. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  82. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 15 years ago
  83. 651453a Clean-up named tuple docs. by Raymond Hettinger · 15 years ago
  84. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  85. d04fa31 Minor doc fixes. by Raymond Hettinger · 15 years ago
  86. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 15 years ago
  87. 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
  88. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 15 years ago
  89. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 15 years ago
  90. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 15 years ago
  91. 94adc8e More doc tweaks. by Raymond Hettinger · 16 years ago
  92. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  93. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  94. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 16 years ago
  95. 0bae662 Fix typos. by Raymond Hettinger · 16 years ago
  96. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 16 years ago
  97. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  98. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  99. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  100. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago