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-31
modsocket: Remove stale ifdef.
Paul Sokolovsky
2014-05-31
tests: Add test for break in for.
Paul Sokolovsky
2014-05-30
py: Fix break from within a for loop.
Damien George
2014-05-30
objstr: *strip(): If nothing is stripped, don't create dup string.
Paul Sokolovsky
2014-05-30
objstr: *strip(): Fix handling of one-char subject strings.
Paul Sokolovsky
2014-05-30
Merge pull request #633 from stinos/msvc-fix-genhdr-dep
Paul Sokolovsky
2014-05-30
qemu-arm: Add port README.
Paul Sokolovsky
2014-05-29
py: Implement bignum '&' with negatives on lhs and rhs.
Damien George
2014-05-28
msvc: Only update generated headers when there are changes
stijn
2014-05-28
py: Fix check of small-int overflow when parsing ints.
Damien George
2014-05-28
py: Make int(<longint>) work by just returning the longint.
Damien George
2014-05-28
py: Implement long int parsing in int(...).
Damien George
2014-05-28
unix/gccollect.c: Make Clang workaround apply only to it. Unbreaks gcc builds.
Paul Sokolovsky
2014-05-28
Revert "Fix DEBUG=1 builds"
Paul Sokolovsky
2014-05-28
Merge pull request #631 from stinos/fix-win-def
Damien George
2014-05-28
Merge pull request #629 from dhylands/fix-unix-debug
Damien George
2014-05-27
windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4)
stijn
2014-05-26
Fix DEBUG=1 builds
Dave Hylands
2014-05-26
modos: stat(): Accept bytes argument.
Paul Sokolovsky
2014-05-26
tests: Add small testcase for 3-arg slices.
Paul Sokolovsky
2014-05-25
py, vm: Where possible, make variables local to each opcode.
Damien George
2014-05-25
py: Slightly improve efficiency of mp_obj_new_str; rename str_new.
Damien George
2014-05-25
Change const byte* to const char* where sensible.
Damien George
2014-05-25
Merge branch 'pfalcon-keep-strings-uninterned'
Damien George
2014-05-25
py: Don't automatically intern strings in parser.
Damien George
2014-05-25
objlist: Implement support for arbitrary (3-arg) slices.
Paul Sokolovsky
2014-05-25
py: Refactor slice helpers, preparing to support arbitrary slicing.
Paul Sokolovsky
2014-05-25
Merge branch 'keep-strings-uninterned' of github.com:pfalcon/micropython into...
Damien George
2014-05-25
sequence: Throw exception for not implemented slice steps.
Paul Sokolovsky
2014-05-25
objlist: Implement growing slice assignment.
Paul Sokolovsky
2014-05-25
py: Handle case of slice start > stop in common sequence function.
Paul Sokolovsky
2014-05-25
objslice: Support arbitrary objects start, stop, and step.
Paul Sokolovsky
2014-05-24
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-24
modsocket: 64-bit cleanness.
Paul Sokolovsky
2014-05-24
objstr: Implement .endswith().
Paul Sokolovsky
2014-05-24
unix modsocket: Make .makefile() method more compliant.
Paul Sokolovsky
2014-05-22
py: Initial attempts to actually allow implementing __new__ in Python.
Paul Sokolovsky
2014-05-21
objobject: Fix arguments to __init__().
Paul Sokolovsky
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
[next]