| Age | Commit message (Expand) | Author |
|---|---|---|
| 2014-02-18 | objint_longlong: Don't assert on invalid syntax, raise SyntaxError instead. | Paul Sokolovsky |
| 2014-02-14 | ffi: Implement ffivar.get()/set() methods. | Paul Sokolovsky |
| 2014-02-12 | Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. | Paul Sokolovsky |
| 2014-02-01 | py: Tidy up BINARY_OPs; negation done by special NOT bytecode. | Damien George |
| 2014-01-30 | Implement __bool__ and __len__ via unary_op virtual method for all types. | Paul Sokolovsky |
| 2014-01-27 | long int: Implement more operations. | Paul Sokolovsky |
| 2014-01-22 | Second stage of qstr revamp: uPy str object can be qstr or not. | Damien George |
| 2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George |
| 2014-01-18 | int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked(). | Paul Sokolovsky |
| 2014-01-17 | Add long int implementation using C long long type, enable for unix port. | Paul Sokolovsky |
