6543 Commits (443cc0114d7669471e39661c97e2bad91c8eabb8)
 

Author SHA1 Message Date
Damien George 443cc0114d tests/basics: Add test for set.difference_update with arg being itself. 8 years ago
Damien George 2c7716fed0 py/objset: Ensure that use of frozenset.update raises an exception. 8 years ago
Damien George dd4135aeaf py/objset: Use mp_check_self() to check args of set/frozenset methods. 8 years ago
Damien George 0c595fa094 py/objfun: Use if instead of switch to check return value of VM execute. 8 years ago
Damien George c71edaed73 py/objfun: Remove unnecessary check for viper fun with 5 or more args. 8 years ago
Damien George 88ca7ff565 stmhal/modmachine: Fix clearing of reset-cause flags. 8 years ago
Damien George 7385b018ed py/emitbc: Remove/refactor unreachable code, to improve coverage. 8 years ago
Damien George 897129a7ff py/objstr: Remove unreachable function used only for terse error msgs. 8 years ago
Damien George 290daa15d9 tests/float: Add test for parsing a float from an empty string. 8 years ago
Alex March 4fb72fe624 esp8266: Add uos.statvfs() to get filesystem status. 8 years ago
Alex March 670376c5cb tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs(). 8 years ago
Alex March dcf14c1b18 extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal. 8 years ago
Damien George 791b65f4b2 py/modmicropython: Add micropython.const, alias for identity function. 8 years ago
Damien George f65e4f0b8f tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack. 8 years ago
Damien George 71fec076dc py/vm: Use MP_OBJ_FROM_PTR to cast a type to an object. 8 years ago
Damien George 38b54b65d4 tests/micropython: Add tests for const names being replaced in parser. 8 years ago
Damien George 3f0c1c2452 tests/basics: Add test case for overflowing Py stack in try-finally. 8 years ago
Damien George f040685b0c py: Only store the exception instance on Py stack in bytecode try block. 8 years ago
Paul Sokolovsky 67d52d8cb9 extmod/uzlib/: Update uzlib to v2.0.3. 8 years ago
Paul Sokolovsky d46de80162 tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream. 8 years ago
Paul Sokolovsky 7b901d6fb7 extmod/moduzlib: DecompIO: Add support for gzip-formatted streams. 8 years ago
Paul Sokolovsky d8a4d9d67c extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream. 8 years ago
Paul Sokolovsky 4c63986101 tools: Update upip to 0.8. Fixes IPv6 support. 8 years ago
Paul Sokolovsky 9cc8ec843e py/py.mk: Add support for building modussl_mbedtls. 8 years ago
Damien George 6d310a5552 py/parse: Only replace constants that are standalone identifiers. 8 years ago
Damien George eeb9d99333 docs/library/machine: Update description of disable/enable IRQ funcs. 8 years ago
Damien George 7df9291b6c py: Update opcode format table because 3 opcodes were removed, 1 added. 8 years ago
Damien George e97df97600 py: Shrink mp_arg_t struct by using reduced-size integer members. 8 years ago
Paul Sokolovsky 46ab042230 extmod/modussl_mbedtls: Add server_hostname param for wrap_socket(). 8 years ago
Radomir Dopieralski ec078af985 extmod/machine_i2c: Add clock stretching support. 8 years ago
Krzysztof Blazewicz 1f69b16d3f stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported. 8 years ago
Krzysztof Blazewicz 9310dad15d stmhal: Put common definitions from linker files to common.ld. 8 years ago
Damien George c4a69c75a5 unix: Enable btree module for coverage build. 8 years ago
Damien George 6c79980b0e py/py.mk: Suppress some compiler warnings when building berkeley-db. 8 years ago
Damien George 79ec869f95 py/stream: Remove unnecessary check for NULL return from vstr_extend. 8 years ago
Damien George c528489eee README: Remove issue-stats badges, the service is no longer available. 8 years ago
Paul Sokolovsky 080e4d44f3 extmod/modussl_mbedtls: Use 2-component include paths. 8 years ago
Paul Sokolovsky 5f0ecb72c2 extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket(). 8 years ago
Pavol Rusnak 7f5a541b84 extmod/modubinascii: Fix crc32() function on 32-bit platforms. 8 years ago
Stefan Agner b84e1231c9 extmod/uctypes: Allow full 32-bit address range. 8 years ago
Paul Sokolovsky 9ea2882317 extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Stefan Agner b0a46900de stmhal: Use attribute to avoid inlining. 8 years ago
Paul Sokolovsky 7ea3fa2641 py/builtinimport: Fix nanbox build after change to better handle -m modules. 8 years ago
Delio Brignoli 21c719bd0a builtinimport: add the module specified by -m to sys.modules as '__main__' 8 years ago
Damien George 34e0198436 esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms. 8 years ago
Damien George cc7c311b5e travis: Run feature and coverage test for precompiled mpy files. 8 years ago
Damien George 3f5fe6269e tests/run-tests: Add --via-mpy option to run test from precompiled code. 8 years ago
Damien George bb954d80a4 tests: Get cmdline verbose tests running again. 8 years ago
Damien George fbddea929d py/showbc: Make printf's go to the platform print stream. 8 years ago