aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14docs/library/machine.RTC.rst: Fix typo.Javier Candeira
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-08-12tools/mpy-tool.py: Don't generate const_table if it's empty.Damien George
2017-08-11py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-08-11minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.Damien George
2017-08-09zephyr/modusocket: Fully switch to native Zephyr sockets.Paul Sokolovsky
2017-08-09py/objstr: Raise an exception for wrong type on RHS of str binary op.Damien George
2017-08-09py/objtuple: Allow to use inplace-multiplication operator on tuples.Damien George
2017-08-09zephyr/modusocket: recv: Switch to native sockets.Paul Sokolovsky
2017-08-09zephyr/modusocket: send: Switch to native sockets.Paul Sokolovsky
2017-08-08zephyr/modusocket: bind, connect, listen, accept: Swtich to native sockets.Paul Sokolovsky
2017-08-07zephyr/modusocket: socket, close: Switch to native Zephyr socket calls.Paul Sokolovsky
2017-08-07zephyr/modusocket: Allow to use socketized net_context in upstream.Paul Sokolovsky
2017-08-06py/mkrules.mk: Show frozen modules sizes together with executable size.Paul Sokolovsky
2017-08-03zephyr/Makefile: Explicitly define default target as "all".Paul Sokolovsky
2017-08-02py,extmod,stmhal: Use "static inline" for funcs that should be inline.Damien George
2017-07-31extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP).Paul Sokolovsky
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-31extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.Damien George
2017-07-31py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.Damien George
2017-07-30esp8266: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-07-30esp8266/modesp: Remove unused constants: STA_MODE, etc.Paul Sokolovsky
2017-07-30unix/modjni: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-07-29extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.Paul Sokolovsky