| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-114990: Add missing mixin methods in collections.abc's document (GH-114991) | AN Long | 2024-10-30 | 1 | -2/+3 |
|
|
* | gh-123523: Rework typing documentation for generators and coroutines, and lin... | Stanislav Terliakov | 2024-09-06 | 1 | -0/+14 |
|
|
* | gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804) | Nikita Sobolev | 2024-05-08 | 1 | -10/+0 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) | AN Long | 2024-02-03 | 1 | -2/+2 |
|
|
* | Fix typo in collections.abc docs example (#113310) | David Greaves | 2023-12-20 | 1 | -1/+1 |
|
|
* | gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116) | Alex Waygood | 2023-12-14 | 1 | -39/+41 |
|
|
* | GH-101100: Fix reference warnings for ``__getitem__`` (#110118) | Adam Turner | 2023-10-19 | 1 | -4/+4 |
|
|
* | gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424) | Alex Waygood | 2023-05-13 | 1 | -4/+1 |
|
|
* | gh-91896: Fixup some docs issues following ByteString deprecation (#104422) | Alex Waygood | 2023-05-12 | 1 | -1/+4 |
|
|
* | gh-91896: Deprecate collections.abc.ByteString (#102096) | Shantanu | 2023-05-04 | 1 | -0/+6 |
|
|
* | gh-102500: Document PEP 688 (#102571) | Jelle Zijlstra | 2023-05-04 | 1 | -0/+8 |
|
|
* | GH-101898: Fix missing term references for hashable definition (#101899) | Furkan Onder | 2023-02-14 | 1 | -2/+2 |
|
|
* | bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) | Filipe LaĆns | 2021-10-19 | 1 | -0/+3 |
|
|
* | bpo-45024 and bpo-23864: Document how interface testing works with the collec... | Raymond Hettinger | 2021-09-10 | 1 | -63/+164 |
|
|
* | bpo-43216: Remove @asyncio.coroutine (GH-26369) | Illia Volochii | 2021-07-01 | 1 | -2/+2 |
|
|
* | Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) | Richard Levasseur | 2020-11-21 | 1 | -1/+1 |
|
|
* | Revert "Fix all Python Cookbook links (#22205)" (GH-22424) | Andre Delfino | 2020-09-27 | 1 | -1/+1 |
|
|
* | Fix all Python Cookbook links (#22205) | Andre Delfino | 2020-09-15 | 1 | -1/+1 |
|
|
* | bpo-40994: Ungroup items in collections.abc documentation for improved clarit... | Sydney Pemberton | 2020-08-20 | 1 | -5/+13 |
|
|
* | bpo-40204: Fix reference to terms in the doc (GH-21865) | Victor Stinner | 2020-08-14 | 1 | -1/+1 |
|
|
* | bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) | Raymond Hettinger | 2018-01-12 | 1 | -1/+2 |
|
|
* | bpo-18558: Clarify glossary entry for "Iterable" (#3732) | Raymond Hettinger | 2017-09-25 | 1 | -1/+6 |
|
|
* | Issue #28793: Fix c/p error in AsyncGenerator documentation | Berker Peksag | 2016-11-25 | 1 | -1/+1 |
|
|
* | Issue #28720: Add collections.abc.AsyncGenerator. | Yury Selivanov | 2016-11-16 | 1 | -0/+8 |
|
|
* | Issue 27598: Add Collections to collections.abc. | Guido van Rossum | 2016-08-23 | 1 | -9/+17 |
|
|
* | Anti-registration of various ABC methods. | Guido van Rossum | 2016-08-18 | 1 | -1/+2 |
|
|
* | Merge for #26696 | Brett Cannon | 2016-07-15 | 1 | -1/+4 |
|\ |
|
| * | Issue #26696: Document collections.abc.ByteString. | Brett Cannon | 2016-07-15 | 1 | -1/+4 |
|
|
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+3 |
|
|
* | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -13/+16 |
|\ \
| |/ |
|
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -13/+16 |
|
|
* | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|
|
* | | #25987: add versionadded to Reversible. | Georg Brandl | 2016-04-18 | 1 | -0/+2 |
|
|
* | | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. | Guido van Rossum | 2016-04-04 | 1 | -1/+6 |
|/ |
|
* | Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|\ |
|
| * | Issue #25286: Dictionary views are not sequences | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|
|
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum... | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
|
|
* | | Issue #24400: Resurrect inspect.isawaitable() | Yury Selivanov | 2015-07-03 | 1 | -8/+10 |
|
|
* | | Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Cor... | Yury Selivanov | 2015-07-01 | 1 | -0/+12 |
|
|
* | | Issue #24439: Improve PEP 492 related docs. | Yury Selivanov | 2015-06-24 | 1 | -9/+10 |
|
|
* | | Issue 24315: Make collections.abc.Coroutine derived from Awaitable | Yury Selivanov | 2015-05-29 | 1 | -5/+5 |
|
|
* | | Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. | Raymond Hettinger | 2015-05-23 | 1 | -0/+14 |
|
|
* | | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -3/+42 |
|
|
* | | Issue #24018: Add a collections.Generator abstract base class. | Raymond Hettinger | 2015-05-09 | 1 | -0/+10 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #22613: minor other fixes in library docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -1/+1 |
|
|
* | | merge | Raymond Hettinger | 2014-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|