Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | objnamedtuple: Support iteration. | Paul Sokolovsky | 2014-05-10 |
| | |||
* | py: Rename collections module to _collections. | Paul Sokolovsky | 2014-04-13 |
| | | | | | We're not going to implement all the plethora of types in there in C. Funnily, CPython implements defaultdict in C, and namedtuple in Python. | ||
* | namedtuple: Inherit unary/binary ops from tuple base class. | Paul Sokolovsky | 2014-03-03 |
| | |||
* | Add basic collections.namedtuple implementation. | Paul Sokolovsky | 2014-03-03 |