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
/
obj.h
Age
Commit message (
Expand
)
Author
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-08-12
py: Implement builtin reversed() function.
Damien George
2014-08-10
py: mp_buffer_info_t::buf may be valid, but NULL for empty objects.
Paul Sokolovsky
2014-07-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-31
py: Add mp_obj_str_builder_end_with_len.
Damien George
2014-07-29
Merge pull request #738 from dhylands/except-args
Damien George
2014-07-27
py: Change stream protocol API: fns return uint; is_text for text.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-14
objstr: Be 8-bit clean even for repr().
Paul Sokolovsky
2014-06-11
objfun: Remove no longer used mp_obj_fun_prepare_simple_args().
Paul Sokolovsky
2014-06-08
py: Make sure getattr() works with non-interned strings (by interning them).
Paul Sokolovsky
2014-06-07
py: Implement default keyword only args.
Damien George
2014-06-05
objstr: Implement "%(key)s" % {} formatting for strings and dicts.
Paul Sokolovsky
2014-06-01
py: Fix configurability of builtin slice.
Damien George
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-28
py: Fix check of small-int overflow when parsing ints.
Damien George
2014-05-28
py: Implement long int parsing in int(...).
Damien George
2014-05-25
Change const byte* to const char* where sensible.
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
objlist: Implement growing slice assignment.
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-21
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Damien George
2014-05-17
py: More const usage.
Paul Sokolovsky
2014-05-15
objstringio: Implement io.BytesIO.
Paul Sokolovsky
2014-05-11
py: Rename globally-accessible tuple functions, prefix with mp_obj_.
Damien George
2014-05-11
objtuple: Go out of the way to support comparison of subclasses.
Paul Sokolovsky
2014-05-11
py: Start making good use of mp_const_obj_t.
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
objset: Give up and implement frozenset.
Paul Sokolovsky
2014-05-10
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
Damien George
2014-05-07
py: Improve native emitter; now supports more opcodes.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
objclosure, objcell: Print detailed representation if was requested.
Paul Sokolovsky
2014-05-02
objtype: .print() Exception instances in adhoc way.
Paul Sokolovsky
2014-05-01
objgenerator: .print(): Output real underlying function name.
Paul Sokolovsky
2014-04-28
py: Clear allocated, but unused memory in containers.
Paul Sokolovsky
2014-04-27
py: Implement keyword-only args.
Damien George
2014-04-26
modio: Implement io.StringIO class.
Paul Sokolovsky
2014-04-22
objexcept: Add mp_obj_new_exception_arg1() convenience function.
Paul Sokolovsky
2014-04-20
py: Making closures now passes pointer to stack, not a tuple for vars.
Damien George
2014-04-19
obj.h: Typo fix in comment.
Paul Sokolovsky
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-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
[next]