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
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
pyexec.c
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-05-05
lib/utils/pyexec: Update event-driven REPL to match non-event REPL.
Tom Collins
2017-03-14
lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.
Damien George
2017-03-14
lib/utils/pyexec: Refactor to put lexer constructors all in one place.
Damien George
2017-02-27
lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.
Damien George
2017-01-22
lib/utils/pyexec: Only print help prompt if HELP feature is enabled.
Damien George
2016-10-26
zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.
Paul Sokolovsky
2016-10-26
lib/utils/pyexec: Fix compilation warning of type vs format mismatch.
Paul Sokolovsky
2016-10-26
lib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype.
Vincenzo Frascino
2016-10-17
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Damien George
2016-10-14
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Damien George
2016-10-12
lib/utils/pyexec: Don't treat SystemExit as "forced exit".
Paul Sokolovsky
2016-08-30
lib/utils/pyexec: qstr_pool_info() requires size_t* parameters.
Paul Sokolovsky
2016-07-21
lib/utils/pyexec: Use full path to readline.h header, per latest conventions.
Paul Sokolovsky
2016-04-19
lib/utils/pyexec: Condition-out GC calls from pyexec.
Colin Hogben
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-01
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2016-03-30
esp8266: Fix issue when current repl line was garbage-collected.
Paul Sokolovsky
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-03
lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".
Damien George
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky