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
/
main.c
Age
Commit message (
Expand
)
Author
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-10
unix: Add option to only compile, and not execute code.
Damien George
2014-04-08
unix: Oops, remove nlr_jump test in main.
Damien George
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-08
unix, windows: There's no "help" builtin.
Paul Sokolovsky
2014-04-07
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-06
py: Add option to compiler to specify default code emitter.
Damien George
2014-04-04
unix: Use STATIC modifier to enable code size analysis via map file.
Paul Sokolovsky
2014-04-04
unix: Routines related to terminal reading should use system malloc.
Paul Sokolovsky
2014-04-04
unix: Allocate more heap memory by default on 64 bit machines.
Damien George
2014-04-02
unix: Use argv[0] for command name in usage.
Paul Sokolovsky
2014-04-02
unix: Support #if-able impl-specific cmdline options.
Paul Sokolovsky
2014-04-02
unix: Properly recognize and report when script on cmdline not found.
Paul Sokolovsky
2014-03-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-16
unix: Clean up includes.
xbe
2014-03-08
unix: Make usage info reflect actual usage of -X option.
Damien George
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-04
unix: Add to usage print-out telling about -X option.
Damien George
2014-03-04
unix: Allow to set heap size using "-X heapsize=N" option.
Paul Sokolovsky
2014-02-16
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-14
Allow ports to define statically builtin functions.
Paul Sokolovsky
2014-02-11
unix: Implement garbage collection support.
Paul Sokolovsky
2014-02-11
Rename str_join -> strjoin to make it not clash with objstr's one.
Paul Sokolovsky
2014-02-08
Rename "rawsocket" module to "microsocket".
Paul Sokolovsky
2014-02-05
Search paths properly on import and execute __init__.py if it exists.
Damien George
2014-02-05
Remove older import helpers, no longer used.
Paul Sokolovsky
2014-02-05
unix: Be sure to add current/base dir of a script to sys.path.
Paul Sokolovsky
2014-02-05
unix: Initialize sys.path from MICROPYPATH environment variable.
Paul Sokolovsky
2014-02-02
unix: Add basic time module (with time() and clock() functions).
Paul Sokolovsky
2014-02-01
Add mpconfigport.mk file to configure which modules to include into build.
Paul Sokolovsky
2014-01-29
Add qstr_info() function and bindings for unix port.
Damien George
2014-01-29
unix: Initial implementation of FFI module.
Paul Sokolovsky
2014-01-25
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-25
Add parse_node_free_struct() and use it to free parse tree after compilation.
Paul Sokolovsky
2014-01-24
unix main: Free input line.
Paul Sokolovsky
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-20
unix file: Refactor and add sys.stdout/stdin/stderr.
Paul Sokolovsky
2014-01-20
unix: Implement sys.argv.
Paul Sokolovsky
2014-01-19
py: Add full traceback to exception printing.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-18
Merge pull request #194 from pfalcon/socket
Damien George
[next]