summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
* py/compile2: Rename "Micro Python" to "MicroPython".parse-bytecodeDamien George2017-09-06
* py/emitinlinethumb: Update to work with new small-heap compiler.Damien George2017-09-01
* py: Add MICROPY_USE_SMALL_HEAP_COMPILER option, disabled by default.Damien George2017-08-30
* py/compile2: Optimise emitter label indices to save a word of heap.Damien George2017-08-30
* py/compile2: Combine arith and bit-shift ops into 1 compile routine.Damien George2017-08-30
* py/compile2: Raise SyntaxError if positional args are given after */**.Damien George2017-08-30
* py/compile2: Fix bug with break/continue in else of optimised for-range.Damien George2017-08-30
* py/parse2.h: Update to work with new version, v1.9.2.Damien George2017-08-30
* Merge tag 'v1.9.2' into parse-bytecodeDamien George2017-08-30
|\
| * docs: Bump version to 1.9.2.v1.9.2Damien George2017-08-23
| * py/asmthumb: Use existing macro to properly clear the D-cache.Damien George2017-08-23
| * docs: Consistently link to micropython-lib in glossary.Paul Sokolovsky2017-08-22
| * esp8266: Fix UART stop bit constants.Ein Terakawa2017-08-21
| * extmod/modubinascii: Don't post-increment variable that won't be used.Damien George2017-08-21
| * py/formatfloat: Don't post-increment variable that won't be used again.Damien George2017-08-21
| * py/objcomplex: Remove unnecessary assignment of variable.Damien George2017-08-21
| * py/compile: Remove unused pn_colon code when compiling func params.Damien George2017-08-21
| * all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George2017-08-21
| * extmod,unix: For uos.stat interpret st_size member as an unsigned int.Damien George2017-08-21
| * py/mkrules.mk: Use "find -path" when searching for frozen obj files.Damien George2017-08-21
| * py/stream: seek: Consistently handle negative offset for SEEK_SET.Paul Sokolovsky2017-08-20
| * py/objstringio: Fix regression with handling SEEK_SET.Paul Sokolovsky2017-08-20
| * py/objstringio: Prevent offset wraparound for io.BytesIO objects.Tom Collins2017-08-20
| * docs/glossary: Fix typos in micropython-lib paragraph.Paul Sokolovsky2017-08-20
| * docs/glossary: Elaborate on possible MicroPython port differences.Paul Sokolovsky2017-08-20
| * docs/library/usocket: Describe complete information on address formats.Paul Sokolovsky2017-08-20
| * docs/library/usocket: Move socket.error to its own section.Paul Sokolovsky2017-08-20
| * zephyr/modzephyr: Add shell_net_iface() function.Paul Sokolovsky2017-08-20
| * zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.Paul Sokolovsky2017-08-19
| * zephyr/modusocket: Update struct sockaddr family field name.Paul Sokolovsky2017-08-19
| * docs/library/ubinascii: Update base64 docs.Alex Robbins2017-08-17
| * extmod/modubinascii: Rewrite mod_binascii_a2b_base64.Alex Robbins2017-08-17
| * py/binary: Change internal bytearray typecode from 0 to 1.Damien George2017-08-17
| * tools/mpy-tool.py: Fix missing argument in dump() functionstijn2017-08-16
| * zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.Paul Sokolovsky2017-08-16
| * zephyr/modzephyr: Add current_tid() and stacks_analyze() functions.Paul Sokolovsky2017-08-16
| * extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.Eric Poulsen2017-08-16
| * py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann2017-08-15
| * py/binary.c: Fix bug when packing big-endian 'Q' values.Bas van Sisseren2017-08-15
| * docs/library/machine.RTC.rst: Fix typo.Javier Candeira2017-08-14
| * all: Raise exceptions via mp_raise_XXXJavier Candeira2017-08-13
| * tools/mpy-tool.py: Don't generate const_table if it's empty.Damien George2017-08-12
| * py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky2017-08-11
| * all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George2017-08-11
| * minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.Damien George2017-08-11
| * zephyr/modusocket: Fully switch to native Zephyr sockets.Paul Sokolovsky2017-08-09
| * py/objstr: Raise an exception for wrong type on RHS of str binary op.Damien George2017-08-09
| * py/objtuple: Allow to use inplace-multiplication operator on tuples.Damien George2017-08-09
| * zephyr/modusocket: recv: Switch to native sockets.Paul Sokolovsky2017-08-09
| * zephyr/modusocket: send: Switch to native sockets.Paul Sokolovsky2017-08-09