Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
050afbf214ae4066722c966ad653c199ad9c15ec
/
Lib
/
collections.py
050afbf
Improve error messages
by Raymond Hettinger
· 18 years ago
163f622
Make the error messages more specific
by Raymond Hettinger
· 18 years ago
a48a299
Eliminate camelcase function name
by Raymond Hettinger
· 18 years ago
0e1d606
Better variable names
by Raymond Hettinger
· 18 years ago
2115bbc
Add comments to NamedTuple code.
by Raymond Hettinger
· 18 years ago
a7fc4b1
Add __asdict__() to NamedTuple and refine the docs.
by Raymond Hettinger
· 18 years ago
2b03d45
Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people can see how it works.
by Raymond Hettinger
· 18 years ago
d36a60e
Sync-up named tuples with the latest version of the ASPN recipe.
by Raymond Hettinger
· 18 years ago
767debb
Allow all alphanumeric and underscores in type and field names.
by Raymond Hettinger
· 18 years ago
0d6a8cc
Replace assertion with straight error-checking.
by Raymond Hettinger
· 18 years ago
f3241a3
Fix beginner mistake -- don't mix spaces and tabs.
by Raymond Hettinger
· 18 years ago
5a41daf
Improvements to NamedTuple's implementation, tests, and documentation
by Raymond Hettinger
· 18 years ago
c37e5e0
Add collections.NamedTuple
by Raymond Hettinger
· 18 years ago
eb97988
Prepare collections module for pure python code entries.
by Raymond Hettinger
· 18 years ago