1. b2269ba Clean-up example by Raymond Hettinger · 12 years ago
  2. 2a61c45 cm.parents is property, not a method by Raymond Hettinger · 12 years ago
  3. 6fed9fd Fix indentation of method and attribute examples. by Raymond Hettinger · 12 years ago
  4. bfcb429 Expand examples for ChainMap(). Improve markup. by Raymond Hettinger · 12 years ago
  5. 7929cfb Note that the _asdict() method is outdated by Raymond Hettinger · 12 years ago
  6. 283b96b Move ChainMap versionadded to be less ambiguous. by Georg Brandl · 12 years ago
  7. 4dcf474 Fix indentation. by Georg Brandl · 12 years ago
  8. bc9f1b5 merge heads (#13887) by Benjamin Peterson · 12 years ago
  9. 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 12 years ago
  10. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  11. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  12. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  13. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  14. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  15. e5905a9 Fix typo by Éric Araujo · 13 years ago
  16. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  17. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  18. f68f714 Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  19. 7ebadd5 Use correct directive to document one method by Éric Araujo · 13 years ago
  20. fa088db Improve glossary entry for ABCs. by Éric Araujo · 13 years ago
  21. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 13 years ago
  22. f90112e Fix reST label for collections ABCs. by Éric Araujo · 13 years ago
  23. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  24. 89cc452 Simplify example by Raymond Hettinger · 13 years ago
  25. f9ca76f Simplify example by Raymond Hettinger · 13 years ago
  26. 405d778 Remove unneeded backslashes by Éric Araujo · 13 years ago
  27. 08c9bd5 Remove unneeded backslashes by Éric Araujo · 13 years ago
  28. 4c2ffab merge by Raymond Hettinger · 13 years ago
  29. f05c139 merge by Raymond Hettinger · 13 years ago
  30. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  31. 4bbde72 Fix markup. by Raymond Hettinger · 13 years ago
  32. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  33. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  34. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 13 years ago
  35. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 13 years ago
  36. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 13 years ago
  37. ba7b560 Fix set representation in an example. by Raymond Hettinger · 13 years ago
  38. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  39. 3692035 Merge by Antoine Pitrou · 13 years ago
  40. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  41. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  42. 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
  43. a2e7814 Forward port doc update. by Raymond Hettinger · 13 years ago
  44. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 13 years ago
  45. 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 13 years ago
  46. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 13 years ago
  47. 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
  48. 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
  49. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago
  50. e951e91 Punctuation typos. by Georg Brandl · 13 years ago
  51. 0446b21 Punctuation typo. by Raymond Hettinger · 13 years ago
  52. a199368 More source links. by Raymond Hettinger · 13 years ago
  53. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  54. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  55. 1122fa2 Revert r87823 which moved the source link to the wrong section. by Raymond Hettinger · 14 years ago
  56. bdde506 Put those source links together by Antoine Pitrou · 14 years ago
  57. 77570e2 Fix typo. by Georg Brandl · 14 years ago
  58. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  59. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 14 years ago
  60. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  61. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  62. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  63. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  64. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  65. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  66. d331ce9 Issue #9507: Named tuple repr will now automatically display the right by Raymond Hettinger · 14 years ago
  67. f56c9cd Backport doc readability improvements for the collections module. by Raymond Hettinger · 14 years ago
  68. a6b76ba Improve readability of collections docs by adding a summary table by Raymond Hettinger · 14 years ago
  69. 5a34b7f Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  70. 4821ef8 Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  71. 7a502de Merged revisions 82952,82954 via svnmerge from by Benjamin Peterson · 14 years ago
  72. d319ad5 nest method and attribute doc by Benjamin Peterson · 14 years ago
  73. 0b9fb80 use classmethod by Benjamin Peterson · 14 years ago
  74. 4c4d3b1 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  75. 22f1885 Add usage notes for collections.Counter() by Raymond Hettinger · 14 years ago
  76. 0be8b1c Merged revisions 79733,79735 via svnmerge from by Ezio Melotti · 14 years ago
  77. 44459de Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  78. 9c01e44 Add a subtract() method to collections.Counter() by Raymond Hettinger · 14 years ago
  79. 7b0d3c6 Add nice docstrings to namedtuples. by Raymond Hettinger · 14 years ago
  80. af5c238 Merged revisions 77084 via svnmerge from by Georg Brandl · 15 years ago
  81. 890c193 Merged revisions 76906 via svnmerge from by Ezio Melotti · 15 years ago
  82. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  83. e5fdedb Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  84. 0e31201 Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  85. c529c2f Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  86. 2befd9a Merged revisions 74762 via svnmerge from by Ezio Melotti · 15 years ago
  87. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  88. 306afd3 Merged revisions 74748 via svnmerge from by Ezio Melotti · 15 years ago
  89. c53a894 d.items() -> list(d.items()) in the examples by Ezio Melotti · 15 years ago
  90. 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
  91. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  92. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  93. d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
  94. e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 15 years ago
  95. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  96. 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
  97. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  98. 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  99. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  100. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 15 years ago