2105 Commits (49e17c8bb0c55d8efb3f768ba1dfd5b27c466b26)

Author SHA1 Message Date
Jim Mussared bd4e45fd68 tests/unicode: Add test for invalid utf-8 file contents. 2 years ago
Jim Mussared c616721b1a extmod/modframebuf: Improve poly-fill boundary pixels. 2 years ago
Mat Booth 04a655c744 extmod/modframebuf: Add polygon drawing methods. 2 years ago
Peter Hinch 42ec9703a0 extmod/modframebuf: Add ellipse drawing method. 2 years ago
Damien George cbc9f944c4 tests,tools: Update path to unix micropython executable. 2 years ago
Dan Ellis 6f4d424f46 py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables. 2 years ago
Ned Konz 5543b2a9cc extmod/uasyncio: Add clear method to ThreadSafeFlag. 3 years ago
Jim Mussared f694058f2b tests/extmod/ubinascii: Add tests for bytes.hex etc. 3 years ago
Andrew Leech f7f56d4285 py/objstr: Consolidate methods for str/bytes/bytearray/array. 2 years ago
Damien George d53c3b6ade unix/variants: Remove variant suffix from executable filename. 2 years ago
Daniel Jour c7aa6a2c73 tests/run-tests.py: Provide better default MPYCROSS value for Windows. 2 years ago
Daniel Jour 47c84286e8 all: Fix paths to mpy-cross and micropython binaries. 2 years ago
David Lechner 6baeded322 py/runtime: Fix crash in star arg unpacking. 2 years ago
Damien George 963e599ec0 tests/cpydiff: Fix formatting of code snippet to use double quotes. 2 years ago
Dan Ellis f9cbe6bc47 py/formatfloat: Format all whole-number floats exactly. 2 years ago
Jim Mussared b22abcdbbe extmod/uasyncio: Handle gather with no awaitables. 2 years ago
Jim Mussared e65d1e69e8 py/modio: Remove FileIO and TextIOWrapper from io module. 2 years ago
Damien George c0fa903d6b py/compile: Support large integers in inline-asm data directive. 2 years ago
Damien George 4fe3e493b1 py/obj: Make mp_obj_get_complex_maybe call mp_obj_get_float_maybe first. 2 years ago
Andrew Leech 1e87b56219 py/obj: Add support for __float__ and __complex__ functions. 2 years ago
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 years ago
Damien George 18ecc29bb8 tests/extmod/ussl_basic: Make test run on axtls and mbedtls. 2 years ago
Lars Haulin 5bf3765631 py/objnamedtuple: Fix segfault with empty namedtuple. 2 years ago
Jim Mussared 9714a0ead5 py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj. 2 years ago
Damien George 932556d5fc tests/micropython: Add test for builtin execfile() function. 2 years ago
Angus Gratton e024a4c59c tests: Fix run-perfbench parsing "no matching params" case. 2 years ago
Angus Gratton ad308bc322 tests: Add an explanation of run-perfbench.py. 2 years ago
Angus Gratton 5568c324ba tests/perf_bench: Add some configurations for N=32, M=10. 2 years ago
Damien George e22b7fb4af py/objfun: Support function attributes on native functions. 2 years ago
Damien George 268ec1e3eb tests/basics: Add tests for __name__ and __globals__ attrs on closures. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Damien George 2a2589738c tests/extmod: Add heap-lock test for stream writing. 2 years ago
Damien George 61ce260ff7 py/parsenum: Fix parsing of complex "j" and also "nanj", "infj". 2 years ago
Jim Mussared 0172292762 py/parsenum: Support parsing complex numbers of the form "a+bj". 3 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
Damien George a506335524 py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
Damien George e85a096302 py/emit: Remove logic to detect last-emit-was-return-value. 2 years ago
Damien George 182256dc13 tests/stress: Adjust bytecode_limit test so it can SKIP if no memory. 2 years ago
Damien George 1d143cec63 tests/basics: Add .exp file for sys.tracebacklimit test. 2 years ago
Damien George b37b578214 py/persistentcode: Remove remaining native qstr linking support. 2 years ago
Andrew Leech b7a39ad2d1 tests/run-multitests.py: Read IP address from boot nic if available. 3 years ago
Andrew Leech 73a1ea8812 tests/net_inet: Remove broken api.telegram.org from tests. 3 years ago
Takeo Takahashi 19c680ff57 test/renesas-ra: Remove unsupported feature test of Pin. 2 years ago
Damien George a1afb337d2 extmod/uasyncio: Fix edge case for cancellation of wait_for. 2 years ago
Damien George 065df5568c tests: Move native while test from pybnative to micropython. 2 years ago
Damien George 20d9f3409a tests/run-tests.py: Add rp2 test target. 2 years ago
Damien George 80a86c48e3 tests/micropython: Make import_mpy_native test run on all architectures. 2 years ago
Damien George 3180113aef tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above. 2 years ago
robert-hh dd35f76db3 tests/run-multitests.py: Use LAN for IP address if WLAN doesn't exist. 3 years ago
iabdalkader beeb250d58 tests/multi_net: Fix TCP accept test when using system error numbers. 3 years ago