1947 Commits (6ed5b843cf55a96156328b08b011ba919af22fb4)

Author SHA1 Message Date
Damien George adf35cbab0 tests/float: Make bytes/bytearray construct tests work with obj repr C. 3 years ago
Damien George 514bf1a191 extmod/uasyncio: Fix race with cancelled task waiting on finished task. 3 years ago
Mike Teachman b0b8ebc4f6 extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
Zoltán Vörös c4ed17ff34 tests/cpydiff: Add test for array constructor with overflowing value. 3 years ago
Damien George 20a8f4f7ec tests/unix: Add ffi test for integer types. 3 years ago
Damien George 7842085434 tests/multi_bluetooth/ble_gap_advertise.py: Allow to work without set. 4 years ago
Damien George da8e47da21 tests/run-multitests.py: Allow to work without sys.stdout on target. 4 years ago
Damien George 53519e322a py/builtinimport: Change relative import's ValueError to ImportError. 3 years ago
Damien George c3199f5649 extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
Macarthur Inbody 34d4dab683 extmod/modurandom: Add error message when getrandbits has bad value. 4 years ago
Damien George 025e4b6fbc tests/basics: Split out literal tests that raise SyntaxWarning on CPy. 3 years ago
Jeff Epler 486fe71c6e tests/extmod/btree_gc.py: Close the database to avoid a memory leak. 4 years ago
Jeff Epler f2dbc91022 py/compile: Raise an error on async with/for outside an async function. 5 years ago
Damien George 6a127810c0 extmod/moduhashlib: Put hash obj in final state after digest is called. 4 years ago
Damien George dc86e04476 tests: Make float and framebuf tests skip or run on big-endian archs. 4 years ago
Damien George 5176a2d732 py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores. 4 years ago
Damien George 6d2680fa36 py/objarray: Fix constructing a memoryview from a memoryview. 4 years ago
Damien George 47e6c52f0c tests/cpydiff: Add test and workaround for function.__module__ attr. 4 years ago
Jeff Epler 94a3f8a4b0 tests/run-tests.py: Parallelize running tests by default. 4 years ago
stijn 09be0c083c py/objarray: Implement more/less comparisons for array. 4 years ago
stijn 57365d8557 py/objarray: Prohibit comparison of mismatching types. 4 years ago
Damien George 6affcb0104 tests/run-multitests.py: Flush stdout for each line of trace output. 4 years ago
Damien George 18d984c8b2 tests/run-perfbench.py: Fix native feature check. 4 years ago
Damien George 4cdcbdb753 tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2. 4 years ago
Damien George b6b39bff47 py/gc: Make gc_lock_depth have a count per thread. 4 years ago
Damien George 7b923d6c72 tests/thread: Make stress_aes.py test run on bare-metal ports. 4 years ago
Damien George 9340cfe774 tests/thread: Make stress_create.py test run on esp32. 4 years ago
Damien George 864e4ecc47 esp32/mpthreadport: Use binary semaphore instead of mutex. 4 years ago
Damien George 47583d8cbd extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
Damien George 9e29217c73 unix/modffi: Use a union for passing/returning FFI values. 4 years ago
Artyom Skrobov ca35c0059c py/repl: Autocomplete builtin modules. 4 years ago
Kathryn Lingel 1f1a54d0b1 py/repl: Filter private methods from tab completion. 6 years ago
Damien George 1d9528210b tests/multi_bluetooth: Add performance test for gatt char writes. 4 years ago
Damien George 76dab3bf31 tests/run-multitests.py: Provide some convenient serial device shorcuts. 4 years ago
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Damien George 3c4bfd1dec py/objexcept: Support errno attribute on OSError exceptions. 4 years ago
Damien George 7d911d2069 tests/net_inet: Add 'Strict-Transport-Security' to exp file. 4 years ago
Damien George 8459f538eb tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
stijn a66286f3a0 unix: Improve command line argument processing. 4 years ago
Jeff Epler 172fb5230a extmod/re1.5: Check and report byte overflow errors in _compilecode. 4 years ago
Damien George cb68a5741a tests/run-tests.py: Provide more info if script run via pyboard crashes. 4 years ago
Damien George a79d97cb76 tests/extmod/vfs_fat_fileio2.py: Close test file at end of test. 4 years ago
Damien George e98ff3f08e tests/multi_bluetooth: Skip tests when BLE features are unsupported. 4 years ago
Damien George 2a38d71036 tests/run-tests.py: Reformat with Black. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
Jim Mussared 1342debb9b tests/multi_bluetooth: Add basic performance tests. 4 years ago
Thorsten von Eicken c10d431819 esp32: Add basic support for Non-Volatile-Storage in esp32 module. 4 years ago
Thorsten von Eicken 2c1299b007 extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 5 years ago
Jim Mussared 83d23059ef tests/extmod: Add test for ThreadSafeFlag. 4 years ago
Thorsten von Eicken 902da05a18 esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h. 4 years ago