summaryrefslogtreecommitdiff
path: root/qemu-arm
AgeCommit message (Expand)Author
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-07-20qemu-arm: Enable array slice assignment to get memoryview1 test to pass.Delio Brignoli
2015-06-22bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.Damien George
2015-04-16qemu-arm: Get compiling again with recent changes to print framework.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-04stmhal, qemu-arm: Enable sys.maxsize attribute.Damien George
2015-02-28qemu-arm: Handle sys.exit() to allow skip tests in testsuite.Paul Sokolovsky
2015-02-16qemu-arm: Enable source line numbers, for easier debugging.Damien George
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-09qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George
2015-01-08qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core.Damien George
2015-01-08qemu-arm: Set stack limit in main.Damien George
2015-01-01qemu-arm: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-12-08modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky
2014-12-05py: Fix printing of size_t entity; fix qemu-arm for changes to lexer.Damien George
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-10-21Implement kwargs for builtin open() and _io.FileIOstijn
2014-10-05py: Make compiler return a proper exception on SyntaxError.Damien George
2014-09-23py: Free non-interned strings in the parser when not needed.Damien George
2014-09-01Declare do_str() function before the implementationChris Dearman
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02qemu: fix typo in readmeIlya Dmitrichenko
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-05-30qemu-arm: Add port README.Paul Sokolovsky
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-19qemu-arm: Disable "io" module.Paul Sokolovsky
2014-05-08qemu-arm: fully integrated test suite.Ilya Dmitrichenko
2014-05-02bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...Paul Sokolovsky
2014-04-21qemu-arm: update makefile (d553be5).Ilya Dmitrichenko
2014-04-21qemu-arm: more generic port name.Ilya Dmitrichenko