index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpz.c
Age
Commit message (
Expand
)
Author
2014-08-07
py: Fix bug in mpn_shl (multi-prec int shift left).
Damien George
2014-07-31
py: Improve handling of long-int overflow.
Damien George
2014-07-24
py: Make long ints hashable.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-29
py: Implement bignum '&' with negatives on lhs and rhs.
Damien George
2014-05-13
py: Improve mpz_and function.
Damien George
2014-05-12
py: Fix bug in mpz_and function.
Damien George
2014-05-08
Windows MSVC port
stijn
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-08
py: Add comment mpz function, and free memory used for string printing.
Damien George
2014-04-07
Add string formatting support for longlong and mpz.
Dave Hylands
2014-04-04
py: Handle small int power overflow correctly.
Damien George
2014-04-03
py: More robust int conversion and overflow checking.
Damien George
2014-03-23
objint_mpz: Quick&dirty implementation of bitwise operations.
Paul Sokolovsky
2014-03-12
py: Fix some bugs in mpz; add mpz_from_ll and mpz_set_from_ll.
Damien George
2014-03-08
py: Wrap mpz float functions in MICROPY_ENABLE_FLOAT.
Damien George
2014-03-01
py: Implement bit-shift and not operations for mpz.
Damien George
2014-02-26
py: Start to implement shl/shr for mpz. Fix return void.
Damien George
2014-02-24
py: Fix mpn_sub, was increasing wrong source pointer.
Damien George
2014-02-22
Add arbitrary precision integer support.
Damien George