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-05-13
unix: Fix linker errors when time/ffi modules are disabled
stijn
2014-05-12
modstruct: Implement count specifier for strings (e.g. "100s").
Paul Sokolovsky
2014-05-11
modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1.
Paul Sokolovsky
2014-05-11
objstr: Slice indexing: support bytes properly.
Paul Sokolovsky
2014-05-11
objstr: Make .split() support bytes.
Paul Sokolovsky
2014-05-11
objstr: Make .join() support bytes.
Paul Sokolovsky
2014-05-11
py: Fix __len__ special method result handling.
Paul Sokolovsky
2014-05-11
py: Don't expect that type->getiter() always returns iterator, check for NULL.
Paul Sokolovsky
2014-05-11
showbc: Decode MAP_ADD.
Paul Sokolovsky
2014-05-11
py: Add basic implementation of hasattr() function.
Paul Sokolovsky
2014-05-11
Merge pull request #605 from stinos/travis-mingw
Damien George
2014-05-11
Merge pull request #604 from stinos/windows-enablefeat
Damien George
2014-05-11
py: Use mp_arg_check_num in more places.
Damien George
2014-05-11
travis: Add cross-compilation of mingw port
stijn
2014-05-11
py: frozenset() creates an empty frozenset.
Damien George
2014-05-11
windows: Enable frozen set and sys.exit
stijn
2014-05-11
py: Rename globally-accessible tuple functions, prefix with mp_obj_.
Damien George
2014-05-11
py: Rename some unichar functions for consistency.
Damien George
2014-05-11
py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.
Damien George
2014-05-11
stmhal: Enable frozenset. Takes 292 text bytes in ROM.
Damien George
2014-05-11
Merge pull request #597 from stinos/mingw-compilation
Damien George
2014-05-11
Merge pull request #603 from stinos/windows-tests-newline
Damien George
2014-05-11
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-05-11
stmhal: Update CC3000 driver to newer version.
Damien George
2014-05-11
py: Give up and make mp_obj_str_get_data() deal with bytes too.
Paul Sokolovsky
2014-05-11
tests: Fix handling of newlines from expected output files
stijn
2014-05-11
objstr: Make *strip() accept bytes.
Paul Sokolovsky
2014-05-11
tests: Really fix import.
Paul Sokolovsky
2014-05-11
tests: Fix import.
Paul Sokolovsky
2014-05-11
objtuple: Go out of the way to support comparison of subclasses.
Paul Sokolovsky
2014-05-11
py: Don't try to "bind" types store as attributes of objects.
Paul Sokolovsky
2014-05-11
objstr: Make .[r]partition() work with bytes.
Paul Sokolovsky
2014-05-11
objboundmeth: If detailed reporting enabled, print object content.
Paul Sokolovsky
2014-05-11
py: Start making good use of mp_const_obj_t.
Paul Sokolovsky
2014-05-10
stmhal/cc3k: Remove spaces and tabs at end of lines.
Damien George
2014-05-10
objlist: Support list slice deletion.
Paul Sokolovsky
2014-05-10
objlist: Implement non-growing slice assignment.
Paul Sokolovsky
2014-05-10
py: Fix prefix on few sequence helpers, was incorrectly "mp_".
Paul Sokolovsky
2014-05-10
objtype: Comments for duplicating code in runtime.c.
Paul Sokolovsky
2014-05-10
objtype: Implement ->getiter() method for instances.
Paul Sokolovsky
2014-05-10
py: Make mp_obj_print() handle null object w/o segfault if debug build.
Paul Sokolovsky
2014-05-10
objnamedtuple: Support iteration.
Paul Sokolovsky
2014-05-10
tools: Move gendoc.py to tools, and make it a little more generic.
Damien George
2014-05-10
stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.
Damien George
2014-05-10
py: Compress a little the bytecode emitter structure.
Damien George
2014-05-10
py, emitters: Fix dummy_data size for bytecode and thumb.
Damien George
2014-05-10
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-05-10
objstr: Implement .lower() and .upper().
Paul Sokolovsky
2014-05-10
stmhal: Improve handling of out-of-memory in REPL.
Damien George
2014-05-10
py, lexer: Add allocation policy config; return NULL if can't allocate.
Damien George
[next]