Commit message (Expand) | Author | Age | |
---|---|---|---|
* | py: Add comment mpz function, and free memory used for string printing. | Damien George | 2014-04-08 |
* | Add string formatting support for longlong and mpz. | Dave Hylands | 2014-04-07 |
* | py: Handle small int power overflow correctly. | Damien George | 2014-04-04 |
* | py: More robust int conversion and overflow checking. | Damien George | 2014-04-03 |
* | objint_mpz: Quick&dirty implementation of bitwise operations. | Paul Sokolovsky | 2014-03-23 |
* | py: Fix some bugs in mpz; add mpz_from_ll and mpz_set_from_ll. | Damien George | 2014-03-12 |
* | py: Wrap mpz float functions in MICROPY_ENABLE_FLOAT. | Damien George | 2014-03-08 |
* | py: Implement bit-shift and not operations for mpz. | Damien George | 2014-03-01 |
* | py: Start to implement shl/shr for mpz. Fix return void. | Damien George | 2014-02-26 |
* | py: Fix mpn_sub, was increasing wrong source pointer. | Damien George | 2014-02-24 |
* | Add arbitrary precision integer support. | Damien George | 2014-02-22 |