Commits
User selector
Commit History
Commits on Jul 14, 2020
Commits on Jul 6, 2020
Commits on May 21, 2018
py/mpz: Avoid undefined behavior at integer overflow in mpz_hash.
Show description for c4dafceauthored andcommitted
Commits on Feb 25, 2018
py/mpz: In mpz_clone, remove unused check for NULL dig.
Show description for f75c7adcommitted
Commits on Dec 29, 2017
py/mpz: In mpz_as_str_inpl, convert always-false checks to assertions.
Show description for e784274committedpy/mpz: Simplify handling of borrow and quo adjustment in mpn_div.
Show description for 9766fddcommitted
Commits on Dec 19, 2017
- committed
py/mpz: Fix pow3 function so it handles the case when 3rd arg is 1.
Show description for 374eaf5committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 25, 2017
py: Implement raising a big-int to a negative power.
Show description for 04552ffcommittedpy/mpz: Make mpz_is_zero() an inline function.
Show description for 4d1fb61committed
Commits on Apr 25, 2017
Commits on Feb 16, 2017
Commits on Feb 2, 2017
py: Added optimised support for 3-argument calls to builtin.pow()
Show description for df0117cauthored andcommitted
Commits on Jan 21, 2017
Commits on Dec 28, 2016
Commits on Dec 13, 2016
Commits on Oct 31, 2016
- authored andcommitted
Commits on Oct 11, 2016
- committed
- committed
py/mpz: In divmod, replace check for rhs!=0 with assert.
Show description for 4887494committed
Commits on May 9, 2016
py/mpz: Fix mpn_div so that it doesn't modify memory of denominator.
Show description for 460b086committed
Commits on May 8, 2016
py/mpz: Do Python style division/modulo within bignum divmod routine.
Show description for 65402abcommittedpy/mpz: Fix bug with overflowing C-shift in division routine.
Show description for dc3faeacommitted
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