aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-10stmhal: Improve handling of out-of-memory in REPL.Damien George
2014-05-10py, lexer: Add allocation policy config; return NULL if can't allocate.Damien George
2014-05-10py: Improve handling of memory error in parser.Damien George
2014-05-10builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes().Paul Sokolovsky
2014-05-10builtinimport: Fix comment orphaned by one of previous commits.Paul Sokolovsky
2014-05-10modsys: Enable sys.exit() per port after all.Paul Sokolovsky
2014-05-10objset: Add frozenset tests, skippable if frozenset not available.Paul Sokolovsky
2014-05-10run-tests: Add support for skipping tests.Paul Sokolovsky
2014-05-10stmhal: Implement draft version of sys.exit().Paul Sokolovsky
2014-05-10modsys, unix: Add sys.exit(), should be implemented by a port.Paul Sokolovsky
2014-05-10py: Disable frozenset by default, enable on unix.Paul Sokolovsky
2014-05-10objset: Give up and implement frozenset.Paul Sokolovsky
2014-05-10objtype: Don't treat inheritance from "object" as from native type.Paul Sokolovsky
2014-05-10py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.Damien George
2014-05-10bare-arm: Change output file from flash.elf to firmware.elf.Damien George
2014-05-10py: Combine native emitters to 1 glue function; distinguish viper.Damien George
2014-05-10stmhal: Fix setting of RTC: was BCD now BIN encoded.Damien George
2014-05-10stm: Reorder mpconfig.h header inclusion to get stm building.Damien George
2014-05-10py: Rename byte_code to bytecode everywhere.Damien George
2014-05-10py: Fix base "detection" for int('0<hexdigit>', 16).Paul Sokolovsky
2014-05-10bytes: Implement comparison and other binary operations.Paul Sokolovsky
2014-05-10runtime0.h: Group binary ops by fives.Paul Sokolovsky
2014-05-09Merge pull request #575 from stinos/windows-modtimePaul Sokolovsky
2014-05-09windows: Add modtime implementationstijn
2014-05-09Merge branch 'pfalcon-README-features-overview'Damien George
2014-05-09README: Add articles, and update doc for deploying firmware.Damien George
2014-05-09README: Add short overview of Python features supported.Paul Sokolovsky
2014-05-08Add gc.enable, gc.disable; remove pyb.gc.Damien George
2014-05-08stmhal: Add time.time() and time.localtime().Damien George
2014-05-09Merge pull request #568 from stinos/windows-msvc-portPaul Sokolovsky
2014-05-08py, compiler: Add basic support for A=const(123).Damien George
2014-05-08Windows MSVC portstijn
2014-05-08qemu-arm: fully integrated test suite.Ilya Dmitrichenko
2014-05-08tools: inline test suite generator.Ilya Dmitrichenko
2014-05-08tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163Ilya Dmitrichenko
2014-05-07py: Fix stack access in thumb native emitter.Damien George
2014-05-07Merge pull request #584 from stinos/windows-inputPaul Sokolovsky
2014-05-07tests/bench: Add testcase for positional/kwargs to enumerate().Paul Sokolovsky
2014-05-07tests/bench: Add tests for various ways to pass function args.Paul Sokolovsky
2014-05-07tests/bench: Add variation on loop_count/while_down_ne test.Paul Sokolovsky
2014-05-07tests/bench: Add testcases for lookup in 5-el instance and namedtuple.Paul Sokolovsky
2014-05-07tests/bench: Time namedtuple field access.Paul Sokolovsky
2014-05-07windows: Fix input.c missing in Makefile after changes for #582stijn
2014-05-07py: Fix emitcpy, to work with latest changes to PASS variables.Damien George
2014-05-07tests: Add a test for native code on pyboard.Damien George
2014-05-07tests: Add inline assembler test for pyboard.Damien George
2014-05-07py: Improve native emitter; now supports more opcodes.Damien George
2014-05-07py, compiler: Improve passes; add an extra pass for native emitter.Damien George
2014-05-07py, compiler: Start adding support for compile-time constants.Damien George
2014-05-07unix: Add missing stdio.h header for readline.Damien George