COMMITS
/ Doc/library/collections.abc.rst February 22, 2025
A
gh-130159: Fix list indentation in collections.abc (#130165)
Adam Turner committed
October 30, 2024
September 6, 2024
S
May 8, 2024
N
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 3, 2024
December 20, 2023
D
Fix typo in collections.abc docs example (#113310)
David Greaves committed
December 14, 2023
A
gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116)
Alex Waygood committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
May 13, 2023
A
gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)
Alex Waygood committed
May 12, 2023
A
gh-91896: Fixup some docs issues following ByteString deprecation (#104422)
Alex Waygood committed
May 4, 2023
S
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu committed
J
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
October 19, 2021
F
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)
Filipe Laíns committed
September 10, 2021
R
bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218)
Raymond Hettinger committed
July 1, 2021
I
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii committed
November 21, 2020
R
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
Richard Levasseur committed
September 27, 2020
A
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino committed
September 15, 2020
A
Fix all Python Cookbook links (#22205)
Andre Delfino committed
August 20, 2020
S
bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880)
Sydney Pemberton committed
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
January 12, 2018
R
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
Raymond Hettinger committed
September 25, 2017
R
bpo-18558: Clarify glossary entry for "Iterable" (#3732)
Raymond Hettinger committed
November 25, 2016
B
Issue #28793: Fix c/p error in AsyncGenerator documentation
Berker Peksag committed
November 16, 2016
Y
Issue #28720: Add collections.abc.AsyncGenerator.
Yury Selivanov committed
August 23, 2016
G
Issue 27598: Add Collections to collections.abc.
Guido van Rossum committed
August 18, 2016
G
Anti-registration of various ABC methods.
Guido van Rossum committed
July 15, 2016
B
Merge for #26696
Brett Cannon committed
B
Issue #26696: Document collections.abc.ByteString.
Brett Cannon committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
April 18, 2016
G
#25987: add versionadded to Reversible.
Georg Brandl committed
April 4, 2016
G
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
Guido van Rossum committed
October 7, 2015
M
Issue #25286: Merge dictionary view glossary from 3.4 into 3.5
Martin Panter committed
M
Issue #25286: Dictionary views are not sequences
Martin Panter committed
July 3, 2015
Y
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov committed
July 1, 2015
Y
Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine
Yury Selivanov committed
June 24, 2015
Y
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov committed
June 15, 2015
S
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Senthil Kumaran committed
May 29, 2015
Y
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
Yury Selivanov committed
May 23, 2015
R
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
Raymond Hettinger committed
May 21, 2015
Y
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov committed
May 9, 2015
R
Issue #24018: Add a collections.Generator abstract base class.
Raymond Hettinger committed
October 31, 2014
G
merge with 3.4
Georg Brandl committed
G
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl committed