1. 02556fb bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) by Raymond Hettinger · 7 years ago
  2. 0bf287b bpo-18558: Clarify glossary entry for "Iterable" (#3732) by Raymond Hettinger · 7 years ago
  3. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 8 years ago
  4. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 8 years ago
  5. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  6. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  7. 7365361 Merge for #26696 by Brett Cannon · 8 years ago
  8. 9305bba Issue #26696: Document collections.abc.ByteString. by Brett Cannon · 8 years ago
  9. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  10. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  11. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  12. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  13. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  14. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  15. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  16. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  17. 446977c Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 by Martin Panter · 9 years ago
  18. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  19. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  20. cc1d028 Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine by Yury Selivanov · 9 years ago
  21. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  22. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  23. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  24. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  25. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  26. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  27. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  28. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  29. 748ff8b merge by Raymond Hettinger · 10 years ago
  30. 11cda47 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 10 years ago
  31. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  32. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  33. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  34. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  35. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 11 years ago
  36. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  37. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  38. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  39. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  40. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 13 years ago
  41. f90112e Fix reST label for collections ABCs. by Éric Araujo · 13 years ago
  42. c831a91 #10617: merge with 3.2. by Ezio Melotti · 13 years ago
  43. 3692035 Merge by Antoine Pitrou · 13 years ago
  44. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 13 years ago
  45. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago