index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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-05-19
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
Damien George
2017-05-18
py/objrange: Fix slicing of range when step of slice is negative.
Damien George
2017-05-18
py/sequence: Fix boundary errors when slicing with a negative step.
Damien George
2017-05-15
py/objstringio: Fix StringIO reads at or beyond EOF.
Tom Collins
2017-05-14
py/modsys: update conditionals for code referencing sys.stdout
Tom Collins
2017-05-12
py/lexer: Process CR earlier to allow newlines checks on chr1.
Tom Collins
2017-05-11
py/mkrules.mk: Add dependency of .mpy files upon mpy-cross.
Damien George
2017-05-09
unix/main: Implement -m option for packages.
Paul Sokolovsky
2017-05-09
py/lexer: Simplify lexer startup by using dummy bytes and next_char().
Tom Collins
2017-05-09
py/binary: Handle storing big-ints to all arrays types.
Damien George
2017-05-06
py/modio: resource_stream: Implement "package" param handling.
Paul Sokolovsky
2017-05-06
py/objint: In int.from_bytes, only create big-int if really needed.
Damien George
2017-05-03
py/modio: Implement uio.resource_stream(package, resource_path).
Paul Sokolovsky
2017-04-30
py: Cleanup use of global DEBUG preprocessor definition
stijn
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
[next]