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
Age
Commit message (
Expand
)
Author
2014-01-23
Implement simplest case of str.startswith().
Paul Sokolovsky
2014-01-23
py: Use C99 way of variable macro arguments.
Damien George
2014-01-23
py: Change macro var args in parser to be C99 compliant.
Damien George
2014-01-22
py: Initialise loaded_module map in rt_init.
Damien George
2014-01-22
Fix 1 warning and 1 bug.
Damien George
2014-01-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-22
Merge pull request #208 from pfalcon/string-escapes
Damien George
2014-01-22
Merge pull request #206 from iabdalkader/master
Damien George
2014-01-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-22
stm: Fix USART3 init. Small edits to Makefile and other things.
Damien George
2014-01-22
Implement octal and hex escapes in strings.
Paul Sokolovsky
2014-01-22
Fix Feature Macro Prefix
mux
2014-01-22
file.readline(): Use mp_obj_str_get_data() and fix off-by-one error on EOF.
Paul Sokolovsky
2014-01-22
Remove Underscore from Macro Names
mux
2014-01-22
Add Generic Feature Macros to mpconfigport
mux
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-22
Merge branch 'fix-stm-discovery' of github.com:dhylands/micropython into dhyl...
Damien George
2014-01-21
Fix support for STM32F4DISCOVERY
Dave Hylands
2014-01-22
py: Remove implicit conversion of float to int in mp_obj_get_int().
Damien George
2014-01-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
py: Implement break and continue byte codes, and add tests.
Damien George
2014-01-21
Merge pull request #204 from dhylands/master
Damien George
2014-01-21
Fix malformed generated file when using python 2.7
Dave Hylands
2014-01-21
stm: Clean up main.c; disable libgcc by default.
Damien George
2014-01-21
stm: Put HSE_VALUE and other defines in mpconfigport.h.
Damien George
2014-01-21
stm: Put TARGET in mpconfigport.h; support PYBv4.
Damien George
2014-01-21
Merge pull request #202 from iabdalkader/master
Damien George
2014-01-21
Add bytearray basic tests.
Paul Sokolovsky
2014-01-21
array: Implement iterator.
Paul Sokolovsky
2014-01-21
Add len() support for arrays.
Paul Sokolovsky
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-21
Add OSC_VALUE to Makefile
mux
2014-01-21
Remove hardcoded PLL_M value
mux
2014-01-21
run-tests: Allow to run tests selectively via command line.
Paul Sokolovsky
2014-01-21
Implement str.split(None).
Paul Sokolovsky
2014-01-21
str: Implement proper string (instead of byte string) indexing.
Paul Sokolovsky
2014-01-21
Implement string multiplication.
Paul Sokolovsky
2014-01-21
sequence.c: Start to refactor sequence operations for reuse among types.
Paul Sokolovsky
2014-01-20
unix file: Refactor and add sys.stdout/stdin/stderr.
Paul Sokolovsky
2014-01-20
objstr: More support for MP_OBJ_QSTR.
Paul Sokolovsky
2014-01-20
mp_obj_get_type_str(): Handle MP_OBJ_QSTR.
Paul Sokolovsky
2014-01-20
socket-client, socket-server examples now run on both Micro- and C-Python.
Paul Sokolovsky
2014-01-20
Add dummy bytes() constructor.
Paul Sokolovsky
2014-01-20
Don't preimport socket module.
Paul Sokolovsky
2014-01-20
unix socket: Add send() and recv() methods.
Paul Sokolovsky
2014-01-20
stream_read(): Shrink memory block to actual read size.
Paul Sokolovsky
2014-01-20
unix io.FileIO: Add iteration support.
Paul Sokolovsky
2014-01-20
stream: Add generic unbuffered iternext method.
Paul Sokolovsky
2014-01-20
mp_identity(): Add generic identity function.
Paul Sokolovsky
[next]