summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/namedtuple1.py
Commit message (Collapse)AuthorAge
* objnamedtuple: Support iteration.Paul Sokolovsky2014-05-10
|
* py: Rename collections module to _collections.Paul Sokolovsky2014-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 Sokolovsky2014-03-03
|
* Add basic collections.namedtuple implementation.Paul Sokolovsky2014-03-03