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