summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_collections.py
Commit message (Expand)AuthorAgeFilesLines
* Shorter name for namedtuple()Raymond Hettinger2007-10-231-17/+17
* More docs, error messages, and testsRaymond Hettinger2007-10-161-6/+11
* Eliminate camelcase function nameRaymond Hettinger2007-10-081-12/+14
* Add comments to NamedTuple code.Raymond Hettinger2007-10-081-0/+5
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-051-0/+2
* Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...Raymond Hettinger2007-09-181-0/+6
* Sync-up named tuples with the latest version of the ASPN recipe.Raymond Hettinger2007-09-171-0/+7
* Allow all alphanumeric and underscores in type and field names.Raymond Hettinger2007-05-211-0/+3
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-191-1/+2
* Add collections.NamedTupleRaymond Hettinger2007-03-011-0/+57