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
Age
Commit message (
Expand
)
Author
2014-04-18
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
Damien George
2014-04-18
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix: Make mem_info() dump GC info too.
Paul Sokolovsky
2014-04-17
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modtime: Adhere to MICROPY_ENABLE_FLOAT better.
Paul Sokolovsky
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Merge pull request #505 from lurch/patch-5
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
modffi: Support float types.
Paul Sokolovsky
2014-04-17
Updated the envvar used by ./run-tests
Andrew Scheller
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Add 'test' target to unix/Makefile
Andrew Scheller
2014-04-16
New config option MICROPY_FORCE_32BIT (defaulted to 0)
Andrew Scheller
2014-04-15
Move entry_table to separated header file.
AZ Huang
2014-04-14
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-15
Use computed goto instead of switching op-codes.
AZ Huang
2014-04-13
py: Add property object, with basic functionality.
Damien George
2014-04-13
stmhal: Update for static mod sys.
Paul Sokolovsky
2014-04-13
py: Move sys attribute qstrs's to core.
Paul Sokolovsky
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-13
unix: Enable modffi by default.
Paul Sokolovsky
2014-04-11
unix: Update comment in gccollect.c
xbe
2014-04-11
modffi: Update for latest binary API refactors.
Paul Sokolovsky
2014-04-10
unix: Add option to only compile, and not execute code.
Damien George
2014-04-09
py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API.
Paul Sokolovsky
2014-04-08
unix modffi: Support any object implementing buffer protocol as a native arg.
Paul Sokolovsky
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, stmhal: Consistently use "FileIO" as class name for file objects.
Paul Sokolovsky
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-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
Improve GC finalisation code; add option to disable it.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-04
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
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-03
Changes to get unix/ port compiling on Cygwin.
Damien George
2014-04-03
unix file: Implement context manager protocol (for "with" statement).
Paul Sokolovsky
2014-04-02
unix: Enable GC.
Paul Sokolovsky
2014-04-02
unix: Use argv[0] for command name in usage.
Paul Sokolovsky
[next]