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
*
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