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-18
stmhal: Remap system flash and adjust addresses
Sven Wegener
2014-05-18
stmhal: Activate bootloader with pyb.bootloader()
Sven Wegener
2014-05-17
Merge pull request #615 from swegener/for-upstream
Paul Sokolovsky
2014-05-17
py: Fix mp_obj_t -> mp_const_obj_t for mp_obj_int_get_checked()
Sven Wegener
2014-05-17
py: More mp_identity usage.
Paul Sokolovsky
2014-05-17
py: More const usage.
Paul Sokolovsky
2014-05-15
objstr: startswith(): Accept optional "start" arg.
Paul Sokolovsky
2014-05-15
py: Implement more complete bytes comparison handling.
Paul Sokolovsky
2014-05-15
sequence: Fix yet another case of improper sequence comparison.
Paul Sokolovsky
2014-05-15
modos: Clean 64-bit issues.
Paul Sokolovsky
2014-05-15
objstringio: Implement io.BytesIO.
Paul Sokolovsky
2014-05-14
unix: Add "_os" module with stat().
Paul Sokolovsky
2014-05-14
objstr.c: Partial implementation of .rsplit().
Paul Sokolovsky
2014-05-13
py: Improve mpz_and function.
Damien George
2014-05-13
Merge pull request #600 from stinos/unix-exitcode
Damien George
2014-05-13
Merge pull request #613 from pfalcon/pauls-copyr
Damien George
2014-05-13
py, unix: Add copyright for modules I worked closely on.
Paul Sokolovsky
2014-05-13
tests/int-long.py: Try to expose issue with recent "&" optimization.
Paul Sokolovsky
2014-05-12
py: Fix bug in mpz_and function.
Damien George
2014-05-12
unix: Implement -O option to turn off __debug__ flag.
Damien George
2014-05-12
py: Remove emit_glue init and deinit. Needed only for debugging.
Damien George
2014-05-12
py: Add support for __debug__ constant.
Damien George
2014-05-12
py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).
Damien George
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
unix: Use standard return codes for main
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
[next]