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
/
Lib
/
collections.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport 70140, 70141, 70143, and 70144.
Raymond Hettinger
2009-03-03
1
-5/+9
*
Minor simplification.
Raymond Hettinger
2009-03-03
1
-1/+1
*
Make the underlying data structure more private.
Raymond Hettinger
2009-03-03
1
-15/+19
*
Backport 70106: Add OrderedDict support to collections.namedtuple().
Raymond Hettinger
2009-03-03
1
-5/+5
*
Backport PEP 372: OrderedDict()
Raymond Hettinger
2009-03-03
1
-3/+93
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-2/+12
*
Issue 5021: doctest.testfile should set __name__
Raymond Hettinger
2009-01-27
1
-1/+1
*
Update comments and add an optimized path for Counter.update().
Raymond Hettinger
2009-01-22
1
-3/+5
*
Simplify explanation of multiset operations by removing restrictions on negat...
Raymond Hettinger
2009-01-21
1
-2/+2
*
Make merging easier by formattng comment blocks the same in Py3.1
Raymond Hettinger
2009-01-20
1
-3/+5
*
Add Counter() to __all__.
Raymond Hettinger
2009-01-20
1
-1/+1
*
Build-outs for Counter() class:
Raymond Hettinger
2009-01-20
1
-8/+91
*
Speed-up __repr__. Eliminate duplicate tests. Use a from-irmport.
Raymond Hettinger
2009-01-13
1
-48/+3
*
Fixup and simplify docstrings and doctests.
Raymond Hettinger
2009-01-13
1
-16/+14
*
Simplify Counter() API. Replace items keyword argument
Raymond Hettinger
2009-01-13
1
-22/+26
*
Issue 1696199: Add collections.Counter().
Raymond Hettinger
2009-01-12
1
-0/+201
*
Fix namedtuple bug reported by Glenn Linderman. Template did not form correc...
Raymond Hettinger
2008-09-25
1
-1/+1
*
Issue3065: Fixed pickling of named tuples. Added tests.
Raymond Hettinger
2008-06-09
1
-1/+3
*
Issue 2903: Add __name__ in globals for namedtuple namespace.
Raymond Hettinger
2008-05-30
1
-2/+3
*
Neaten-up the named tuple docs
Raymond Hettinger
2008-01-10
1
-1/+1
*
Clarify how to add a field to a named tuple.
Raymond Hettinger
2008-01-10
1
-0/+3
*
Examples for named tuple subclassing should include __slots__
Raymond Hettinger
2008-01-10
1
-1/+3
*
Expand comment.
Raymond Hettinger
2008-01-08
1
-1/+2
*
Use get() instead of pop() for the optimized version of _replace().
Raymond Hettinger
2008-01-07
1
-1/+1
*
Cleanup named tuple subclassing example.
Raymond Hettinger
2008-01-07
1
-3/+4
*
Add another named tuple subclassing example.
Raymond Hettinger
2008-01-07
1
-0/+8
*
Cleanup subclassing example to more clearly show fixed-width print format.
Raymond Hettinger
2008-01-07
1
-2/+1
*
Add subclassing example to docs for named tuples.
Raymond Hettinger
2008-01-07
1
-2/+9
*
Speed-up named tuple's _make() constructor.
Raymond Hettinger
2008-01-06
1
-2/+2
*
Small code simplification. Forgot that classmethods can be called from intan...
Raymond Hettinger
2008-01-06
1
-1/+1
*
Add error-checking to namedtuple's _replace() method.
Raymond Hettinger
2008-01-05
1
-1/+4
*
Improve namedtuple's _cast() method with a docstring, new name, and error-che...
Raymond Hettinger
2008-01-05
1
-2/+9
*
Minor fix-ups to named tuples:
Raymond Hettinger
2008-01-04
1
-4/+2
*
Users demand iterable input for named tuples. The author capitulates.
Raymond Hettinger
2007-12-18
1
-1/+2
*
Simplify and speedup _asdict() for named tuples.
Raymond Hettinger
2007-12-18
1
-5/+5
*
Add more namedtuple() test cases. Neaten the code and comments.
Raymond Hettinger
2007-12-18
1
-10/+11
*
Faster and simpler _replace() method
Raymond Hettinger
2007-12-14
1
-1/+1
*
Add line spacing for readability
Raymond Hettinger
2007-12-14
1
-8/+8
*
Cleaner method naming convention
Raymond Hettinger
2007-12-14
1
-7/+7
*
Small speedup
Raymond Hettinger
2007-12-13
1
-1/+2
*
Simplify implementation of __replace__()
Raymond Hettinger
2007-12-13
1
-1/+1
*
Error checking was too aggressive (reported by Chris Tismer)
Raymond Hettinger
2007-12-05
1
-2/+2
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
1
-0/+6
*
Small improvement to the implementation of __replace__().
Raymond Hettinger
2007-11-15
1
-1/+1
*
Accept Issac Morland's suggestion for __replace__ to allow multiple replacements
Raymond Hettinger
2007-11-15
1
-4/+8
*
Make __fields__ read-only. Suggested by Issac Morland
Raymond Hettinger
2007-11-14
1
-1/+1
*
Shorter name for namedtuple()
Raymond Hettinger
2007-10-23
1
-5/+5
*
More docs, error messages, and tests
Raymond Hettinger
2007-10-16
1
-0/+3
*
Improve error messages
Raymond Hettinger
2007-10-16
1
-6/+7
*
Make the error messages more specific
Raymond Hettinger
2007-10-09
1
-6/+9
[next]