8762 Commits (736faef2233fe9c721b940a108b28808d4c7f7a0)
 

Author SHA1 Message Date
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George 6bc55b657b extmod/vfs: Use existing qstr for forward-slash string object. 7 years ago
Damien George 9ba3de6ea1 tools/mpy-tool.py: Implement freezing of Ellipsis const object. 7 years ago
Damien George 2cafef857e stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working. 7 years ago
Christopher Arndt 1871a924c9 py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools. 7 years ago
Damien George 564a95cb04 py/emitnative: Clean up asm macro names so they have dest as first arg. 7 years ago
Paul Sokolovsky 964bf935a3 esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . 7 years ago
Christopher Cooper 7413b3ce3e extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library. 7 years ago
Paul Sokolovsky 0535d03370 esp8266/README: Add section on using upip. 7 years ago
Paul Sokolovsky 9c209e4d09 esp8266/README: Emphasize the need to change default WiFi password. 7 years ago
stijn 79ed58f87b py/objnamedtuple: Add _asdict function if OrderedDict is supported 7 years ago
Paul Sokolovsky cada971113 py/objtype: mp_obj_new_type: Name base types related vars more clearly. 7 years ago
Paul Sokolovsky 579b86451d docs/_thread: Add a placeholder docs for _thread module. 7 years ago
Paul Sokolovsky 1b146e9de9 py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros. 7 years ago
Paul Sokolovsky 5b1b80a8db docs/ure: Emphasize not supported features more. 7 years ago
Paul Sokolovsky b9580b85a8 unix/moduselect: Fix nanbox build after adding .dump() method. 7 years ago
Paul Sokolovsky cb910c6a0c unix/moduselect: Add .dump() method for debugging. 7 years ago
Paul Sokolovsky 99bf5448bd axtls: Update, exposes AES functions to implement ECB chiper mode. 7 years ago
Paul Sokolovsky e766a4af4a esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+. 7 years ago
Paul Sokolovsky ad5a6f5917 docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional. 7 years ago
Paul Sokolovsky 1742ab2653 docs/esp8266/general: Minor grammar fixes. 7 years ago
Paul Sokolovsky 1cf6d488b3 extmod/modussl_axtls: Typo fix in comment. 7 years ago
Paul Sokolovsky 0719c936fb extmod/modussl_axtls: socket_read: Handle EAGAIN. 7 years ago
Paul Sokolovsky 3a9b15fd79 zephyr/README: "make qemu" was replaced with "make run". 7 years ago
Paul Sokolovsky 58c785632f docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations. 7 years ago
Damien George 487dbdb267 py/compile: Use alloca instead of qstr_build when compiling import name. 7 years ago
Damien George fe45d78b1e docs: Bump version to 1.9.3. 7 years ago
Damien George 5ae9586541 teensy: Get port compiling without any warnings. 7 years ago
Paul Sokolovsky 80e3f07e7f docs/ure: Add "|" (alternative) to the list of supported operators. 7 years ago
Damien George 02b4b23319 Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files." 7 years ago
Paul Sokolovsky b81fbf938f docs/usocket: Document that settimeout() isn't supported by all ports. 7 years ago
Paul Sokolovsky 4dd523adbb docs/esp8266/general: Add section on TLS limitations. 7 years ago
Paul Sokolovsky 6fb093282b docs/ussl: Fix module name refs and use "MicroPython port" term. 7 years ago
Damien George 10b76a9620 extmod/modussl_mbedtls: Allow to compile with unix coverage build. 7 years ago
Eric Poulsen 74ec52d857 extmod/modussl: Add finaliser support for ussl objects. 7 years ago
Yuval Langer 05a2bb888f docs/reference/isr_rules: Minor typo correction. 7 years ago
Paul Sokolovsky 8f9af63c20 lib/axtls: Update, support for SSL_EAGAIN return code. 7 years ago
Paul Sokolovsky 24c8eda744 unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS. 7 years ago
Paul Sokolovsky 0e80f345f8 py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS. 7 years ago
Paul Sokolovsky 9b9dbc5815 py/objtype: Define all special methods if requested. 7 years ago
Joar Wandborg b9923262db docs/library/network: Add dhcp_hostname parameter 7 years ago
Damien George c64eb4f8ce extmod/vfs: Replace VLA in proxy func with small, static sized array. 7 years ago
Paul Sokolovsky a33fca99a1 docs/usocket: Document inet_ntop(), inet_pton(). 7 years ago
Paul Sokolovsky d1cd533134 docs/usocket: Elaborate descriptions. 7 years ago
Damien George f36975b679 tests/net_inet: Update tls test to work with CPython and incl new site. 7 years ago
Paul Sokolovsky 328c1e78be docs/uselect: Document one-shot polling mode. 7 years ago
Paul Sokolovsky 9a7e3469b2 unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks. 7 years ago
Damien George f4059dcc0c all: Use NULL instead of "" when calling mp_raise exception helpers. 7 years ago
Paul Sokolovsky cfff12612f unix: Rename modsocket.c to modusocket.c. 7 years ago
Paul Sokolovsky 9956fd0710 py/objtype: Fit qstrs for special methods in byte type. 7 years ago