aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21py: Fix nlrthumb.c when DEBUG=1 is definedDave Hylands
2016-07-21minimal: Disable MICROPY_GC_ALLOC_THRESHOLD.Paul Sokolovsky
2016-07-21unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.Paul Sokolovsky
2016-07-21py/gc: Implement GC running by allocation threshold.Paul Sokolovsky
2016-07-21lib/utils/pyexec: Use full path to readline.h header, per latest conventions.Paul Sokolovsky
2016-07-17tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.Paul Sokolovsky
2016-07-16unix: Cache libaxtls.a in local build dir.Paul Sokolovsky
2016-07-16esp8266: Cache Xtensa-built libaxtls.a in local build dir.Paul Sokolovsky
2016-07-16esp8266/moduos: Add rmdir() function.Paul Sokolovsky
2016-07-16extmod/vfs_fat: Implement rmdir() method.Paul Sokolovsky
2016-07-15extmod/modussl_axtls: Add dummy setblocking() method.Paul Sokolovsky
2016-07-14tests: Add test for extended arguments to stream .write() method.Paul Sokolovsky
2016-07-14py/stream: Implement 2- and 3-arg write() method as an extension to CPython.Paul Sokolovsky
2016-07-13esp8266: Select axTLS for SSL implementation, following recent refactor.Paul Sokolovsky
2016-07-13extmod/modussl_axtls: Further changes to allow alternative SSL modules.Paul Sokolovsky
2016-07-13extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.Paul Sokolovsky
2016-07-11drivers/wiznet5k: Fix indentation so it's not misleading.Damien George
2016-07-11unix/mpthreadport: Adjust minimum thread stack, and stack limit check.Damien George
2016-07-11lib/axtls: Update, fixes esp8266 build.Paul Sokolovsky
2016-07-11py/nlrx64.S: Prefix mp_thread_get_state with an underscore on Mac.Damien George
2016-07-11mpy-cross: Fix Makefile to handle gc-sections linker flags on OS X.Anton Sokolchenko
2016-07-11qemu-arm: Enable gcc LTO option for nlrthumb.cDaniel Tralamazza
2016-07-10lib/axtls: Upgrade to axTLS 1.5.4 + MicroPython patchset.Paul Sokolovsky
2016-07-10examples/http_server*: Update for buffered-like streams (read line by line).Paul Sokolovsky
2016-07-10docs: Bump version to 1.8.2.Damien George
2016-07-09travis: Run unix thread tests.Damien George
2016-07-09tests/run-tests: If running thread tests on unix, don't run mutate ones.Damien George
2016-07-09unix: Disable the GIL to improve performance of non-thread code.Damien George
2016-07-09unix/main: When preparing sys.path, allocate exact strings on uPy heap.Paul Sokolovsky
2016-07-08unix/main: Improve help for -X options a bit.Paul Sokolovsky
2016-07-08unix/main: Error out on unknown value of suffix in -X heapsize= option.Paul Sokolovsky
2016-07-07extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.Paul Sokolovsky
2016-07-06py/objarray: Split out header to allow direct access to object.Paul Sokolovsky
2016-07-05esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().Paul Sokolovsky
2016-07-04esp8266/esp_mphal: call_dupterm_read: Use readinto() method.Paul Sokolovsky
2016-07-04esp8266/main: Init recently added dupterm_arr_obj port state var.Paul Sokolovsky
2016-07-04extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.Paul Sokolovsky
2016-07-03unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.Paul Sokolovsky
2016-07-03unix/Makefile: Make "minimal" build be minimal again.Paul Sokolovsky
2016-07-02esp8266/README: Promote from "highly experimental" to "experimental".Paul Sokolovsky
2016-07-02esp8266: Switch webrepl to use frozen bytecode.Paul Sokolovsky
2016-07-02esp8266: Switch webrepl_setup to use frozen bytecode.Paul Sokolovsky
2016-07-02esp8266: Explicitly collect garbage in bootstrap scripts.Paul Sokolovsky
2016-07-02extmod/modbtree: Fixes for nanbox build.Paul Sokolovsky
2016-07-02unix: Enable btree module.Paul Sokolovsky
2016-07-02extmod/modbtree: Fix unused argument warning.Paul Sokolovsky
2016-07-02py/mpconfig.h: Mention MICROPY_PY_BTREE config option.Paul Sokolovsky
2016-07-02py/builtinimport: Disable "imported as namespace package" warning.Paul Sokolovsky
2016-07-02extmod/modwebrepl: Add readinto() method.Paul Sokolovsky
2016-07-02extmod/modwebsocket: Add readinto() method.Paul Sokolovsky