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
/
unix-cpy
/
main.c
Age
Commit message (
Expand
)
Author
2015-08-17
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-02-07
unix-cpy: Fix compiler warning about unused variable.
Damien George
2015-02-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
Damien George
2015-01-01
unix-cpy: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-12-05
unix-cpy: Fix build due to change in lexer API.
Damien George
2014-10-05
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
unix-cpy: Put mpconfig.h before all other headers.
Damien George
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-04-06
unix-cpy: Pass emit opt to mp_compile.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-06
Add mp_import_stat to unix-cpy port.
Damien George
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-15
Convert parse errors to exceptions.
Damien George
2014-01-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2013-12-29
Add unix-cpy, used to test Micro Python byte code against CPython.
Damien