1. e105294 Corrected link targets in collections.rst (GH-1052) by Michael Seifert · 6 years ago
  2. ca6c125 Fix typo -- missing "not" (GH-5528) by Raymond Hettinger · 7 years ago
  3. 589c718 bpo-32739: Show default value for rotate() (GH-5485) by Raymond Hettinger · 7 years ago
  4. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 7 years ago
  5. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 7 years ago
  6. 0858495 bpo-32099 Add deque variant of roundrobin() recipe (#4497) by Raymond Hettinger · 7 years ago
  7. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  8. 184bd82 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) by Ben Hoyt · 7 years ago
  9. 97bf722 bpo-28851: Improve namedtuple documentation (GH-1274) by csabella · 7 years ago
  10. d15bb26 Update OrderedDict docs to reflect acceptance of PEP 468 by Raymond Hettinger · 8 years ago
  11. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  12. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  13. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 8 years ago
  14. fd27f62 Add cross-reference to typing.NamedTuple. Doctest two more examples. by Raymond Hettinger · 8 years ago
  15. a5f1fbd merge by Raymond Hettinger · 8 years ago
  16. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  17. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  18. 0e0fe4f Closes #27205: Merge with 3.5 by Zachary Ware · 8 years ago
  19. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  20. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  21. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  22. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  23. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  24. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  25. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  26. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  27. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  28. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  29. 9a8d0d5 Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  30. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  31. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  32. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  33. a638971 merge by Raymond Hettinger · 9 years ago
  34. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  35. 0ef0423 merge by Raymond Hettinger · 9 years ago
  36. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  37. c880ef8 merge by Raymond Hettinger · 9 years ago
  38. 6e70131 Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5 by Raymond Hettinger · 9 years ago
  39. 349718a merge by Raymond Hettinger · 9 years ago
  40. d2f6974 Improve appearance of example code by Raymond Hettinger · 9 years ago
  41. 5bfb9f0 merge by Raymond Hettinger · 9 years ago
  42. 549e34c Remove confusing section from named tuple recipes. by Raymond Hettinger · 9 years ago
  43. 2fbde51 merge by Raymond Hettinger · 9 years ago
  44. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  45. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  46. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  47. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  48. 6568714 Issue #25286: Merge dictionary view glossary from 3.5 by Martin Panter · 9 years ago
  49. 397625e Issue #25286: Update dictionary view link; patch by Akira Li by Martin Panter · 9 years ago
  50. cbed495 Merge 3.5 by Yury Selivanov · 9 years ago
  51. 336b37b whatsnew/3.5: First pass over NEWS is done. by Yury Selivanov · 9 years ago
  52. 7f9f27d merge by Raymond Hettinger · 9 years ago
  53. 9157545 merge by Raymond Hettinger · 9 years ago
  54. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  55. 2a75e8f Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs by Raymond Hettinger · 9 years ago
  56. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  57. 855482e Issue #24269: Minor doc fixups. by Raymond Hettinger · 9 years ago
  58. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  59. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  60. b01a1fd merge by Raymond Hettinger · 9 years ago
  61. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  62. 46cf02d merge by Raymond Hettinger · 9 years ago
  63. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  64. de7cafa Issue #24064: Add __doc__ to the example in collections.rst. by Berker Peksag · 9 years ago
  65. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  66. 41290a6 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). by Raymond Hettinger · 9 years ago
  67. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 9 years ago
  68. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  69. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  70. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  71. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  72. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  73. 993c782 #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  74. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  75. 578c921 Issue #19505: The items, keys, and values views of OrderedDict now support by Serhiy Storchaka · 10 years ago
  76. e74f96d Merge typo fix. by Zachary Ware · 11 years ago
  77. 80602e0 Fix typo. by Zachary Ware · 11 years ago
  78. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  79. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  80. c93dbe2 Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. by Raymond Hettinger · 11 years ago
  81. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  82. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  83. 924c822 merge with 3.3 by Georg Brandl · 11 years ago
  84. 87f3d7b Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 11 years ago
  85. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  86. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  87. 0580cbb Merge by Raymond Hettinger · 11 years ago
  88. faaba59 Regex should be a raw string by Raymond Hettinger · 11 years ago
  89. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  90. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  91. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  92. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  93. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  94. 2d337c7 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  95. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  96. ea47530 update CodeTools link; thanks to Robert Kern from docs@ by Sandro Tosi · 12 years ago
  97. b22ba04 Fix typo by Raymond Hettinger · 12 years ago
  98. b2269ba Clean-up example by Raymond Hettinger · 12 years ago
  99. 2a61c45 cm.parents is property, not a method by Raymond Hettinger · 12 years ago
  100. 6fed9fd Fix indentation of method and attribute examples. by Raymond Hettinger · 12 years ago