COMMITS
/ Doc/library/collections.rst March 3, 2025
V
gh-101100: Fix Sphinx documentation warnings in `collections.rst` (#130629)
Victorien committed
December 2, 2024
Y
gh-101100: Fix Sphinx warnings about list methods (#127054)
Yuki Kobayashi committed
September 25, 2024
September 23, 2024
B
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
Bénédikt Tran committed
June 12, 2024
S
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
January 10, 2024
S
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka committed
December 4, 2023
S
gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments (GH-110299)
Serhiy Storchaka committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
September 28, 2023
J
gh-109812: Fix phrasing for `collections.Counter` (gh-109813)
Jacob Coffee committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
August 11, 2023
S
gh-107421: Clarify `OrderedDict` Examples and Recipes (#107613)
shailshouryya committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
September 22, 2022
H
include OrderedDict import in TimeBoundedLRU example (GH-96962)
Harry committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
February 25, 2022
R
Update dict/OrderedDict differences with code equivalents. (GH-31563)
Raymond Hettinger committed
February 19, 2022
C
Counter doc mentions three methods, but lists four (GH-30706)
Charles Brunet committed
February 2, 2022
R
Fix minor details in the Counter docs (GH-31029)
Raymond Hettinger committed
January 3, 2022
R
Add doctest and improve readability for move_to_end() example. (#30370)
Raymond Hettinger committed
October 28, 2021
J
Fix typo in Counter documentation (GH-29223)
Justinas Petuchovas committed
September 5, 2021
R
More useful OrderedDict LRU recipes (GH-28164)
Raymond Hettinger committed
August 2, 2021
R
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
Raymond Hettinger committed
July 22, 2021
E
Fix typo in collections.rst (#27270)
Elliot Waite committed
June 22, 2021
D
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney committed
May 3, 2021
R
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger committed
March 14, 2021
K
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek committed
March 13, 2021
M
Update link to Django's Context class. (#24805)
Mariusz Felisiak committed
January 12, 2021
H
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade committed
November 20, 2020
R
bpo-42360: Add advice to help avoid pickling issues. (GH-23305)
Raymond Hettinger 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
May 31, 2020
R
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger committed
May 28, 2020
R
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Raymond Hettinger committed
May 18, 2020
Q
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)
qudongfang committed
March 23, 2020
C
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher committed
March 13, 2020
B
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher committed
March 6, 2020
B
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher committed
March 3, 2020
V
bpo-39674: Update collections ABC deprecation doc (GH-18747)
Victor Stinner committed
February 18, 2020
November 12, 2019
J
bpo-38771: Explict test for None in code example (GH-17108)
Jonathan Scholbach committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
May 30, 2019
M
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Matthias Bussonnier committed
May 21, 2019
A
Remove workaround for defaults in namedtuple now that we have the defaults parameter (GH-13263)
Andre Delfino committed
May 14, 2019
W
Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)
wim glenn committed
March 28, 2019
R
Revert "Minor doc improvement (GH-10341)" (GH-12597)
Raymond Hettinger committed
March 27, 2019
A
Minor doc improvement (GH-10341)
Andre Delfino committed