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
Commit message (
Expand
)
Author
Age
*
py/lexer: Make lexer use an mp_reader as its source.
Damien George
2016-11-16
*
py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.
Damien George
2016-11-16
*
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
*
py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem.
Damien George
2016-11-16
*
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-16
*
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-16
*
py/parse: Add code to fold logical constants in or/and/not operations.
Damien George
2016-11-15
*
py/parse: Make mp_parse_node_new_leaf an inline function.
Damien George
2016-11-15
*
py/parse: Move function to check for const parse node to parse.[ch].
Damien George
2016-11-15
*
py/*.mk: Replace uses of 'sed' with $(SED).
Damien George
2016-11-15
*
py/mkrules.mk: Rework find command so it works on OSX.
Dave Hylands
2016-11-15
*
py/runtime: mp_resume: Fix exception handling for nanbox port.
Paul Sokolovsky
2016-11-15
*
py/runtime: mp_resume: Handle exceptions in Python __next__().
Paul Sokolovsky
2016-11-15
*
py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.
Paul Sokolovsky
2016-11-14
*
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-14
*
py/emitnative: Fix native import emitter when in viper mode.
Damien George
2016-11-10
*
py: Strip leading dirs from frozen mpy files, so any path can be used.
Damien George
2016-11-08
*
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-08
*
py: Add MICROPY_FLOAT_CONST macro for defining float constants.
Damien George
2016-11-03
*
py: Change config default so m_malloc0 uses memset if GC not enabled.
Colin Hogben
2016-11-03
*
py: Fix wrong assumption that m_renew will not move if shrinking
Colin Hogben
2016-11-02
*
unix: fix symbol references for x86 Mac
Jan Pochyla
2016-11-02
*
py: remove asserts that are always true in emitbc.c
Pavol Rusnak
2016-10-31
*
py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c
Pavol Rusnak
2016-10-31
*
py/sequence: Fix reverse slicing of lists.
Fabio Utzig
2016-10-30
*
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-30
*
py/stream: Typo fix in comment.
Paul Sokolovsky
2016-10-27
*
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-26
*
py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT.
Damien George
2016-10-24
*
py/modbuiltins: Add builtin "slice", pointing to existing slice type.
Damien George
2016-10-24
*
py/{modbuiltins,obj}: Use MP_PYTHON_PRINTER where possible.
Paul Sokolovsky
2016-10-22
*
lib/utils/pyhelp.c: Use mp_printf() instead of printf()
Erik Moqvist
2016-10-21
*
py: Specialise builtin funcs to use separate type for fixed arg count.
Damien George
2016-10-21
*
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-21
*
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-21
*
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-10-17
*
py/objdict: Actually provide the key that failed in KeyError exception.
Damien George
2016-10-17
*
py/objdict: Fix optimisation for allocating result in fromkeys.
Damien George
2016-10-17
*
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-10-14
*
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Damien George
2016-10-14
*
extmod/modujson: Implement ujson.load() to load JSON from a stream.
Damien George
2016-10-13
*
esp8266: Enable importing of precompiled .mpy files.
Damien George
2016-10-12
*
py/lexer: Remove unnecessary code, and unreachable code.
Damien George
2016-10-12
*
py/compile: Remove debugging code for compiler dispatch.
Damien George
2016-10-12
*
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/mpz: Use assert to verify mpz does not have a fixed digit buffer.
Damien George
2016-10-11
*
py/mpz: In divmod, replace check for rhs!=0 with assert.
Damien George
2016-10-11
*
py/compile: Remove unreachable code.
Damien George
2016-10-11
*
py/modmicropython: Add micropython.opt_level([value]) function.
Damien George
2016-10-11
[next]