summaryrefslogtreecommitdiffstats
path: root/Lib/collections
Commit message (Expand)AuthorAgeFilesLines
...
* Move namespace setup inside the template.Raymond Hettinger2011-03-231-2/+7
* Minor named tuple clean-ups.Raymond Hettinger2011-03-231-10/+9
* Factor-out named tuple class definition template strings.Raymond Hettinger2011-03-231-51/+60
* Clean-up whitespace.Raymond Hettinger2011-03-221-7/+7
* Replace **locals() with explicit field names.Raymond Hettinger2011-03-221-4/+8
* Simplify the named tuple template by using the new string format syntax.Raymond Hettinger2011-03-221-15/+15
* Improve readability by replacing '\n' in template with real newlines.Raymond Hettinger2011-03-221-9/+19
* Issue #11333: Add __slots__ to the collections ABCs.Raymond Hettinger2011-03-221-0/+26
* #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
* Issue #11388: Added a clear() method to MutableSequenceEli Bendersky2011-03-041-0/+7
* Add __bool__ method. Add tests. Fix-up broken test.Raymond Hettinger2011-02-261-0/+3
* Issue #11297: Add collections.ChainMap()Raymond Hettinger2011-02-261-1/+1
* Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-251-0/+2
* Add tests for the _ChainMap helper class.Raymond Hettinger2011-02-231-0/+9
* Factor-out common code for helper classes.Raymond Hettinger2011-02-221-1/+1
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-222-0/+1653