Commit message (Expand) | Author | Age | |
---|---|---|---|
* | py/objnamedtuple: Allow passing field names as a tuple. | Antonin ENFRUN | 2016-05-23 |
* | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky | 2016-05-02 |
* | tests: Add some more tests to improve code coverage of corner cases. | Damien George | 2015-04-05 |
* | py: Allow keyword arguments for namedtuple | stijn | 2015-01-01 |
* | py: Use sequence of strings for named tuple initialization | stijn | 2015-01-01 |
* | objnamedtuple: Support iteration. | Paul Sokolovsky | 2014-05-10 |
* | py: Rename collections module to _collections. | Paul Sokolovsky | 2014-04-13 |
* | namedtuple: Inherit unary/binary ops from tuple base class. | Paul Sokolovsky | 2014-03-03 |
* | Add basic collections.namedtuple implementation. | Paul Sokolovsky | 2014-03-03 |