aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15py/objproperty: Fix static struct to build with OBJ_REPR_D.Damien George
2016-01-14builtin property: accept keyword argumentschrysn
2016-01-14tests: Remove builtin_dict teststijn
2016-01-13docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch
2016-01-13py: Use new code pattern for parsing kw args with mp_arg_parse_all.Damien George
2016-01-13py/emitglue: Use mp_obj_is_float instead of MP_OBJ_IS_TYPE.Damien George
2016-01-12py: unary_op enum type fix, and a cast to remove clang warningAntonin ENFRUN
2016-01-11unix: Allow to build coverage build with OBJ_REPR_D.Damien George
2016-01-11unix: Add socket.inet_ntop functionDave Hylands
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
2016-01-11py: Change type of .make_new and .call args: mp_uint_t becomes size_t.Damien George
2016-01-10extmod: Fix uctypes size calculation for bitfieldsDave Hylands
2016-01-10unix/modtime: strftime(): Support 2nd argument, but as time_t value.Paul Sokolovsky
2016-01-10py: Remove long-obsolete mp_method_t typedef.Damien George
2016-01-09examples/unix: Rename example be importable as modules.Paul Sokolovsky
2016-01-08tests: Fix math_fun_special test so it passes with single prec float.Damien George
2016-01-08py/objint: Fix classification of float so it works for OBJ_REPR_D.Damien George
2016-01-08py/mpz: Fix conversion of float to mpz so it works on big endian archs.Damien George
2016-01-08tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.Damien George
2016-01-08py/runtime: Use appropriate printf fmt for malloc num_bytes.Damien George
2016-01-08py/smallint: Allow to override MP_SMALL_INT_MIN et al.Damien George
2016-01-08py/obj: For OBJ_REPR_D, use uint32_t cast when extracting qstr value.Damien George
2016-01-08py/parse: Include unistd.h for ssize_t definition.Damien George
2016-01-08py/emitglue: Add more feature flags to .mpy persistent bytecode output.Damien George
2016-01-08esp8266: Support CFLAGS_EXTRA.Paul Sokolovsky
2016-01-07minimal: Add enough code to run minimal build on STM32F4xx hardware.Damien George
2016-01-07py/viper: Truncate viper integer args so they can be up to 32-bit.Damien George
2016-01-07stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions.Damien George
2016-01-07stmhal: Make stm constants big ints when they don't fit in a small int.Damien George
2016-01-07py/inlinethumb: Remove 30-bit restriction on movwt instruction.Damien George
2016-01-07py/inlinethumb: Allow assembler to use big ints as args to instructions.Damien George
2016-01-07py/parse: Improve constant folding to operate on small and big ints.Damien George
2016-01-07py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.Damien George
2016-01-07py/parse: Optimise away parse node that's just parenthesis around expr.Damien George
2016-01-04docs: Include extra functions in time documentation for pyboard.Henrik Sölver
2016-01-04docs: Add link from pyboard switch tutorial to ISR rules document.Damien George
2016-01-04py/modbuiltins: Fix access of mp_obj_t variable, wrap in MP_OBJ_TO_PTR.Damien George
2016-01-04py/objstr: In str.format, handle case of no format spec for string arg.Damien George
2016-01-03docs: Set author as 'Damien P. George and contributors'.Paul Sokolovsky
2016-01-03docs: Fix readthedocs build by updating Latex params.Paul Sokolovsky
2016-01-03tests/object_dict.py: Add test for obj.__dict__ .Paul Sokolovsky
2016-01-03py: Implement __dict__ for instances.stijn
2016-01-03py: Make dir report instance membersDave Hylands
2016-01-03tests/uctypes: Test item assignment for scalar arrays.Antonin ENFRUN
2016-01-03uctypes: Implement assignment for scalar arrayAntonin ENFRUN
2016-01-03py: Use polymorphic iterator type where possible to reduce code size.Damien George
2016-01-03py/frozenmod: Store frozen module names together, to quickly scan them.Paul Sokolovsky
2016-01-03py: Change struct and macro for builtin fun so they can be type checked.Damien George
2016-01-02py: Change exception traceback data to use size_t instead of mp_uint_t.Damien George