summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/namedtuple1.py
Commit message (Expand)AuthorAge
* py/objnamedtuple: Allow passing field names as a tuple.Antonin ENFRUN2016-05-23
* tests: Update for _io/_collections module having been renamed.Paul Sokolovsky2016-05-02
* tests: Add some more tests to improve code coverage of corner cases.Damien George2015-04-05
* py: Allow keyword arguments for namedtuplestijn2015-01-01
* py: Use sequence of strings for named tuple initializationstijn2015-01-01
* objnamedtuple: Support iteration.Paul Sokolovsky2014-05-10
* py: Rename collections module to _collections.Paul Sokolovsky2014-04-13
* namedtuple: Inherit unary/binary ops from tuple base class.Paul Sokolovsky2014-03-03
* Add basic collections.namedtuple implementation.Paul Sokolovsky2014-03-03