summaryrefslogtreecommitdiffstats
path: root/Lib/collections.py
Commit message (Expand)AuthorAgeFilesLines
* Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...Raymond Hettinger2007-09-181-8/+9
* Sync-up named tuples with the latest version of the ASPN recipe.Raymond Hettinger2007-09-171-10/+19
* Allow all alphanumeric and underscores in type and field names.Raymond Hettinger2007-05-211-1/+1
* Replace assertion with straight error-checking.Raymond Hettinger2007-05-211-1/+2
* Fix beginner mistake -- don't mix spaces and tabs.Raymond Hettinger2007-05-191-1/+1
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-191-24/+23
* Add collections.NamedTupleRaymond Hettinger2007-03-011-1/+60
* Prepare collections module for pure python code entries.Raymond Hettinger2007-02-281-0/+3