Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | py: Make it so that printing a small int does not allocate heap memory. | Damien George | 2014-04-08 |
* | Add string formatting support for longlong and mpz. | Dave Hylands | 2014-04-07 |
* | py: Make False and True act like 0 and 1 for integer arithmetic. | Damien George | 2014-04-04 |
* | Add arbitrary precision integer support. | Damien George | 2014-02-22 |
* | py: Revent some long int configuration. | Damien George | 2014-02-15 |
* | Small change to configuration of long int. | Damien George | 2014-02-15 |
* | ffi: Implement ffivar.get()/set() methods. | Paul Sokolovsky | 2014-02-14 |
* | long int: Implement more operations. | Paul Sokolovsky | 2014-01-27 |
* | type->print(): Distinguish str() and repr() variety by passing extra param. | Paul Sokolovsky | 2014-01-15 |
* | Move mp_obj_int_t definition to objint.h, to reuse in long int impls. | Paul Sokolovsky | 2014-01-13 |