summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-021-2/+2
* | mergeRaymond Hettinger2016-02-021-2/+2
* | mergeRaymond Hettinger2016-01-271-0/+3
|\ \ | |/
| * Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+3
* | mergeRaymond Hettinger2015-11-241-0/+3
|\ \ | |/
| * Issue #25700: Clarify that namedtuple property docstrings became writeable in...Raymond Hettinger2015-11-241-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
* | | mergeRaymond Hettinger2015-08-301-3/+3
|\ \ \ | |/ /
| * | mergeRaymond Hettinger2015-08-301-3/+3
| |\ \ | | |/
| | * Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-301-3/+3
| | * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-151-1/+1
* | | Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docsRaymond Hettinger2015-08-161-0/+3
|/ /
* | Issue #24269: Minor doc fixups.Raymond Hettinger2015-05-231-5/+6
* | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
|\ \ | |/
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
* | mergeRaymond Hettinger2015-05-131-2/+2
|\ \ | |/
| * Fix mangled wordingRaymond Hettinger2015-05-131-2/+2
* | mergeRaymond Hettinger2015-05-131-3/+3
|\ \ | |/
| * Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
* | Issue #24064: Add __doc__ to the example in collections.rst.Berker Peksag2015-05-131-3/+3
* | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+9
* | Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().Raymond Hettinger2015-03-311-0/+3
* | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a...Raymond Hettinger2015-03-211-0/+22
* | merge with 3.4Georg Brandl2014-10-311-1/+4
|\ \ | |/
| * #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+4
* | merge with 3.4Georg Brandl2014-10-291-1/+1
|\ \ | |/
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
| * #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-3/+4
* | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-3/+4