Commits
User selector
Commit History
Commits on Feb 3, 2016
py/mpz: Add commented-out mpz_pow3_inpl function, to compute (x**y)%z.
Show description for ff1a96ccommittedpy/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Show description for 2e2e15cauthored andcommitted
Commits on Jan 8, 2016
Commits on Nov 22, 2015
Commits on Oct 1, 2015
- committed
py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned.
Show description for 2f4e851committed- committed
Commits on Apr 25, 2015
- committed
py: Support conversion of bignum to bytes.
Show description for 271d18ecommitted
Commits on Apr 22, 2015
Commits on Apr 9, 2015
Commits on Mar 12, 2015
Commits on Mar 2, 2015
Commits on Jan 27, 2015
Commits on Jan 24, 2015
- authored andcommitted
- authored andcommitted
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 9, 2015
Commits on Jan 2, 2015
- committed
- authored andcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 31, 2014
py: Fix rshift and not of zero/one edge cases in mpz.
Show description for e0ac194committed
Commits on Oct 30, 2014
mpz: Fix 64bit msvc build
Show description for 0e557faauthored andcommitted
Commits on Oct 3, 2014
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 10, 2014
py: Enable struct/binary-helper to parse q and Q sized ints.
Show description for 9530743committed
Commits on Sep 6, 2014
py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch.
Show description for 9a21d2ecommitted
Commits on Sep 5, 2014
Commits on Aug 29, 2014
Commits on Aug 7, 2014
py: Fix bug in mpn_shl (multi-prec int shift left).
Show description for 5d9b816committed
Commits on Jul 31, 2014
py: Improve handling of long-int overflow.
Show description for c9aa58ecommitted
Commits on Jul 24, 2014
py: Make long ints hashable.
Show description for ffe911dcommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed