aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-29extmod/modframebuf: Use correct initialization for .locals_dict.Paul Sokolovsky
2017-07-28py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-07-28.travis.yml: Pin cpp-coveralls at 0.3.12.Paul Sokolovsky
2017-07-27tools/mpy_bin2res: Tools to convert binary resources to Python module.Paul Sokolovsky
2017-07-26extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.Damien George
2017-07-26extmod/modussl_mbedtls: Implement non-blocking SSL sockets.Eric Poulsen
2017-07-25extmod/modframebuf: Consistently use "col" as name for colour variables.Damien George
2017-07-25extmod/modussl_mbedtls: Make socket.close() free all TLS resources.Damien George
2017-07-25extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.Radomir Dopieralski
2017-07-25extmod/modussl_mbedtls: When reading and peer wants to close, return 0.Damien George
2017-07-25py: Implement raising a big-int to a negative power.Damien George
2017-07-25py/mpz: Make mpz_is_zero() an inline function.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-24py/mperrno: Allow mperrno.h to be correctly included before other hdrs.Damien George
2017-07-24py/py.mk: Make berkeley-db C-defs apply only to relevant source files.Damien George
2017-07-24extmod/modussl_mbedtls: Support server_side mode.Damien George