index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
collections.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101100: Fix Sphinx warnings about list methods (#127054)
Yuki Kobayashi
2024-12-02
1
-2/+2
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-2/+2
*
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
Bénédikt Tran
2024-09-23
1
-2/+5
*
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...
Serhiy Storchaka
2024-06-12
1
-1/+1
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-1/+1
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
1
-1/+1
*
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka
2024-01-10
1
-3/+3
*
gh-110275: Named tuple's __replace__() now raises TypeError for invalid argum...
Serhiy Storchaka
2023-12-04
1
-0/+4
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
1
-3/+3
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-39/+39
*
gh-109812: Fix phrasing for `collections.Counter` (gh-109813)
Jacob Coffee
2023-09-28
1
-1/+1
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+2
*
gh-107421: Clarify `OrderedDict` Examples and Recipes (#107613)
shailshouryya
2023-08-11
1
-3/+3
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-2/+2
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+2
*
include OrderedDict import in TimeBoundedLRU example (GH-96962)
Harry
2022-09-22
1
-0/+1
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
Update dict/OrderedDict differences with code equivalents. (GH-31563)
Raymond Hettinger
2022-02-25
1
-6/+23
*
Counter doc mentions three methods, but lists four (GH-30706)
Charles Brunet
2022-02-19
1
-1/+1
*
Fix minor details in the Counter docs (GH-31029)
Raymond Hettinger
2022-02-02
1
-3/+10
*
Add doctest and improve readability for move_to_end() example. (#30370)
Raymond Hettinger
2022-01-03
1
-3/+5
*
Fix typo in Counter documentation (GH-29223)
Justinas Petuchovas
2021-10-28
1
-1/+1
*
More useful OrderedDict LRU recipes (GH-28164)
Raymond Hettinger
2021-09-05
1
-19/+76
*
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
Raymond Hettinger
2021-08-02
1
-16/+32
*
Fix typo in collections.rst (#27270)
Elliot Waite
2021-07-22
1
-1/+1
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney
2021-06-22
1
-2/+2
*
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger
2021-05-03
1
-1/+11
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
1
-4/+8
*
Update link to Django's Context class. (#24805)
Mariusz Felisiak
2021-03-13
1
-1/+1
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-12
1
-5/+0
*
bpo-42360: Add advice to help avoid pickling issues. (GH-23305)
Raymond Hettinger
2020-11-20
1
-0/+3
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-2/+2
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-2/+2
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
1
-41/+13
*
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Raymond Hettinger
2020-05-28
1
-0/+41
*
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)
qudongfang
2020-05-18
1
-0/+2
*
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
1
-0/+3
*
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher
2020-03-13
1
-0/+4
*
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher
2020-03-06
1
-0/+4
*
bpo-39674: Update collections ABC deprecation doc (GH-18747)
Victor Stinner
2020-03-03
1
-1/+1
*
bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in th...
Victor Stinner
2020-02-18
1
-1/+1
*
bpo-38771: Explict test for None in code example (GH-17108)
Jonathan Scholbach
2019-11-12
1
-1/+1
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-1/+1
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Matthias Bussonnier
2019-05-30
1
-2/+2
*
Remove workaround for defaults in namedtuple now that we have the defaults pa...
Andre Delfino
2019-05-21
1
-9/+0
*
Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)
wim glenn
2019-05-14
1
-1/+1
*
Revert "Minor doc improvement (GH-10341)" (GH-12597)
Raymond Hettinger
2019-03-28
1
-1/+1
*
Minor doc improvement (GH-10341)
Andre Delfino
2019-03-27
1
-1/+1
*
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Raymond Hettinger
2019-03-18
1
-2/+2
[next]