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
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-2/+3
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-1/+1
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-3/+3
*
Mention types.SimpleNamespace in collections.namedtuple doc
Paul Moore
2016-04-19
1
-0/+5
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-3/+3
*
Issue #26194: Inserting into a full deque to raise an IndexError
Raymond Hettinger
2016-02-02
1
-2/+2
*
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
Raymond Hettinger
2016-01-27
1
-0/+3
*
Issue #25700: Clarify that namedtuple property docstrings became writeable in...
Raymond Hettinger
2015-11-24
1
-0/+3
*
Improve appearance of example code
Raymond Hettinger
2015-11-10
1
-7/+7
*
Remove confusing section from named tuple recipes.
Raymond Hettinger
2015-11-10
1
-10/+0
*
Improve namedtuple doc string examples
Raymond Hettinger
2015-11-09
1
-2/+2
*
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
*
|
Issue #25286: Update dictionary view link; patch by Akira Li
Martin Panter
2015-10-07
1
-2/+2
*
|
whatsnew/3.5: First pass over NEWS is done.
Yury Selivanov
2015-09-09
1
-0/+4
*
|
merge
Raymond Hettinger
2015-08-30
1
-3/+3
|
\
\
|
|
/
|
*
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
Raymond Hettinger
2015-08-30
1
-3/+3
|
*
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...
Senthil Kumaran
2015-06-15
1
-1/+1
*
|
Issue #24269: Minor doc fixups.
Raymond Hettinger
2015-05-23
1
-5/+6
*
|
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag
2015-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag
2015-05-18
1
-1/+1
*
|
merge
Raymond Hettinger
2015-05-13
1
-2/+2
|
\
\
|
|
/
|
*
Fix mangled wording
Raymond Hettinger
2015-05-13
1
-2/+2
*
|
merge
Raymond Hettinger
2015-05-13
1
-3/+3
|
\
\
|
|
/
|
*
Issue #19934: Document *None* as an acceptable input to Counter.most_common(...
Raymond Hettinger
2015-05-13
1
-3/+3
*
|
Issue #24064: Add __doc__ to the example in collections.rst.
Berker Peksag
2015-05-13
1
-3/+3
*
|
Issue #24064: Property() docstrings are now writeable.
Raymond Hettinger
2015-05-13
1
-0/+9
*
|
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
Raymond Hettinger
2015-03-31
1
-0/+3
*
|
Issue 23704: Add index(), copy(), and insert() to deques. Register deques a...
Raymond Hettinger
2015-03-21
1
-0/+22
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-1/+4
|
\
\
|
|
/
|
*
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+4
*
|
merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
1
-1/+1
|
*
#22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
Ezio Melotti
2014-10-28
1
-3/+4
*
|
#22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
Ezio Melotti
2014-10-28
1
-3/+4
*
|
Fix Issue #21528 - Fix documentation typos
Donald Stufft
2014-05-20
1
-1/+1
*
|
Issue #19505: The items, keys, and values views of OrderedDict now support
Serhiy Storchaka
2014-04-04
1
-0/+3
|
/
*
Merge typo fix.
Zachary Ware
2014-01-14
1
-1/+1
|
\
|
*
Fix typo.
Zachary Ware
2014-01-14
1
-1/+1
*
|
Removed spaces before colons and semicolons.
Serhiy Storchaka
2013-12-24
1
-1/+1
|
\
\
|
|
/
|
*
Removed spaces before colons and semicolons.
Serhiy Storchaka
2013-12-24
1
-1/+1
*
|
Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of m...
Raymond Hettinger
2013-10-21
1
-13/+0
*
|
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-3/+3
|
\
\
|
|
/
|
*
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-3/+3
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Counter: fix recipe for "n least common elements". Found by Mikhail Golubev o...
Georg Brandl
2013-10-06
1
-1/+1
*
|
Undo the deprecation of _asdict().
Raymond Hettinger
2013-05-18
1
-5/+2
*
|
Deprecate nametuple._asdict()
Raymond Hettinger
2013-05-18
1
-2/+5
*
|
Merge
Raymond Hettinger
2013-03-01
1
-1/+1
|
\
\
|
|
/
[next]