summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)2023-02-141-2/+2
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-041-1/+1
* Update dict/OrderedDict differences with code equivalents. (GH-31563)Miss Islington (bot)2022-02-251-6/+23
* Counter doc mentions three methods, but lists four (GH-30706)Miss Islington (bot)2022-02-191-1/+1
* Fix minor details in the Counter docs (GH-31029) (GH-31072)Miss Islington (bot)2022-02-021-3/+10
* Add doctest and improve readability for move_to_end() example. (GH-30370) (GH...Miss Islington (bot)2022-01-041-3/+5
* Fix typo in Counter documentation (GH-29223)Miss Islington (bot)2021-10-281-1/+1
* More useful OrderedDict LRU recipes (GH-28164)Miss Islington (bot)2021-09-051-19/+76
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Miss Islington (bot)2021-08-021-16/+32
* Fix typo in collections.rst (GH-27270) (#27285)Miss Islington (bot)2021-07-221-1/+1
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Miss Islington (bot)2021-06-231-2/+2
* bpo-25478: Add total() method to collections.Counter (GH-25829)Raymond Hettinger2021-05-031-1/+11
* bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)Kamil Turek2021-03-141-4/+8
* Update link to Django's Context class. (#24805)Mariusz Felisiak2021-03-131-1/+1
* bpo-37324: Remove ABC aliases from collections (GH-23754)Hugo van Kemenade2021-01-121-5/+0
* bpo-42360: Add advice to help avoid pickling issues. (GH-23305)Raymond Hettinger2020-11-201-0/+3
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-2/+2
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-2/+2
* bpo-40755: Add rich comparisons to Counter (GH-20548)Raymond Hettinger2020-05-311-41/+13
* bpo-40755: Add missing multiset operations to Counter() (GH-20339)Raymond Hettinger2020-05-281-0/+41
* bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)qudongfang2020-05-181-0/+2
* bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)Curtis Bucher2020-03-231-0/+3
* bpo-36144: OrderedDict Union (PEP 584) (#18967)Brandt Bucher2020-03-131-0/+4
* bpo-36144: Implement defaultdict union (GH-18729)Brandt Bucher2020-03-061-0/+4
* bpo-39674: Update collections ABC deprecation doc (GH-18747)Victor Stinner2020-03-031-1/+1
* bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in th...Victor Stinner2020-02-181-1/+1
* bpo-38771: Explict test for None in code example (GH-17108)Jonathan Scholbach2019-11-121-1/+1
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-1/+1
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Matthias Bussonnier2019-05-301-2/+2
* Remove workaround for defaults in namedtuple now that we have the defaults pa...Andre Delfino2019-05-211-9/+0
* Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)wim glenn2019-05-141-1/+1
* Revert "Minor doc improvement (GH-10341)" (GH-12597)Raymond Hettinger2019-03-281-1/+1
* Minor doc improvement (GH-10341)Andre Delfino2019-03-271-1/+1
* bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)Raymond Hettinger2019-03-181-2/+2
* Update the seealso entries for namedtuple() (GH-12373)Raymond Hettinger2019-03-161-7/+10
* Minor grammar fix in docs (GH-12371)Raymond Hettinger2019-03-161-1/+1
* bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...Raymond Hettinger2019-02-211-5/+10
* bpo-36060: Document how collections.ChainMap() determines iteration order (GH...Raymond Hettinger2019-02-211-0/+15
* bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now or...Raymond Hettinger2019-02-211-43/+53
* bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960)Raymond Hettinger2019-02-201-1/+1
* bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)Raymond Hettinger2019-01-311-1/+8
* dict insertion order is guaranteed since 3.7 (GH-10431)Andrés Delfino2018-11-111-1/+1
* bpo-35118: Improve docs regarding indexing (GH-10265)Windson yang2018-11-041-3/+3
* Fix missing line from example shell session (GH-9143)Raymond Hettinger2018-09-111-0/+1
* Corrected link targets in collections.rst (GH-1052)Michael Seifert2018-03-261-24/+31
* Fix typo -- missing "not" (GH-5528)Raymond Hettinger2018-02-041-1/+1
* bpo-32739: Show default value for rotate() (GH-5485)Raymond Hettinger2018-02-031-4/+7
* bpo-25988: Deprecate exposing collections.abc in collections GH-5414Raymond Hettinger2018-01-291-2/+2
* bpo-32320: Add default value support to collections.namedtuple() (#4859)Raymond Hettinger2018-01-111-1/+24
* bpo-32099 Add deque variant of roundrobin() recipe (#4497)Raymond Hettinger2017-11-231-0/+19