index
:
micropython
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
/
objint.h
Commit message (
Expand
)
Author
Age
*
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-02-02
*
py/objint: from_bytes(): Implement "byteorder" param and arbitrary precision.
Paul Sokolovsky
2017-01-21
*
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Damien George
2016-12-21
*
py/objint: Use size_t for arguments that measure bytes/sizes.
Damien George
2016-10-11
*
py: Factor duplicated function to calculate size of formatted int.
Damien George
2016-10-11
*
py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.
Damien George
2016-01-07
*
py: Support conversion of bignum to bytes.
Damien George
2015-04-25
*
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-16
*
py: Fix builtin abs so it works for bools and bignum.
Damien George
2015-03-14
*
py: Add float-to-int classification function
David Steinberg
2015-01-24
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-10-03
*
py: Move definition of mp_sys_exit to core.
Damien George
2014-09-15
*
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-30
*
py: Make long ints hashable.
Damien George
2014-07-24
*
py: More const usage.
Paul Sokolovsky
2014-05-17
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: Make it so that printing a small int does not allocate heap memory.
Damien George
2014-04-08
*
Add string formatting support for longlong and mpz.
Dave Hylands
2014-04-07
*
py: Make False and True act like 0 and 1 for integer arithmetic.
Damien George
2014-04-04
*
Add arbitrary precision integer support.
Damien George
2014-02-22
*
py: Revent some long int configuration.
Damien George
2014-02-15
*
Small change to configuration of long int.
Damien George
2014-02-15
*
ffi: Implement ffivar.get()/set() methods.
Paul Sokolovsky
2014-02-14
*
long int: Implement more operations.
Paul Sokolovsky
2014-01-27
*
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-15
*
Move mp_obj_int_t definition to objint.h, to reuse in long int impls.
Paul Sokolovsky
2014-01-13