summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpz.h
Commit message (Expand)AuthorAge
* py: Factor duplicated function to calculate size of formatted int.Damien George2016-10-11
* windows/py: Support 64bit mingw-w64 buildsstijn2015-11-24
* py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned.Damien George2015-10-01
* py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.Damien George2015-09-15
* py: Support conversion of bignum to bytes.Damien George2015-04-25
* py: Allow MPZ_DIG_SIZE to be optionally configured by a port.Damien George2015-04-03
* py: Make some mpz functions static and remove unused ones.Damien George2015-03-12
* py: Clean up and comment out unused functions in mpz.Damien George2015-03-02
* py: Be more machine-portable with size of bit fields.Damien George2015-01-24
* py: Fix float to int conversion for large exponents.David Steinberg2015-01-02
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Fix function type: () -> (void).Damien George2014-12-10
* mpz: Fix 64bit msvc buildstijn2014-10-30
* py: Convert [u]int to mp_[u]int_t where appropriate.Damien George2014-10-03
* py: Enable struct/binary-helper to parse q and Q sized ints.Damien George2014-09-10
* py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch.Damien George2014-09-06
* py: Convert (u)int to mp_(u)int_t in mpz, and remove unused function.Damien George2014-09-05
* py: Improve handling of long-int overflow.Damien George2014-07-31
* py: Make long ints hashable.Damien George2014-07-24
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
* Add license header to (almost) all files.Damien George2014-05-03
* Add string formatting support for longlong and mpz.Dave Hylands2014-04-07
* py: More robust int conversion and overflow checking.Damien George2014-04-03
* objint_mpz: Quick&dirty implementation of bitwise operations.Paul Sokolovsky2014-03-23
* py: Fix some bugs in mpz; add mpz_from_ll and mpz_set_from_ll.Damien George2014-03-12
* py: Wrap mpz float functions in MICROPY_ENABLE_FLOAT.Damien George2014-03-08
* py: Implement bit-shift and not operations for mpz.Damien George2014-03-01
* py: Take out bitfield entries from their own structure.Damien George2014-02-26
* py: Start to implement shl/shr for mpz. Fix return void.Damien George2014-02-26
* py: Fix mpn_sub, was increasing wrong source pointer.Damien George2014-02-24
* Add arbitrary precision integer support.Damien George2014-02-22