index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
mpz.c
Commit message (
Expand
)
Author
Age
*
mpz: Fix 64bit msvc build
stijn
2014-10-30
*
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-10-03
*
py: Enable struct/binary-helper to parse q and Q sized ints.
Damien George
2014-09-10
*
py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch.
Damien George
2014-09-06
*
py: Convert (u)int to mp_(u)int_t in mpz, and remove unused function.
Damien George
2014-09-05
*
py: Save about 200 bytes of ROM by using smaller type for static table.
Damien George
2014-08-30
*
py: Fix bug in mpn_shl (multi-prec int shift left).
Damien George
2014-08-07
*
py: Improve handling of long-int overflow.
Damien George
2014-07-31
*
py: Make long ints hashable.
Damien George
2014-07-24
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-06-01
*
py: Implement bignum '&' with negatives on lhs and rhs.
Damien George
2014-05-29
*
py: Improve mpz_and function.
Damien George
2014-05-13
*
py: Fix bug in mpz_and function.
Damien George
2014-05-12
*
Windows MSVC port
stijn
2014-05-08
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
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