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
*
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
*
Eliminate camelcase function name
Raymond Hettinger
2007-10-08
1
-5/+9
*
Better variable names
Raymond Hettinger
2007-10-08
1
-4/+4
*
Add comments to NamedTuple code.
Raymond Hettinger
2007-10-08
1
-3/+18
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
1
-5/+10
*
Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...
Raymond Hettinger
2007-09-18
1
-8/+9
*
Sync-up named tuples with the latest version of the ASPN recipe.
Raymond Hettinger
2007-09-17
1
-10/+19
*
Allow all alphanumeric and underscores in type and field names.
Raymond Hettinger
2007-05-21
1
-1/+1
*
Replace assertion with straight error-checking.
Raymond Hettinger
2007-05-21
1
-1/+2
*
Fix beginner mistake -- don't mix spaces and tabs.
Raymond Hettinger
2007-05-19
1
-1/+1
*
Improvements to NamedTuple's implementation, tests, and documentation
Raymond Hettinger
2007-05-19
1
-24/+23
*
Add collections.NamedTuple
Raymond Hettinger
2007-03-01
1
-1/+60
*
Prepare collections module for pure python code entries.
Raymond Hettinger
2007-02-28
1
-0/+3