index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2017-04-25
py/mpz: In mpn_sub, use existing function to remove trailing zeros.
Damien George
2017-04-25
py/mpz: Strip trailing zeros from mpz value when set from bytes.
Damien George
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
py/compile: Refactor handling of special super() call.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if iter parse node is a struct.
Damien George
2017-04-22
py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.
Damien George
2017-04-22
py/compile: Extract parse-node kind at start of func for efficiency.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if parse node is a struct.
Damien George
2017-04-22
py/objtype: mp_obj_new_super doesn't need to be public, so inline it.
Damien George
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2017-04-21
py: Reduce str/repr precision of float numbers when floats are 30-bit.
Damien George
2017-04-18
py/modmicropython: Add micropython.kbd_intr() function.
Damien George
2017-04-12
py/gc: Execute finaliser code in a protected environment.
Damien George
2017-04-12
py/nlrsetjmp: Add check for failed NLR jump.
Damien George
2017-04-12
py/objfloat: Add implementation of high-quality float hashing.
Damien George
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
2017-04-12
py/obj: Clean up and add comments describing mp_obj_type_t struct.
Damien George
2017-04-11
py/objint: Use unsigned arithmetic when formatting an integer.
Damien George
2017-04-11
py/objint: Extract small int value directly because type is known.
Damien George
2017-04-10
py/runtime: When init'ing kbd intr exc, use tuple ptr instead of object.
Damien George
2017-04-10
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
Damien George
2017-04-05
py/objtuple: Add support for inplace add (same as normal add).
Damien George
2017-04-05
py: Raise a ValueError if range() step is zero.
Damien George
2017-04-04
py/objint: Consolidate mp_obj_new_int_from_float to one implementation.
Damien George
2017-04-04
py: Add very simple but correct hashing for float and complex numbers.
Damien George
2017-04-02
py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.
Paul Sokolovsky
2017-04-02
py/obj.h: Make sequence grow more efficient and support overlapping.
Damien George
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-30
py/objzip: Convert mp_uint_t to size_t.
Damien George
2017-03-30
zephyr/Makefile: Rework to use modern, official build integration.
Paul Sokolovsky
2017-03-29
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-29
py/compile: Provide terse error message for invalid dict/set literals.
Damien George
2017-03-29
py: Shorten a couple of error messages.
Damien George
2017-03-29
py/compile: Simplify syntax-error messages for illegal assignments.
Damien George
2017-03-29
py/lexer: Simplify and reduce code size for operator tokenising.
Damien George
2017-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-27
py/objmap: Convert mp_uint_t to size_t.
Damien George
2017-03-27
py/compile: When compiling super(), handle closed-over self variable.
Damien George
2017-03-27
py/vm: Fix VM opcode tracing to print correct stack pointer.
Damien George
2017-03-26
py/obj: Change mp_uint_t to size_t for mp_obj_get_array_fixed_n len arg.
Damien George
2017-03-26
py/nlrx86: Better check for Zephyr (requires 1.7).
Paul Sokolovsky
2017-03-25
py/objarray: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-24
py: Remove MP_STATE_CTX, use MP_STATE_THREAD instead (it's an alias).
Damien George
2017-03-24
py: Use mp_locals/mp_globals accessor funcs instead of MP_STATE_CTX.
Damien George
2017-03-24
py/objnamedtuple: Use size_t where appropriate, instead of mp_uint_t.
Damien George
2017-03-24
py/objtype: Use size_t where appropriate, instead of mp_uint_t or uint.
Damien George
2017-03-24
py/modbuiltins: Allow round() to return a big int if necessary.
Damien George
2017-03-24
py/modbuiltins: For round() builtin use nearbyint instead of round.
Damien George
[next]