aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-06py/compile2: Rename "Micro Python" to "MicroPython".parse-bytecodeDamien George
2017-09-01py/emitinlinethumb: Update to work with new small-heap compiler.Damien George
2017-08-30py: Add MICROPY_USE_SMALL_HEAP_COMPILER option, disabled by default.Damien George
2017-08-30py/compile2: Optimise emitter label indices to save a word of heap.Damien George
2017-08-30py/compile2: Combine arith and bit-shift ops into 1 compile routine.Damien George
2017-08-30py/compile2: Raise SyntaxError if positional args are given after */**.Damien George
2017-08-30py/compile2: Fix bug with break/continue in else of optimised for-range.Damien George
2017-08-30py/parse2.h: Update to work with new version, v1.9.2.Damien George
2017-08-30Merge tag 'v1.9.2' into parse-bytecodeDamien George
2017-08-23docs: Bump version to 1.9.2.v1.9.2Damien George
2017-08-23py/asmthumb: Use existing macro to properly clear the D-cache.Damien George
2017-08-22docs: Consistently link to micropython-lib in glossary.Paul Sokolovsky
2017-08-21esp8266: Fix UART stop bit constants.Ein Terakawa
2017-08-21extmod/modubinascii: Don't post-increment variable that won't be used.Damien George
2017-08-21py/formatfloat: Don't post-increment variable that won't be used again.Damien George
2017-08-21py/objcomplex: Remove unnecessary assignment of variable.Damien George
2017-08-21py/compile: Remove unused pn_colon code when compiling func params.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-08-21extmod,unix: For uos.stat interpret st_size member as an unsigned int.Damien George
2017-08-21py/mkrules.mk: Use "find -path" when searching for frozen obj files.Damien George
2017-08-20py/stream: seek: Consistently handle negative offset for SEEK_SET.Paul Sokolovsky
2017-08-20py/objstringio: Fix regression with handling SEEK_SET.Paul Sokolovsky
2017-08-20py/objstringio: Prevent offset wraparound for io.BytesIO objects.Tom Collins
2017-08-20docs/glossary: Fix typos in micropython-lib paragraph.Paul Sokolovsky
2017-08-20docs/glossary: Elaborate on possible MicroPython port differences.Paul Sokolovsky
2017-08-20docs/library/usocket: Describe complete information on address formats.Paul Sokolovsky
2017-08-20docs/library/usocket: Move socket.error to its own section.Paul Sokolovsky
2017-08-20zephyr/modzephyr: Add shell_net_iface() function.Paul Sokolovsky
2017-08-19zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.Paul Sokolovsky
2017-08-19zephyr/modusocket: Update struct sockaddr family field name.Paul Sokolovsky
2017-08-17docs/library/ubinascii: Update base64 docs.Alex Robbins
2017-08-17extmod/modubinascii: Rewrite mod_binascii_a2b_base64.Alex Robbins
2017-08-17py/binary: Change internal bytearray typecode from 0 to 1.Damien George
2017-08-16tools/mpy-tool.py: Fix missing argument in dump() functionstijn
2017-08-16zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.Paul Sokolovsky
2017-08-16zephyr/modzephyr: Add current_tid() and stacks_analyze() functions.Paul Sokolovsky
2017-08-16extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.Eric Poulsen
2017-08-15py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann
2017-08-15py/binary.c: Fix bug when packing big-endian 'Q' values.Bas van Sisseren
2017-08-14Merge tag 'v1.9.1' into parse-bytecodeDamien George
2017-08-14py/parse2: Make pt_show function work.Damien George
2017-08-14py/{parse2,compile2}: Update to work with merged master, v1.9.Damien George
2017-08-14Merge tag 'v1.9' into parse-bytecodeDamien George
2017-08-14Merge tag 'v1.8.7' into parse-bytecodeDamien George
2017-08-14Merge tag 'v1.8.6' into parse-bytecodeDamien George
2017-08-14py/compile2: Track changes made between v1.8.4 and v1.8.5.Damien George
2017-08-14docs/library/machine.RTC.rst: Fix typo.Javier Candeira
2017-08-14Merge tag 'v1.8.5' into parse-bytecodeDamien George
2017-08-14py/compile2: Don't compile assert statement when optimisations enabled.Damien George
2017-08-14Merge tag 'v1.8.4' into parse-bytecodeDamien George