Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | py, unix: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky | 2014-05-02 |
* | py: Make collections module configurable, enabled by default. | Damien George | 2014-04-26 |
* | py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. | Damien George | 2014-04-17 |
* | py: Change nlr_jump to nlr_raise, to aid in debugging. | Damien George | 2014-04-05 |
* | py: Change mp_const_* objects to macros. | Damien George | 2014-03-29 |
* | namedtuple: Inherit unary/binary ops from tuple base class. | Paul Sokolovsky | 2014-03-03 |
* | Add basic collections.namedtuple implementation. | Paul Sokolovsky | 2014-03-03 |