summaryrefslogtreecommitdiff
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-201-9/+0
* Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)wim glenn2019-05-131-1/+1
* Revert "Minor doc improvement (GH-10341)" (GH-12597)Raymond Hettinger2019-03-271-1/+1
* Minor doc improvement (GH-10341)Andre Delfino2019-03-261-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-101-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-101-1/+24
* bpo-32099 Add deque variant of roundrobin() recipe (#4497)Raymond Hettinger2017-11-231-0/+19
* bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...Raymond Hettinger2017-09-101-14/+4
* bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)Ben Hoyt2017-06-131-1/+1
* bpo-28851: Improve namedtuple documentation (GH-1274)csabella2017-04-251-3/+3
* Update OrderedDict docs to reflect acceptance of PEP 468Raymond Hettinger2017-01-071-4/+5
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* | Issue #17941: Add a *module* parameter to collections.namedtuple()Raymond Hettinger2016-09-121-1/+6
* | Add cross-reference to typing.NamedTuple. Doctest two more examples.Raymond Hettinger2016-08-161-4/+10
* | mergeRaymond Hettinger2016-08-161-5/+0
|\ \ | |/
| * Remove duplicate of the entry in the seealso sectionRaymond Hettinger2016-08-161-5/+0
* | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.Raymond Hettinger2016-08-161-2/+6
* | Closes #27205: Merge with 3.5Zachary Ware2016-08-091-15/+15
|\ \ | |/
| * Issue #27205: Fix doctests in Doc/library/collections.rst.Zachary Ware2016-08-091-15/+15
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-2/+3
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+3
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+1
|\ \ | |/
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-2/+3
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-3/+3
|\ \ | |/
| * Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-3/+3
| * Mention types.SimpleNamespace in collections.namedtuple docPaul Moore2016-04-191-0/+5
* | Mention types.SimpleNamespace in collections.namedtuple docPaul Moore2016-04-191-0/+5
* | merge with 3.5Georg Brandl2016-02-261-3/+3
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+3
| * Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-011-2/+2