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-21
unix: Fix casting issue, int to small int object.
Damien George
2014-05-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-21
objtype: super: Fall back to "object" lookup as last resort.
Paul Sokolovsky
2014-05-21
objtype: super: Add stop condition for looking up in base types.
Paul Sokolovsky
2014-05-21
stm: Remove long-obsolete stm/ port.
Damien George
2014-05-21
unix, Mac support: Generate order.def via Makefile.
Damien George
2014-05-21
Merge pull request #607 from Anton-2/osx-clang
Damien George
2014-05-21
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Damien George
2014-05-21
stmhal: Stop USB before entering DFU by software.
Damien George
2014-05-20
Merge pull request #621 from stinos/migw-w64-fix
Paul Sokolovsky
2014-05-20
modstruct: struct_calcsize: Fix case of uninitialized var.
Paul Sokolovsky
2014-05-20
windows: Fix compilation with mingw-w64 so it uses correct printf implementat...
stijn
2014-05-19
qemu-arm: Disable "io" module.
Paul Sokolovsky
2014-05-19
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Paul Sokolovsky
2014-05-19
objexcept: Implement explicit __init__ method, useful for subclasses.
Paul Sokolovsky
2014-05-19
tests: Update subclass-native2.py for __new__/__init__ refactor.
Paul Sokolovsky
2014-05-19
objtype: Separate __new__ and __init__ methods.
Paul Sokolovsky
2014-05-19
stmhal: Fix DAC documentation: need to convert float to int for buf.
Damien George
2014-05-19
stmhal: Fix write_timed function for DAC(2).
Damien George
2014-05-19
stmhal: Make pyb.bootloader take no arguments.
Damien George
2014-05-19
Merge pull request #618 from swegener/jump-to-bootloader
Damien George
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-12
Fix some unused variables, and silence a clang warning about initialization o...
Antonin ENFRUN
2014-05-12
unix: Add asm statements needed to read registers with clang. Code generated ...
Antonin ENFRUN
2014-05-12
tests: create result file for test/basics/memoryerror.py .
Antonin ENFRUN
[next]