summaryrefslogtreecommitdiff
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo -- missing "not" (GH-5528) (GH-5530)Miss Islington (bot)2018-02-041-1/+1
* bpo-32739: Show default value for rotate() (GH-5485) (GH-5514)Miss Islington (bot)2018-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
* | mergeRaymond Hettinger2016-02-011-2/+2
* | mergeRaymond Hettinger2016-01-261-0/+3
|\ \ | |/
| * Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-261-0/+3
* | mergeRaymond Hettinger2015-11-231-0/+3
|\ \ | |/
| * Issue #25700: Clarify that namedtuple property docstrings became writeable in...Raymond Hettinger2015-11-231-0/+3
* | mergeRaymond Hettinger2015-11-101-7/+7
|\ \ | |/
| * Improve appearance of example codeRaymond Hettinger2015-11-101-7/+7
* | mergeRaymond Hettinger2015-11-101-10/+0
|\ \ | |/
| * Remove confusing section from named tuple recipes.Raymond Hettinger2015-11-101-10/+0
* | mergeRaymond Hettinger2015-11-091-2/+2
|\ \ | |/
| * Improve namedtuple doc string examplesRaymond Hettinger2015-11-091-2/+2
* | Merge typo fixes from 3.5Martin Panter2015-10-071-1/+1
|\ \ | |/
| * Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
| |\
| | * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
* | | Issue #25286: Merge dictionary view glossary from 3.5Martin Panter2015-10-071-2/+2
|\ \ \ | |/ /
| * | Issue #25286: Update dictionary view link; patch by Akira LiMartin Panter2015-10-071-2/+2
* | | Merge 3.5Yury Selivanov2015-09-091-0/+4
|\ \ \ | |/ /
| * | whatsnew/3.5: First pass over NEWS is done.Yury Selivanov2015-09-091-0/+4