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
*
Fix the count of datatypes.
Raymond Hettinger
2009-04-10
1
-1/+1
*
Add note on using keyword arguments with OrderedDict.
Raymond Hettinger
2009-04-09
1
-0/+4
*
Update docs for namedtuple's renaming change.
Raymond Hettinger
2009-04-02
1
-1/+1
*
Improve examples for collections.deque()
Raymond Hettinger
2009-03-31
1
-25/+24
*
Add MutableSet example.
Raymond Hettinger
2009-03-20
1
-1/+6
*
* Add clearer comment to initialization code.
Raymond Hettinger
2009-03-19
1
-2/+10
*
For collections.deque() objects, expose the maxlen parameter as a read-only a...
Raymond Hettinger
2009-03-10
1
-0/+9
*
Fix markup.
Raymond Hettinger
2009-03-03
1
-1/+1
*
Backport 70106: Add OrderedDict support to collections.namedtuple().
Raymond Hettinger
2009-03-03
1
-5/+9
*
Backport PEP 372: OrderedDict()
Raymond Hettinger
2009-03-03
1
-2/+30
*
Clarify Counter() docs.
Raymond Hettinger
2009-02-25
1
-8/+6
*
Restore Py2.x version of sample call to super().
Raymond Hettinger
2009-02-25
1
-5/+6
*
Fix-up intro paragraph for collections docs.
Raymond Hettinger
2009-02-17
1
-13/+13
*
Clean-up named tuple docs.
Raymond Hettinger
2009-02-11
1
-4/+5
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-1/+9
*
Tweak the docs for Counter() objects.
Raymond Hettinger
2009-02-04
1
-4/+4
*
Minor doc fixups.
Raymond Hettinger
2009-02-04
1
-1/+1
*
Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...
Raymond Hettinger
2009-01-28
1
-15/+13
*
Promote combinations_with_replacement() from a recipe to a regular itertool.
Raymond Hettinger
2009-01-27
1
-2/+1
*
Tweak column alignment for collections docs.
Raymond Hettinger
2009-01-27
1
-33/+26
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
1
-1/+1
*
More doc tweaks.
Raymond Hettinger
2009-01-22
1
-15/+12
*
Tighten-up the docs for Counter().
Raymond Hettinger
2009-01-21
1
-25/+21
*
Simplify explanation of multiset operations by removing restrictions on negat...
Raymond Hettinger
2009-01-21
1
-14/+6
*
Beautify and cleanup the references section.
Raymond Hettinger
2009-01-20
1
-12/+19
*
Fix typos.
Raymond Hettinger
2009-01-20
1
-3/+3
*
Don't disrupt automatic url target name generation
Raymond Hettinger
2009-01-20
1
-15/+1
*
Build-outs for Counter() class:
Raymond Hettinger
2009-01-20
1
-4/+33
*
Fix-up indentation of sample code blocks for namedtuple mthod definitions.
Raymond Hettinger
2009-01-14
1
-5/+3
*
Minor doc tweaks.
Raymond Hettinger
2009-01-14
1
-19/+17
*
Add table of idioms/patterns for using Counter objects.
Raymond Hettinger
2009-01-13
1
-11/+21
*
Minor documentation tweaks and simpler update() example.
Raymond Hettinger
2009-01-13
1
-15/+12
*
Simplify Counter() API. Replace items keyword argument
Raymond Hettinger
2009-01-13
1
-16/+16
*
Issue 1696199: Add collections.Counter().
Raymond Hettinger
2009-01-12
1
-0/+128
*
Remove tabs from the documentation.
Georg Brandl
2009-01-03
1
-3/+3
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
1
-10/+10
*
Fix typo.
Georg Brandl
2008-11-24
1
-1/+1
*
#4392: fix parameter name.
Georg Brandl
2008-11-23
1
-4/+4
*
document that deque indexing is O(n) #4123
Benjamin Peterson
2008-10-16
1
-1/+3
*
usage
Skip Montanaro
2008-09-17
1
-1/+1
*
Add missing ABCs to list.
Georg Brandl
2008-07-08
1
-36/+44
*
Fix whitespace in example code.
Raymond Hettinger
2008-06-27
1
-2/+2
*
Issue3065: Fixed pickling of named tuples. Added tests.
Raymond Hettinger
2008-06-09
1
-0/+3
*
Fix typo
Raymond Hettinger
2008-05-23
1
-1/+1
*
Fix-up the enumerate type example and move it to the end.
Raymond Hettinger
2008-05-08
1
-10/+9
*
reformat some documentation of classes so methods and attributes are under th...
Benjamin Peterson
2008-04-25
1
-45/+48
*
#2502: add example how to do enum types with named tuples.
Georg Brandl
2008-03-28
1
-0/+10
*
Make collections' doctests executable.
Georg Brandl
2008-03-22
1
-43/+51
*
A lot more typo fixes by Ori Avtalion.
Georg Brandl
2008-02-22
1
-2/+2
*
Backport ABC docs
Raymond Hettinger
2008-02-11
1
-8/+120
[next]