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
/
objfun.c
Age
Commit message (
Expand
)
Author
2014-04-20
py: Add win32-specific header for alloca().
Paul Sokolovsky
2014-04-20
py: Add arg checking helper functions.
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-17
py: Simplify objfun/objgenerator connection, no need to call bc_get.
Damien George
2014-04-17
objfun: Add local header.
Paul Sokolovsky
2014-04-13
py: Fix mp_get_buffer, and use it in more places.
Damien George
2014-04-13
py: Provide more details for too few and too much args for Python fun calls.
Paul Sokolovsky
2014-04-13
py: Big improvements to inline assembler.
Damien George
2014-04-11
py: Change compile order for default positional and keyword args.
Damien George
2014-04-10
objfun: Fix default arguments filling loop, was broken in presense of kwargs.
Paul Sokolovsky
2014-04-10
objfun: More debug logging when calling a bytecode function.
Paul Sokolovsky
2014-04-05
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-05
objfun: Add equality support.
Paul Sokolovsky
2014-03-31
py: Disable dump_args function call entirely when not debugging.
Damien George
2014-03-30
objgenerator: Handle default args to generator functions.
Paul Sokolovsky
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-29
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-03-29
py: Change mp_const_* objects to macros.
Damien George
2014-03-27
py: Put n_state for bytecode in the bytecode prelude.
Damien George
2014-03-17
py: Clean up includes.
xbe
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-03
py: Fix overriding of default arguments.
Damien George
2014-02-26
py: Remove more var arg names fro macros with var args.
Damien George
2014-02-26
py: Reduce size of mp_obj_fun_native_t struct by packing ints.
Damien George
2014-02-26
py: Take out bitfield entries from their own structure.
Damien George
2014-02-17
Add pin mapping code.
Dave Hylands
2014-02-16
Support passing positional args as keywords to bytecode functions.
Paul Sokolovsky
2014-02-16
py: Pass keyword arguments to byte code.
Damien George
2014-02-16
py: Implement *vargs support.
Damien George
2014-02-15
py: VM never throws an exception, instead returns a status and value.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-12
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
Damien George
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
Paul Sokolovsky
2014-02-08
py: Pass keyword args to native functions by using the stack.
Damien George
2014-02-01
py: mp_execute_byte_code has 2 arg arrays, for more efficient default params.
Damien George
2014-02-01
Implement default function arguments (for Python functions).
Paul Sokolovsky
2014-01-26
Functions of fixed number of args are special-cased only for 3 or less args.
Paul Sokolovsky
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-18
Make VM stack grow upwards, and so no reversed args arrays.
Damien George
2014-01-13
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-13
Made sorted() raise an exception instead of aborting when given no arguments;...
John R. Lenton
2014-01-13
Consolidate rt_make_function_[0123] to rt_make_function_n.
Damien George
2014-01-13
Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects.
Dave Hylands
2014-01-08
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
[next]