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
path:
root
/
py
Age
Commit message (
Expand
)
Author
2014-04-18
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-18
py: Add mp_binary_set_val_array_from_int, to store an int directly.
Damien George
2014-04-18
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
Damien George
2014-04-18
py: Add typecode to buffer protocol.
Damien George
2014-04-18
py: Tidy up function argument error messages.
Damien George
2014-04-18
py: Tidy up array.array; add more error handling.
Damien George
2014-04-18
sequence: Further simplify sequence comparison.
Paul Sokolovsky
2014-04-18
sequence: Fix glaring bug in sequence comparison.
Paul Sokolovsky
2014-04-18
objfloat: Try to achieve the same float printing format as CPython does.
Paul Sokolovsky
2014-04-18
inlinethumb: Add wfi, cpsid and cpsie instructions.
Damien George
2014-04-18
py: from import * should not import symbols starting with underscore.
Paul Sokolovsky
2014-04-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
2014-04-17
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Damien George
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-17
py: Simplify objfun/objgenerator connection, no need to call bc_get.
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Fix pfenv_print_strn to return correct number of chars printed.
Damien George
2014-04-17
objgenerator: Generator must execute in its defining lexical context.
Paul Sokolovsky
2014-04-17
objfun: Add local header.
Paul Sokolovsky
2014-04-17
py: Make built-in 'range' a class.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Merge pull request #507 from pfalcon/nlr-setjmp
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
py: Enable builtin 'property' by default.
Damien George
2014-04-17
py: Tidy up variables in VM, probably fixes subtle bugs.
Damien George
2014-04-17
py: Don't assert but go to unsupported_op in mp_binary_op for small int.
Damien George
2014-04-17
Merge pull request #501 from dhylands/fix-gen-fail
Damien George
2014-04-17
nlr: Add implementation using setjmp/longjmp.
Paul Sokolovsky
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Have make remove targets if a recipie fails.
Dave Hylands
2014-04-15
py: Add len(bytes).
Damien George
2014-04-15
py: Add builtin functions bin and oct, and some tests for them.
Damien George
2014-04-15
Merge pull request #493 from aitjcize/patch
Damien George
2014-04-15
Rename header file.
AZ Huang
2014-04-15
py: Fix builtin hex to print prefix.
Damien George
2014-04-15
py: Add hex builtin function.
Damien George
2014-04-15
Move entry_table to separated header file.
AZ Huang
2014-04-14
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-14
py: Clean up and add comments to makeqstrdata.
Damien George
2014-04-15
builtinimport: Add basic support for namespace packages.
Paul Sokolovsky
2014-04-15
py: Implement __delitem__ method for classes.
Paul Sokolovsky
2014-04-14
Merge pull request #479 from lurch/patch-1
Damien George
2014-04-14
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-15
Use computed goto instead of switching op-codes.
AZ Huang
2014-04-15
Fix parallel build.
AZ Huang
2014-04-14
Don't allow both ENDIANNESSes to be set
Andrew Scheller
2014-04-14
modsys: Implement sys.version.
Paul Sokolovsky
2014-04-14
objstr: Allow to define statically allocated str objects.
Paul Sokolovsky
[next]