summaryrefslogtreecommitdiffstats
path: root/Lib/collections.py
Commit message (Expand)AuthorAgeFilesLines
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-221-0/+6
* Small improvement to the implementation of __replace__().Raymond Hettinger2007-11-151-1/+1
* Accept Issac Morland's suggestion for __replace__ to allow multiple replacementsRaymond Hettinger2007-11-151-4/+8
* Make __fields__ read-only. Suggested by Issac MorlandRaymond Hettinger2007-11-141-1/+1
* Shorter name for namedtuple()Raymond Hettinger2007-10-231-5/+5
* More docs, error messages, and testsRaymond Hettinger2007-10-161-0/+3
* Improve error messagesRaymond Hettinger2007-10-161-6/+7
* Make the error messages more specificRaymond Hettinger2007-10-091-6/+9
* Eliminate camelcase function nameRaymond Hettinger2007-10-081-5/+9
* Better variable namesRaymond Hettinger2007-10-081-4/+4
* Add comments to NamedTuple code.Raymond Hettinger2007-10-081-3/+18
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-051-5/+10
* 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