index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix-cpy
Age
Commit message (
Expand
)
Author
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
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-15
Convert parse errors to exceptions.
Damien George
2014-01-14
Implemented int(str) in UNIX
xyb
2014-01-13
made DEBUG control CFLAGS in Makefiles oter than stm as well.
John R. Lenton
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-07
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-04
Move INT_FMT, etc. declaration into global mpconfig.h .
Paul Sokolovsky
2014-01-03
unix-cpy: Fix mpconfig to work with new scheme.
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2013-12-30
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
Paul Sokolovsky
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-29
Add unix-cpy, used to test Micro Python byte code against CPython.
Damien