8262 Commits (dd376a239dc4f47b0ee7866810fcda151f3cf6dd)
 

Author SHA1 Message Date
Damien George b16a755a0b py/mkrules.mk: Use "find -path" when searching for frozen obj files. 7 years ago
Paul Sokolovsky e3383e9352 py/stream: seek: Consistently handle negative offset for SEEK_SET. 7 years ago
Paul Sokolovsky 0cd9ab7755 py/objstringio: Fix regression with handling SEEK_SET. 7 years ago
Tom Collins 168350cd98 py/objstringio: Prevent offset wraparound for io.BytesIO objects. 8 years ago
Paul Sokolovsky 387a8d26f9 docs/glossary: Fix typos in micropython-lib paragraph. 7 years ago
Paul Sokolovsky 46583e9057 docs/glossary: Elaborate on possible MicroPython port differences. 7 years ago
Paul Sokolovsky 3f91570483 docs/library/usocket: Describe complete information on address formats. 7 years ago
Paul Sokolovsky ccaad53270 docs/library/usocket: Move socket.error to its own section. 7 years ago
Paul Sokolovsky 478887c62f zephyr/modzephyr: Add shell_net_iface() function. 7 years ago
Paul Sokolovsky 394c536675 zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon. 7 years ago
Paul Sokolovsky 09b561f108 zephyr/modusocket: Update struct sockaddr family field name. 7 years ago
Alex Robbins 0aa1d3f447 docs/library/ubinascii: Update base64 docs. 7 years ago
Alex Robbins c89254fd0f extmod/modubinascii: Rewrite mod_binascii_a2b_base64. 7 years ago
Damien George 025e5f2b33 py/binary: Change internal bytearray typecode from 0 to 1. 7 years ago
stijn e4ab404780 tools/mpy-tool.py: Fix missing argument in dump() function 7 years ago
Paul Sokolovsky 9404093606 zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS. 7 years ago
Paul Sokolovsky ad937c49aa zephyr/modzephyr: Add current_tid() and stacks_analyze() functions. 7 years ago
Eric Poulsen d5191edf7f extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 7 years ago
Stefan Naumann ace9fb5405 py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE. 7 years ago
Bas van Sisseren a14ce77b28 py/binary.c: Fix bug when packing big-endian 'Q' values. 7 years ago
Javier Candeira c127ace28a docs/library/machine.RTC.rst: Fix typo. 7 years ago
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX 7 years ago
Damien George b6a3289564 tools/mpy-tool.py: Don't generate const_table if it's empty. 7 years ago
Paul Sokolovsky bfc2092dc5 py/modsys: Initial implementation of sys.getsizeof(). 7 years ago
Damien George 7d4a2f773c all: Make use of $(TOP) variable in Makefiles, instead of "..". 7 years ago
Damien George f9dfd8aa3b minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile. 7 years ago
Paul Sokolovsky 63edc2e78b zephyr/modusocket: Fully switch to native Zephyr sockets. 7 years ago
Damien George 3d25d9c7d9 py/objstr: Raise an exception for wrong type on RHS of str binary op. 7 years ago
Damien George eb2784e8a2 py/objtuple: Allow to use inplace-multiplication operator on tuples. 7 years ago
Paul Sokolovsky cb7ecda9f0 zephyr/modusocket: recv: Switch to native sockets. 7 years ago
Paul Sokolovsky 675ceb2dd9 zephyr/modusocket: send: Switch to native sockets. 7 years ago
Paul Sokolovsky 600f5afed3 zephyr/modusocket: bind, connect, listen, accept: Swtich to native sockets. 7 years ago
Paul Sokolovsky 6c55cdafa3 zephyr/modusocket: socket, close: Switch to native Zephyr socket calls. 7 years ago
Paul Sokolovsky 642d9fd2a5 zephyr/modusocket: Allow to use socketized net_context in upstream. 7 years ago
Paul Sokolovsky 4dc7c5649b py/mkrules.mk: Show frozen modules sizes together with executable size. 7 years ago
Paul Sokolovsky ca582675e1 zephyr/Makefile: Explicitly define default target as "all". 7 years ago
Damien George 0f12082f5b py,extmod,stmhal: Use "static inline" for funcs that should be inline. 7 years ago
Paul Sokolovsky ee04525097 extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP). 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George bbced3b4bb extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. 7 years ago
Damien George b62bb53d0e py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky e6bb25317b esp8266: Convert to mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky e3864b5907 esp8266/modesp: Remove unused constants: STA_MODE, etc. 7 years ago
Paul Sokolovsky e280122b14 unix/modjni: Convert to mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky f2140f9446 extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky 036b58228c extmod/modframebuf: Use correct initialization for .locals_dict. 7 years ago
Paul Sokolovsky 456450437f py/modio: BufferedWriter: Convert to mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky f578947ae3 .travis.yml: Pin cpp-coveralls at 0.3.12. 7 years ago
Paul Sokolovsky a3cd349eaf tools/mpy_bin2res: Tools to convert binary resources to Python module. 7 years ago
Damien George 653a0c2d71 extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. 7 years ago